Friday, January 23, 2009
Configuring a DHCP Client
Posted on 9:10 AM by Unknown
The /etc/sysconfig/network file should contain the following line:NETWORKING=yesThe NETWORKING variable must be set to yes if you want networking to start at boot time.The /etc/sysconfig/network-scripts/ifcfg-eth0 file should contain the following lines:DEVICE=eth0BOOTPROTO=dhcpONBOOT=yesA configuration file is needed for each device to be configured to use DHCP.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment