# This file was generated by the Ebee controller application, don't edit.
# Default network configuration

# loopback device
auto lo
iface lo inet loopback

# br-usb-device is a bridge handling two usb interfaces on the device USB port
auto br-usb-device
iface br-usb-device inet static
  address 192.168.123.123
  netmask 255.255.255.0
  broadcast 192.168.123.255

# eth0:1 allows to connect to the controller via the ethernet interface
iface eth0:1 inet static
  scope link
  address 192.168.124.123
  netmask 255.255.255.0

# Configuration created according to operator settings

# eth0 - ethernet interface
iface eth0 inet dhcp


# wlan0 - wireless network interface
iface wlan0 inet manual
  udhcpc_opts -t 10 -T 10 -A 10

