# 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

auto ens3
iface ens3 inet static
	address 172.16.0.11
	broadcast 172.16.0.255
	netmask 255.255.255.0
	gateway 172.16.0.1
	dns-nameservers 9.9.9.9 1.1.1.1
