What is IP Config
ipconfig
is a tool used to access the information stored about the current network interfaces installed in a computer.
It gives you a list of data such as:
ipconfig /all
- displays Detailed information about mac Address,DNS Server,Subnet Mask,gateways
ipconfig /release
ipconfig /renew
ipconfig /renew6 /release6
- Does exactly what
ipconfig /renew
&ipconfig /release
does but with IPv6
- Does exactly what
ipconfig /flushdns
- Clears the DNS resolver Cache, which can resolve DNS problems.
ipconfig /displaydns
- Just displays the DNS resolver cache
Information
- date: 2024.08.09
- time: 20:37