What's about a DHCP-Release?Forum: Networking Topic: What's about a DHCP-Release? started by: MarWin Posted by MarWin on Mar. 08 2006,12:35
Hi all,i got a problem, using dhcp with dsl. I've to release my ip-address. where can i find informations about this and which command have i use to? I've read a lot about this but i didn't find the right command for this. Thank's for your help. Posted by doobit on Mar. 08 2006,14:36
Normally, it's the server side that you want to do the release so it can reassign the IP when you renew. Otherwise, I guess you could do ifdown eth0 then ifup eth0 (or whatever your NIC's name is) then you may need to pump -i < http://www.siliconvalleyccie.com/linux-h....1165263 > Also, in X you can shut down DHCP from the DSL panel by clicking the DHCP button. Posted by MarWin on Mar. 09 2006,08:50
Thank's an lot.I've tried it in our network and it works. |