# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 172.16.28.32
netmask 255.255.0.0
broadcast 172.16.255.255
gateway 172.16.27.1
network 172.16.0.0
dns-search domain.net
dns-nameservers 172.16.27.31 172.16.27.36
up route add -net 10.255.12.0/24 gw 10.255.0.30 dev eth0