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