I have a computer on a small network, so my ip is 192.168.2.100.
I am trying to get my real ip. I download the no-ip client but that just seems like a lot of trouble for such a simple thing.
I created this php script that got http://www.ip-adress.com/ page and retrieved the ip it gave me.
Is there a simpler way? Either using C, WSH or something. Or if there is an easier way in php please tell me.
When I get the ip I'll uploaded it to my ftp site so that I can see the ip from work.
192.168.2.100
, is a real IP address. It is a private IP address, as defined by RFC 1918, but it is a real IP address. The only difference between it an a public address is that ISPs block RFC 1918 addresses from traversing the public Internet. Your private address can do anything a public address can do, just not on the public Internet. – Cracknel