# Configure Loopback
auto lo
iface lo inet loopback

#auto usb0
iface usb0 inet dhcp

iface bnep0 inet dhcp

# Enable management interface, as eth0 alias (for feral robot demo)
auto eth0:1
iface eth0:1 inet static
        address 172.16.0.2
        netmask 255.255.255.0

# Disable ethernet interface (for feral robot demo)
#auto eth0
iface eth0 inet dhcp
up /etc/init.d/ntp start

# Enable wi-fi interface (for feral robot demo)
auto wlan0
iface wlan0 inet dhcp
up /etc/init.d/ntp start
