From efa9a6d681b87fa4b8e321173690144b17a08d35 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sat, 27 Apr 2002 21:04:15 +0000 Subject: Added DHCP handling to initscripts --- rc.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 6e73d4c..367101f 100644 --- a/rc.conf +++ b/rc.conf @@ -13,11 +13,14 @@ TIMEZONE=Canada/Pacific # HOSTNAME="myhost" +# # # Interfaces to start at boot-up (in this order) # Declare each interface then list in INTERFACES # (prefix an interface in INTERFACES with a ! to disable it) # +# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") +# lo="lo 127.0.0.1" eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" INTERFACES=(lo eth0) @@ -28,7 +31,7 @@ INTERFACES=(lo eth0) # (prefix a route in ROUTES with a ! to disable it) # gateway="default gw 192.168.0.1" -ROUTES=(gateway) +ROUTES=(!gateway) # # Daemons to start at boot-up (in this order) -- cgit v1.2.3