DHCP - ADSL

2003-03-19 Thread Torgny Nyblom
Hi, does anyone know how I can force a release of my ip address? This has to be done because my ISP somehow keeps track of what os runs on a particular MAC-address and when I try to reboot into windows I have to wait for the DHCP server to timeout before I can access the Internet again. Since I'm

Re: DHCP - ADSL

2003-03-19 Thread Torgny Nyblom
On Wed, 2003-03-19 at 19:25, Michael Smith wrote: > If you mean change your address... try going to your router (or using > your connection software) and re-connecting... No I mean I have to send "DHCP-RELEASE" to the dhcp-server or I won't get an IP when windows starts. But when I try and run "dh

Re: DHCP - ADSL

2003-03-19 Thread Torgny Nyblom
On Wed, 2003-03-19 at 19:23, Michael Kuss wrote: > In theory, adsl should be stopped properly when you shut down. However, My adsl is equal to eth from the computer in respect to DNS and such. It's just TCP/UDP traffic that's stopped. > doesn't happen too often to motivate me to investigate. Bu

Re: dhcp-release

2003-03-20 Thread Torgny Nyblom
On Thu, 2003-03-20 at 18:20, Will Mendez wrote: > ifconfig eth0 down = release > dhcp -n eth0 = renew No :-( ifconfig eth0 down does not send a dhcp-release. dhclient -r should do it but it only returns this... cat: /var/run/dhclient.pid: No such file or directory

Re: dhcp-release

2003-03-20 Thread Torgny Nyblom
On Thu, 2003-03-20 at 19:13, Pete Peterson wrote: > > The dhclient man page seems to imply that "dhclient -r" will do that. I whish it was that easy. That only returns: -- # dhclient -r eth0 cat: /var/run/dhclient.pid: No such file or directory kill: usage: kill [-s sigspec | -n signum | -sig

dhcp-release - Solved

2003-03-24 Thread Torgny Nyblom
Hi, Just thought I should tell how to do it in case anyone else runs in to this problem. I've tried just about everything but nothing worked. After using SuSE for a day I switched to using their choice of dhcp-client "dhcpcd" and after modifying /etc/rc.d/init.d/network to run "dhcpcd -k" at