|
Posted by John Gray on January 31, 2006, 8:30 pm
> What command reports our "real" IP address to the world?
>
> I have a standard home wireless setup with a cable modem connected to
> a wireless router and a single laptop computer wirelessly connected.
>
> I googled for "query IP address" and I found this commmand.
> c:\> ipconfig /?
> c:\> ipconfig /release
> c:\> ipconfig /renew
> c:\> ipconfig /all
>
> But that ipconfig command doesn't give my "real" IP address.
> That ipconfig command only reports my "fake" address!
> Dhcp Enabled. . . . . . . . . . . : Yes
> Autoconfiguration Enabled . . . . : Yes
> IP Address. . . . . . . . . . . . : 192.168.0.200
> Subnet Mask . . . . . . . . . . . : 255.255.255.0
> Default Gateway . . . . . . . . . : 192.168.0.1
> DHCP Server . . . . . . . . . . . : 192.168.0.1
> DNS Servers . . . . . . . . . . . : 192.168.0.1
>
> By googling, I found web sites that tell me my "real" IP address.
>
> For example, http://www.webyield.net/domainquery.html
> tells me my "real" ip address is 69.110.21.223
>
> But how do I find my "real" IP address without having to go to a web
> site to find out. Does the ipconfig command or the netstat command
> have a hidden option to report the "real" ip address?
>
> If not, what command reports the "real" IP address?
>
As other responders have already stated, that is your real IP. There is
a nifty, 14KB program available at http://keir.net/ip2.html which will
show your Internet IP of your router and the lan IP of your computer.
The download is an 8KB zip file.
Simply unzip the IP2.exe to a folder and create a shortcut for it. The
results are shown in a small window that can be closed by clicking the
X. It queries a series of web sites(as mentioned at the link above)
until it gets a response for the Internet IP of your router.
|