#
# interfaces - setup your networking devices here
#

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

allow-hotplug usb0
iface usb0 inet dhcp

allow-hotplug wlan0

#iface wlan0 inet dhcp

#iface wlan0 inet static
#iface home inet static
#address 192.168.1.251
#netmask 255.255.255.0
#gateway 192.168.1.1

iface wlan0 inet manual

wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

iface home inet static
address 192.168.1.251
netmask 255.255.255.0
gateway 192.168.1.1

iface work inet static
address 192.168.1.251
netmask 255.255.255.0
gateway 192.168.1.254 

