If you haven't already verified that your external/public IP address is changing, then I'd tend to assume that it isn't. Although there are exceptions (such as Om Nom Nom's ISP) where cable/DSL providers will assign a new/different IP address every time you connect, my experience has been that the public IP for any broadband connection will always receive the same IP address except in unusual circumstances (e.g., the ISP reconfigures their infrastructure) or after spending a long enough time disconnected that the address gets assigned to someone else.
The reason for this, even when you have a dynamic IP address, is that DHCP (the mechanism used to request a dynamic address) clients and servers both remember the last IP address each client has been assigned. When reconnecting, clients (such as your router) will typically request that they be given the same address again; servers will generally comply with this request if the address is available. If the client does not request a specific address and the server recognizes it, the server will frequently offer the same address again anyhow.
If you've confirmed that your external IP actually is changing, then I'm going to have to agree with Daisetsu: Assuming web-based chat, you're probably being blocked based on a cookie that the site has set.
Maybe. http://www.cmyip.com/ or http://myip.ru/ can help to find this out.
– kolypto – 2010-04-16T19:21:04.300ok, that is what i'm thinking, but then how can i find my ISP's IP range – Remus Rigo – 2010-04-16T19:29:26.723
No idea. Why were you blocked? Give your ISP a call. – Josh K – 2010-04-16T19:37:50.673
1Just fyi, dynamic IP addresses are provided on ADSL providers too, not just dialup. My broadband connection's IP address changes everytime I connect, although the first two octets are always the same. – Om Nom Nom – 2010-04-17T04:29:46.487
I also have a "dynamic" IP, and mine only changes every few months, if that often. – Joel Coehoorn – 2011-01-17T16:49:09.413
@Joel: I don't notice when mine changes, I use Hamachi to keep track of my computers. It could be days, it could be months. – Josh K – 2011-01-17T17:18:46.143
To see (at least one of) your ISP's IP ranges, you can do a whois lookup on an IP within that range (for example, yours). http://whois.domaintools.com/8.8.8.8 for an example.
– LawrenceC – 2012-08-10T02:14:26.247