From 588c9da0abd52b88e95898e6801799c980d14494 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 19 Apr 2009 21:45:09 +0000 Subject: Document DHCP and iwconfig. --- conf.d/network.Linux | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.d/network.Linux') diff --git a/conf.d/network.Linux b/conf.d/network.Linux index c477d61..395c1cc 100644 --- a/conf.d/network.Linux +++ b/conf.d/network.Linux @@ -21,3 +21,7 @@ # ifconfig_eth0_3="192.168.3.10 netmask 255.255.255.0" # ifconfig_eth0_4="192.168.4.10 netmask 255.255.255.0" # ifdown_eth0="vconfig rem \$int.2; vconfig rem \$int.3; vconfig rem \$int.4" + +# Normally you would use wpa_supplicant to configure wireless, but you can +# use iwconfig also +# ifup_wlan0="iwconfig \$int key s:secretkey enc open essid foobar" -- cgit v1.2.3