Getting your IP from a DHCP server
Published: Wednesday, Dec 26, 2007 Last modified: Thursday, Nov 14, 2024
This is a manual approach:
sudo dhclient eth0
ifup shell scripts should be a better approach…
This is a manual approach:
sudo dhclient eth0
ifup shell scripts should be a better approach…