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 If the interface is different (say, eth1) replace eth0 with the right
interface. 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 # dhclient eth0
The interface will not be configured, but it will give you all the right Otherwise, do this yourself:
information needed to configure the interface.
# ifconfig eth0 <ip address> netmask <netmask> # ifconfig eth0 <ip address> netmask <netmask>
# route add default gw <gateway ip address> # route add default gw <gateway ip address>