diff options
author | James Rayner <james@archlinux.org> | 2009-02-16 12:11:47 +0100 |
---|---|---|
committer | James Rayner <james@archlinux.org> | 2009-02-16 12:11:47 +0100 |
commit | cd45b96d742d5e7bfc6478eb0cf5585dcba348ea (patch) | |
tree | 0c943cd6639f61d17780d9c3ea87262026dae24f /examples/deprecated/wep-static.example | |
parent | 9550b3675ab99e4bc36f5606a8cd5f0037a6ed00 (diff) | |
download | netctl-cd45b96d742d5e7bfc6478eb0cf5585dcba348ea.tar.gz netctl-cd45b96d742d5e7bfc6478eb0cf5585dcba348ea.tar.xz |
Basic example configurations for the new system
Diffstat (limited to 'examples/deprecated/wep-static.example')
-rw-r--r-- | examples/deprecated/wep-static.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/deprecated/wep-static.example b/examples/deprecated/wep-static.example new file mode 100644 index 0000000..4474ba7 --- /dev/null +++ b/examples/deprecated/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 |