aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.conf5
1 files changed, 4 insertions, 1 deletions
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)