#
#   /etc/network/interfaces
#
# We always want the loopback interface
#
auto lo
iface lo inet loopback
#
# Ethernet card setup: (broadcast and gateway are optional)
# Note: remove this section to disable external networking
#
auto eth0
iface eth0 inet static
    gateway TAP_IP
    address GW_IP
    netmask MASK_LONG
    network SUBNET_IP
    dns-nameservers 8.8.8.8
    # broadcast BROADCAST_IP
