# 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 is unmanaged
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 169.254.87.180
netmask 255.255.255.0

auto eth1
iface eth1 inet dhcp
