# This configuration file was modified by TorBox

# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
# source-directory /etc/network/interfaces.d

auto lo
auto eth0
auto wlan1
auto usb0

iface lo inet loopback
iface eth0 inet dhcp
iface wlan1 inet dhcp
  wireless-power off
iface usb0 inet dhcp
allow-hotplug wlan0 wlan1 eth0 eth1 usb0

iface wlan0 inet static
  address 192.168.42.1
  netmask 255.255.255.0
  wireless-power off

iface eth1 inet static
  address 192.168.43.1
  netmask 255.255.255.0
