Linux DHCP Configuration

For UCSB Physics:
 

NETWORKING=yes
FORWARD_IPV4=false
HOSTNAME=_your_machinename_here_.physics.ucsb.edu
GATEWAY=
If other values are present, please comment them out with a #
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes

Again, comment out any other variables.
 


Note, when using dhcp, you DO NOT need to define your own hostname and ip in /etc/hosts.



Last Updated: 3/2/2000