# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # ------------------------------------------------------------------------ # eth0 auto eth0 allow-hotplug eth0 mapping eth0 script /etc/network/which-eth0 map dhcp dhcp iface dhcp inet dhcp # ------------------------------------------------------------------------ # eth1 auto eth1 allow-hotplug eth1 mapping eth1 script /etc/network/which-eth1 # the which-eth1 map essid=jukie.net \ ap=00:14:BF:AF:98:30 \ chan=5 \ key=off \ wdhcp #map essid=Congress wdhcp map essid=Meetings2 wdhcp map essid=linux \ key=on \ wifi-ols # fallthrough match map best wdhcp # ------------------------------------------------------------------------ # configs iface wdhcp inet dhcp pre-up modprobe ipw2200 post-down rmmod ipw2200 ieee80211 ieee80211_crypt iface wifi-ols inet dhcp #wpa-driver wext wpa-ssid linux #wpa-bssid 00:1a:2b:3c:4d:5e wpa-psk linuxsymposium #wpa-key-mgmt WPA-PSK #wpa-pairwise TKIP CCMP #wpa-group TKIP CCMP #wpa-proto WPA RSN