On 9/23/2010 12:15 AM, Char Jackson wrote:
> On Wed, 22 Sep 2010 18:22:20 -0700 (PDT), Elton<(E-Mail Removed)>
> wrote:
>
>> About the initial question for the different external IPs: could we
>> safely assume that my ISP has a double NAT configuration or is it
>> something else that causes this behaviour?
>
> I thought you verified that the other day. From your router's
> perspective, its WAN IP is in the 10.x.x.x space, and that address
> gets NAT'd to a routable IP by your ISP. That's double NAT.
>
I guess I'm confused by what is going on here. It would seem that the
router should be seeing an address that can be accessed directly by any
other computer on the internet.
Certainly, if a user goes to a site like
http://grc.com and run his
Shields Up scan, it must have an IP address for your computer that it
can access. The OP might try that, and see if that scan would work for
him or not.
Another site of interest (and maybe he has already tried this one) is
http://checkip.dyndns.com.
If, over time, he has sent himself emails, he might look at the headers
in them and see what the IP addresses are that show up there.
I get an IP address (well, my router does) via DHCP from my ISP. I can
go into my router and view the connections status:
IP Address 70.100.XXX.25
Subnet Mask 255.255.224.0
Default Gateway 70.100.128.1
DHCP Server 70.100.128.1
DNS Server 8.8.8.8 4.2.2.4
Lease Obtained Thursday Sep 23 01:11:50 2010
Lease Expires Thursday Sep 23 13:11:50 2010
Note in my case, the IP address is obtained for a 12 hour period. Half
way thru that, the router will request a renewal for another 12 hours.
That is so my router always has a valid IP address for replies coming
back in. If that IP were to change part way thru a session, then some
replies coming back might get directed to an IP that no longer existed.
The IP address I get is a dynamic IP -- subject to change at any time.
But, over the years the only time it has changed is when the server at
the other end of the DSL line was rebooted (which used to happen several
times a day), or when I changed routers and didn't update the MAC in
them. As it is, I have had the same IP address now for several years.
I don't know if the OP has the ability, but it might be interesting if
he were to sniff the traffic between his modem and his router. I can do
that, because my DSL modem is a separate unit from my router. Newer DSL
modems have a router built in, and that cuts down on the versatility of
things. (For one thing, you can't hang another router on it -- easily
anyhow.)
The use of the IP address in the 10.x.x.x. range is interesting tho.
Here, if I try a TRACERT to 10.0.0.4, it shows a trace to the router,
then to the ISP gateway, then loops between two other addresses at the
ISP. I would have assumed that address would never escape my LAN -- but
the router apparently passes it on out to the DSL modem which runs in
bridged mode.
If I try the TRACERT with 172.16.0.4, the same thing happens, except the
looping at the final destination pair does not happen (it just times out).
I guess, on the other side of the coin, look at the good side of having
a constantly changing IP address. That is like having an anonymizer
service built in -- nobody can really be tracking what you do and where
you visit on the web!
....Bob