IPCONFIG commands (Network Troubleshooting Command 1)

IPCONFIG - Obtain computer IP, Subnet Mask, Gateway and DNS.

Below are the different IPCONFIG command you can use for troubleshooting purposes.
  • ipconfig /all
  • ipconfig /all | findstr Subnet
  • ipconfig /all | findstr Gateway
  • ipconfig /all | findstr DNS
  • ipconfig /all | findstr DHCP
  • ipconfig /flushdns
  • ipconfig /registerdns
This will work only in windows DOS command Prompt.

See below sample.







Thank you.
- JN

Comments

Popular Posts