ITWombat Posted July 7, 2007 Posted July 7, 2007 One thing MS Windows appears to have over most Linux distros I have tried is the ease with which you can restart the dhcp client after a break in network connection. If you plug in a network cable to the back of the PC windows will start acquiring an address. If that's too easy then you can also do IPCONFIG /RENEW. With Linux, in many cases you have to either have to have the cable plugged in before booting or try to find some gui tool to force address acquisition. Now from what I read you should be able to use ipconfig up to give the dhcp client a fillip but that doesn't seem to work. The one counter example I found is Puppy Linux with dhcpcd. For other distros life is not so simple or maybe it is and I am the simple one
NeoS Posted July 8, 2007 Posted July 8, 2007 Ubuntu Network Commands For most distro's just use the man command and look up DHCP. From my experiance using ifconfig eth0 down and ifconfig eth0 up for wired connections is fine.
localzuk Posted July 8, 2007 Posted July 8, 2007 simply running 'dhclient' should do the job in most cases.
ITWombat Posted July 8, 2007 Author Posted July 8, 2007 I tried the suggested methods with a copy of DSL live CD. The network cable was removed and only reinserted after the desktop had appeared. No dhcpclient command. ifconfig down then up didn't work. It appears that DSL uses the pump command for automated host configuration. I thought this became deprecated a few years back. Oh well.
localzuk Posted July 8, 2007 Posted July 8, 2007 did you use dhcpclient or dhclient? The prior doesn't exist, the latter does... What version of DSL are you using?
Geoff Posted July 8, 2007 Posted July 8, 2007 Other common dhcp clients on Linux include 'pump' and 'dhcpcd'.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now