summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static.example
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ethernet-static.example')
-rw-r--r--examples/ethernet-static.example10
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/ethernet-static.example b/examples/ethernet-static.example
index b50cf36..ad0c9b4 100644
--- a/examples/ethernet-static.example
+++ b/examples/ethernet-static.example
@@ -1,8 +1,6 @@
-CONNECTION="ethernet"
-DESCRIPTION="A less basic ethernet profile, using static configuration"
-INTERFACE=eth0
+CONNECTION="ethernet-iproute"
+INTERFACE="eth0"
IP="static"
-IFOPTS="192.168.1.23 netmask 255.255.255.0 broadcast 192.168.1.255"
+ADDR="192.168.1.23"
GATEWAY="192.168.1.1"
-DNS1=192.168.1.1
-DNS2=dns1.dreamhost.com
+DNS=("192.168.1.1")