Author: glen Date: Thu Feb 23 11:30:37 2006 New Revision: 6999 Modified: rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0 Log: By default boot eth0 with dhcp. If you have static IP configuration, you need to edit this file anyway
Modified: rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0 ============================================================================== --- rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0 (original) +++ rc-scripts/trunk/sysconfig/interfaces/ifcfg-eth0 Thu Feb 23 11:30:37 2006 @@ -10,7 +10,7 @@ # etc. # IPADDR may be either IPv4 or IPv6 # you may have up to 256 addresses set up -IPADDR=192.168.0.1/24 +#IPADDR=192.168.0.1/24 #IPADDR1=192.168.0.2/24 #IPADDR2=192.168.0.3/24 #IPADDR3=192.168.0.4/24 @@ -21,7 +21,7 @@ # activate on boot? yes|no # you must set it to 'yes' if you want to have this up after bootup -ONBOOT=no +ONBOOT=yes # dhcp|pump|none -BOOTPROTO=none +BOOTPROTO=dhcp _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
