IPCONFIG Help Us!
Using
ipconfig /all or winipcfg
How can I find a NIC MAC address?
How to enable IP
routing
How to find my public IP
How to fix corrupted IP Configuration
How to setup two static IPs
on a computer
IP address conflicts
XP client
unable to obtain IP addresses from the DHCP server
Why the ipconfig shows 0.0.0.0 ip even you have assigned a static ip
Using ipconfig /all or winipcfg
When troubleshooting a TCP/IP networking problem, you can use the ipconfig command to get host computer configuration information, including the IP address, subnet mask, and default gateway. If it is running Win9x, ME, use winipcfg instead.
How can I find a NIC MAC address?
Use ipconfig /all
To enable IP routing on W2K/XP, go to the properties of the connection>TCP/IP>Advanced>Options>IP Filtering, check Enable IP Filtering.
Doesn't matter you are using public IP or private IP, you can open http://www.whatismyip.com to find your public ip.
How to setup two static IPs on a computer
Q: I have a laptop at the office and home using static IP. How can I configure tcp/ip for the office and home.
A: You may have two options. 1) Setup a static IP on the properties of TCP/IP, and then click Advanced to add more if it is w2k. If it is wxp, select Alternative Configuration. 2) Or run netsh.exe (from w2k Resource kits).
Your feedback and contributions to this web siteWhy the ipconfig shows 0.0.0.0 ip even you have assigned a static ip
Question: I have assigned a static ip, subnet to the computer, but the ipconfig shows IP address is 0.0.0.0 and subnet mask 0.0.0.0.. Why?
Answer: An existing IP address on the network has the same IP address. You may use tracert ip, WINS and DNS records to find out another computer using the same IP.
If your laptop users frequently disconnect from one network segment and reconnect to another network segment, they may not be able to access the second network. Resolution will be run ipconfig /registerdns.
Your feedback and contributions to this web site