Networking Forums

Networking Forums > Computer Networking > Broadband > IP assignment with ISPs

Reply
Thread Tools Display Modes

IP assignment with ISPs

 
 
phil.jacobs@starlizard.com
Guest
Posts: n/a

 
      11-29-2005, 12:42 PM
Hi,
I would like to ensure that whenever I log onto the internet from home
that my ISP assigns me a different IP address. Is it neccessary to
switch the modem off and on to ensure this happens? If I have a router
at home, is it neccessary to switch that on and off?
Thanks,
Phil

 
Reply With Quote
 
 
 
 
Andrew Hodgson
Guest
Posts: n/a

 
      11-29-2005, 04:18 PM
On 29 Nov 2005 05:42:07 -0800, (E-Mail Removed) wrote:

>Hi,
>I would like to ensure that whenever I log onto the internet from home
>that my ISP assigns me a different IP address. Is it neccessary to
>switch the modem off and on to ensure this happens? If I have a router
>at home, is it neccessary to switch that on and off?


Yes. The modem will hold onto the IP until the DHCP lease expires.

What are you trying to do?
Andrew.
--
Andrew Hodgson in Bromyard, Herefordshire, UK.
My Email: use <andrew at hodgsonfamily dot org>.
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      11-29-2005, 04:35 PM
On Tue, 29 Nov 2005 17:18:59 +0000, in uk.telecom.broadband , Andrew
Hodgson <(E-Mail Removed)> wrote:

>On 29 Nov 2005 05:42:07 -0800, (E-Mail Removed) wrote:
>
>>Hi,
>>I would like to ensure that whenever I log onto the internet from home
>>that my ISP assigns me a different IP address.


This is virtually impossible - most ISPs have the DHCP lease time set
quite high, so even powering your modem down for 24 hours isn't
guaranteed to get it a new IP.

>Yes. The modem will hold onto the IP until the DHCP lease expires.


Which may be days...

>What are you trying to do?


This is a good question. Why do you care about getting a new IP every
day?
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
Phil Thompson
Guest
Posts: n/a

 
      11-29-2005, 05:23 PM
On 29 Nov 2005 05:42:07 -0800, (E-Mail Removed) wrote:

>I would like to ensure that whenever I log onto the internet from home
>that my ISP assigns me a different IP address.


why ? something to hide ? ;-)

>Is it neccessary to
>switch the modem off and on to ensure this happens? If I have a router
>at home, is it neccessary to switch that on and off?


step 1 is to have an ISP that gives you a dynamic IP and not a static
one. Different ISPs have different policies, some have sticky dynamic
IPs that rarely change. Who you with ?

Phil
--
Tiscali - dialup speeds at Broadband prices, see
http://bbs.adslguide.org.uk/postlist...&Board=tiscali

AOL - the unlimited ISP of choice for heavy downloaders.
 
Reply With Quote
 
Phil Thompson
Guest
Posts: n/a

 
      11-29-2005, 05:31 PM
On Tue, 29 Nov 2005 17:18:59 +0000, Andrew Hodgson <(E-Mail Removed)>
wrote:

>DHCP lease expires.


DHCP ? not used on BT Wholesale ADSL, its a PPP negotiation.

Phil
--
Tiscali - dialup speeds at Broadband prices, see
http://bbs.adslguide.org.uk/postlist...&Board=tiscali

AOL - the unlimited ISP of choice for heavy downloaders.
 
Reply With Quote
 
Grant
Guest
Posts: n/a

 
      11-29-2005, 08:06 PM
"Mark McIntyre" (E-Mail Removed) wrote in message
news:(E-Mail Removed)
>
> This is virtually impossible - most ISPs have the DHCP lease time set
> quite high, so even powering your modem down for 24 hours isn't
> guaranteed to get it a new IP.


Think my record is 9 different IPs in 60 seconds courtesy of Pipex and an
iffy line.


 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      11-29-2005, 09:15 PM
On Tue, 29 Nov 2005 18:31:02 +0000, in uk.telecom.broadband , Phil
Thompson <(E-Mail Removed)> wrote:

>On Tue, 29 Nov 2005 17:18:59 +0000, Andrew Hodgson <(E-Mail Removed)>
>wrote:
>
>>DHCP lease expires.

>
>DHCP ? not used on BT Wholesale ADSL, its a PPP negotiation.


I don't think the protocol layer has anything to do with how IP
addresses are assigned. Different level in the network stack.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
Mike
Guest
Posts: n/a

 
      11-29-2005, 09:38 PM
On Tue, 29 Nov 2005 22:15:01 +0000, Mark McIntyre
<(E-Mail Removed)> wrote:

>On Tue, 29 Nov 2005 18:31:02 +0000, in uk.telecom.broadband , Phil
>Thompson <(E-Mail Removed)> wrote:
>
>>On Tue, 29 Nov 2005 17:18:59 +0000, Andrew Hodgson <(E-Mail Removed)>
>>wrote:
>>
>>>DHCP lease expires.

>>
>>DHCP ? not used on BT Wholesale ADSL, its a PPP negotiation.

>
>I don't think the protocol layer has anything to do with how IP
>addresses are assigned. Different level in the network stack.


PPP incorporates a series of negotiation phases. The first few frames
exchanged across the link are LCP - link control protocol - which
negotiate PPP options, things like maximum transmission units and
protocol field compression. After the standard options have been
agreed by both ends of the link, an authentication phase is entered
where (normally) the client is asked to identify itself and supply an
authentication token, such as a password or an encrypted token derived
from the password.

When LCP negotiation is complete, the link moves on to IPCP - internet
protocol control protocol - and this assigns IP addresses for each end
of the link. This is quite distinct from DHCP - dynamic host
configuration protocol - which isn't used on a PPP link.

Mike.

--
Entia non sunt multiplicanda praeter necessitatem
 
Reply With Quote
 
Phil Thompson
Guest
Posts: n/a

 
      11-29-2005, 09:51 PM
On Tue, 29 Nov 2005 22:15:01 +0000, Mark McIntyre
<(E-Mail Removed)> wrote:

>I don't think the protocol layer has anything to do with how IP
>addresses are assigned.


PPP session negotiation assigns the IP address etc, DHCP clients
aren't used on BT ADSL.

Phil
--
Tiscali - dialup speeds at Broadband prices, see
http://bbs.adslguide.org.uk/postlist...&Board=tiscali

AOL - the unlimited ISP of choice for heavy downloaders.
 
Reply With Quote
 
Mark McIntyre
Guest
Posts: n/a

 
      11-29-2005, 10:33 PM
On Tue, 29 Nov 2005 22:38:30 +0000, in uk.telecom.broadband , Mike
<(E-Mail Removed)> wrote:


(stuff about PPP)

I sit corrected - at least till I can be bothered reading up on it
all!
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Assignment of local IP Nomen Nescio Wireless Internet 3 11-14-2010 01:12 AM
Assignment of local IP Nomen Nescio Wireless Networks 3 11-14-2010 01:12 AM
Radius ip assignment SuderMan Windows Networking 3 07-31-2006 11:13 PM
No IP assignment at TMobile hotspots David McMillan Wireless Internet 20 05-31-2005 10:02 PM
IP assignment Mickybadia Linux Networking 9 01-26-2004 09:45 AM



1 2 3 4 5 6 7 8 9 10 11