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.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/ethernet-static.example b/examples/ethernet-static.example
new file mode 100644
index 0000000..b50cf36
--- /dev/null
+++ b/examples/ethernet-static.example
@@ -0,0 +1,8 @@
+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