Jim, I'd definitely pass on what you had to do to Tim Ring.
Who is your ISP if you don't mind me asking (you can PM me the answer if you don't want to make it public). Their description of "connects differently" does sound like they use some type of Carrier Grade NAT and I'd like to see if I can find out anything about the technology they use.
Expanding on this a bit, even with a static IP address you could technically (but unlikely) still be behind Carrier Grade NAT but the static address means your ISP can open a port up just for you and no one else as I mentioned earlier. If your interested in finding out whether you have a public routable IP address or a private IP address (CGN) you can try a couple of things.
The best way: you can check whether your IP address reported by websites like
www.whatismyip.com and the WAN interface IP address (you'll need to log into your router to check this IP address) match, or, the second best way, you can run the Traceroute test in the UDP test tool and check if any of the IP addresses after the first Hop (especially the second Hop) are in the private address range thus:
10.0.0.0 -- 10.255.255.255
172.16.0.0 -- 172.31.255.255
192.168.0.0 – 192.168.255.255
100.64.0.0–100.127.255.255
The first three are common to the LAN side of your router and you'd see an address in one of those ranges as the first Hop if you do the traceroute test. The fouth range is a dead giveaway of GCN.
- Tim