diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-06-30 14:57:18 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-06-30 14:57:18 -0700 |
commit | ad1e81556aa351fea39ed6eaf6efbed0ba7ce894 (patch) | |
tree | 6acbd538861b63cb4a3672ea5e46bf1879cc4a7c /rc.conf | |
parent | 92cbc62e1c1b22c6cc251628e8d51a45607998b6 (diff) |
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 <aaronmgriffin@gmail.com>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |