summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ethernet-static')
-rw-r--r--examples/ethernet-static7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/ethernet-static b/examples/ethernet-static
new file mode 100644
index 0000000..50756bc
--- /dev/null
+++ b/examples/ethernet-static
@@ -0,0 +1,7 @@
+CONNECTION="ethernet-iproute"
+DESCRIPTION="A basic static ethernet connection using iproute"
+INTERFACE="eth0"
+IP="static"
+ADDR="192.168.1.23"
+GATEWAY="192.168.1.1"
+DNS=("192.168.1.1")