summaryrefslogtreecommitdiffstats
path: root/examples/wep-static.example
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2007-11-10 00:43:57 +0100
committerJames Rayner <james@archlinux.org>2007-11-10 00:43:57 +0100
commite9f9e4d54cb3afb6d78a12e85035a24d346c381d (patch)
treeb3971b8737ab56b6055d2440f5b78c74fc2adb25 /examples/wep-static.example
downloadnetctl-e9f9e4d54cb3afb6d78a12e85035a24d346c381d.tar.gz
netctl-e9f9e4d54cb3afb6d78a12e85035a24d346c381d.tar.xz
Initial Import
Diffstat (limited to 'examples/wep-static.example')
-rw-r--r--examples/wep-static.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/wep-static.example b/examples/wep-static.example
new file mode 100644
index 0000000..4474ba7
--- /dev/null
+++ b/examples/wep-static.example
@@ -0,0 +1,12 @@
+CONNECTION="wireless"
+DESCRIPTION="A wep encrypted wireless connection using static ip"
+INTERFACE=wlan0
+SCAN="yes"
+SECURITY="wep"
+ESSID="MyNetwork"
+KEY="1234567890"
+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