# Generate by set_vpnbox_conf.rb
# The loopback network interface
auto lo
iface lo inet loopback

# WAN_IF
auto eth1
iface eth1 inet dhcp

# VLAN_BR
iface eth0 inet static
  address 10.0.0.10
  netmask 255.0.0.0

