# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
 
# The loopback interface
auto lo
iface lo inet loopback

# Wireless interfaces
# removed since this slows down NM
#iface wlan0 inet dhcp
#	wireless_mode managed
#	wireless_essid any
#	wpa-driver wext
#	wpa-conf /etc/wpa_supplicant.conf

#auto usb0
#iface usb0 inet static
#	address 10.0.1.3
#	netmask 255.255.255.0

# Bluetooth networking
iface bnep0 inet dhcp

