ftornell Posted February 16, 2008 Share Posted February 16, 2008 Hi, Is there anyway except remove and enter the networkcable to renew the ip-adress on linux? In the Windows OP we have ipconfig /release & /renew Is there any command under linux for this type of action? Link to comment Share on other sites More sharing options...
The2 Posted February 17, 2008 Share Posted February 17, 2008 try typing (sudo) dhclient -r to remove lease, then dhclient to get a new one. Link to comment Share on other sites More sharing options...
Prophecy Posted February 18, 2008 Share Posted February 18, 2008 try typing (sudo) dhclient -r to remove lease, then dhclient to get a new one. Not a linux guru but wouldnt ifconfig and pump up and down work? Link to comment Share on other sites More sharing options...
The2 Posted February 19, 2008 Share Posted February 19, 2008 Not a linux guru but wouldnt ifconfig and pump up and down work? Not sure, but they shouldn't as ifconfig is not responsible for DHCP address Link to comment Share on other sites More sharing options...
Recommended Posts