From ad1e81556aa351fea39ed6eaf6efbed0ba7ce894 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 30 Jun 2009 14:57:18 -0700 Subject: rc.conf: Switch to dhcp by default More of a sane default. Static config left as example Ref: FS#12670 Signed-off-by: Aaron Griffin --- rc.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 48455f8..1c2d428 100644 --- a/rc.conf +++ b/rc.conf @@ -59,7 +59,10 @@ HOSTNAME="myhost" # DHCP: Set your interface to "dhcp" (eth0="dhcp") # Wireless: See network profiles below # -eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" + +#Static IP example +#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" +eth0="dhcp" INTERFACES=(eth0) # Routes to start at boot-up (in this order) -- cgit v1.2.3