dhclient works now, adapt documentation

svn path=/nixu/trunk/; revision=4080
This commit is contained in:
Armijn Hemel 2005-10-12 22:40:10 +00:00
parent 583ce934a8
commit b53b6e5b43

6
howto
View file

@ -49,12 +49,12 @@ In vmware the driver is "pcnet32".
If the interface is different (say, eth1) replace eth0 with the right
interface.
- if DHCP is used, run a DHCP client to obtain an IP address:
- if DHCP is used, run a DHCP client to obtain an IP address, routing
and resolving information:
# dhclient eth0
The interface will not be configured, but it will give you all the right
information needed to configure the interface.
Otherwise, do this yourself:
# ifconfig eth0 <ip address> netmask <netmask>
# route add default gw <gateway ip address>