summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-02-26 10:42:04 +0100
committerJames Rayner <james@archlinux.org>2009-02-26 10:42:04 +0100
commit9997a323581c7152e67830690d80d213d7c0d2e2 (patch)
tree80cf66634917464880ef78abd22a216b2d67f808 /examples/ethernet-static
parentc2838593ab2cc04cb702042066d912f1bcbcc201 (diff)
downloadnetctl-9997a323581c7152e67830690d80d213d7c0d2e2.tar.gz
netctl-9997a323581c7152e67830690d80d213d7c0d2e2.tar.xz
Update and re-arrange examples, update wireless quirk options, stop
using deprecated sys interface
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")