blob: 8d17f47159fd271ce7ee299e5412de41d865506d [file] [log] [blame]
Richard Felklb5f7b652018-01-10 11:21:54 +01001# This file describes the network interfaces available on your system
2# and how to activate them. For more information, see interfaces(5).
3
4source /etc/network/interfaces.d/*
5
6# The loopback network interface
7auto lo
8iface lo inet loopback
9
10# The primary network interface
11auto ens3
12iface ens3 inet static
13 address $APTLY_DEPLOY_IP
14 netmask $APTLY_DEPLOY_NETMASK
Richard Felkl7516c402018-01-10 14:36:59 +010015#auto ens4
16#iface ens4 inet static
17# address $APTLY_CONTROL_IP
18# netmask $APTLY_CONTROL_NETMASK