Link to home
Start Free TrialLog in
Avatar of lobo797
lobo797Flag for United States of America

asked on

Dynamic IP Address change from ISP

I have a client that setup content filtering for a static IP not realizing that he was being assigned a public IP dynamically.  Apparentely, when the IP was assigned to another user, they started getting blocked to sites they were used to visiting.

My question is; how often does a dynamic IP address change for a user?  I'm sure this can change per ISP settings, but what is a normal scenario?
SOLUTION
Avatar of MrN1c3
MrN1c3

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lobo797

ASKER

So, I quess my question is, could the IP address change 8-10 in a 24 hour period?  Can the address change if the lease expires during an online session?
Avatar of bcbigb
bcbigb

It certainly could change that often (though it's highly unlikely), but it's almost always in 24 hour increments. Some ISPs I have seen go as low as 1 day leases (especially if they're oversubscribing their pool of public IP addresses) but most stay at 5 or 7 day leases in my experience.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
on one of the clients (assuming its running windows)

type "ipconfig /all" at the command prompt

This will show you what time the client was issues a lease and when it expires, which is the lease time.

Halfway through the lease, the client will request the same IP address
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lobo797

ASKER

MrN1cs,
The IP in question is on the public side of the wireless radio/router serving my client internet access.  ipconfig will only tell me what the lan dhcp is giving, correct?

I figured as much about the lease changing, but this client received about 8 emails in a 24 hour period that were forwarded from users that were getting blocked per the settings on the IP address in question.  I thought that seemed a little much.
Avatar of lobo797

ASKER

Rick,
What you are saying is that with a wireless radio, that can fall offline for any number of reasons, the public IP could indeed change several times a day!  Interesting...
You are correct about seeing the lease time with ipconfig only on the PCs on the LAN. There may be a status field in the router for the WAN side address expiration info.

I am a bit puzzled about how a content filter on his router or proxy could impact anyone else though. Isn't that just filtering what his inside devices can see on the Internet?
Relating to the comment about dropping off, it will happen to wired or wireless connections on the public side if they are DHCP assigned. Is the public side of this router wireless? I suspect the carriers are even quicker to change things on a wireless network due to its mobile nature.
Avatar of lobo797

ASKER

Rick,
The public side of the router is wireless, which is an issue all of it's own :(

The content filtering that was setup was through OpenDNS which I would take to reside on their servers.  If the settings were put on a single IP address, guess what happens when someone else gets that address!  They get angry as we seen from the emails!
OK I see now. Thanks for the update.
Avatar of lobo797

ASKER

Thanks for the help!