auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet static
address 10.1.1.6
netmask 255.255.255.0
gateway 10.1.1.1
dns-nameservers 10.1.1.1 8.8.8.8 8.8.4.4
pre-up /sbin/iwconfig wlan0 essid glacsweb-cafe
pre-up /sbin/wpa_supplicant -B -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
#post-down killall -q wpa_supplicant
#doesn't have killall installed

auto eth1
iface eth1 inet static
address 10.1.2.1
netmask 255.255.255.0
