PDA

View Full Version : Outside IP


ChrisS
2005.04.08, 09:04 PM
Hey there asn thanks for reading. I have what I hope is a easy question. I'm looking for a way to get the IP address coming in to my Airport. Right now when I get the IP address it's the one set by the base station for the airport. This is fine for my internal network but does not work (obviously) for anyone outside the network. Any help here would be greatly appreciated. Thanks!

OneSadCookie
2005.04.08, 09:22 PM
as has been discussed before on these forums, you can't do it. About the best you can do is ask a remote server what your IP is to it.

fisk
2005.04.09, 01:02 PM
We have ADSL. My brother has his AirTunes connected with our router. The IP that remote servers gets is not his computers IP. All computers connected to our router has an IP that starts with 85.224.110. The IP that remote servers gets when my brother uses his AirTunes starts with 10.something.
It's impossible to connect to the IP starting with 10.something using ports that would work if he wouldn't be using his AirTunes.
Anyone know how to get the real IP when using AirTunes and a router?

PowerMacX
2005.04.09, 01:49 PM
Addresses starting with 10. are reserved for private networks and are not accessible from outside networks. Google for "private address ranges" to find out other reserved addresses. Also, Google for "NAT" and/or "port forwarding", to understand how this works and why your real IP is different.

kelvin
2005.04.09, 11:56 PM
Some relevant websites:
DynDNS.org
EasyDNS.com
ZoneEdit.com
DNSUpdate (http://mac.sofotex.com/download-125335.html)

Gooooogle (http://www.google.com/search?q=router+port+forwarding&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official)

Puzzler183
2005.04.11, 11:50 PM
Your router has a WAN IP, and distributes local IP's to all computers on the network, usually in the ranges 10.*.*.* or 192.168.*.* (there is one other reserved range right?) Anyway you do it though, you should be able to get your WAN IP by looking in your router settings or on one of the sites Kelvin gave.

Steven
2005.04.12, 10:11 AM
http://whatismyip.com/ will tell you your outside IP.

kodex
2005.04.12, 11:40 AM
198.162 is generally interally as well

UnifiedMac
2005.04.12, 01:34 PM
Private address spaces are offically:
10.*
172.*
192.*
It could be something else, but it can cause a conflict, so generally those three are used.

-- Maddict

Tools10
2005.04.14, 04:59 AM
Private adress space :

10.0.0.0/8
172.16.0.0/12
192.168.0.0/16

for IPv4

EDIT:
And of course 127.0.0.1
EDIT2:
And yea, of course, the embarassing source:
"Understanding IPv6" by Joseph Davies published by Microsoft
EDIT3:
Duh, yea, I'm under quite a huge coffein overdose...
Anyone know about the 169.254.0.0 IP:s?(still auto configure in OSX?)