blob: 533a0bb2c7a835a11b925fdbab5e5f271dfd9bf9 [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
15auto ens4
16iface ens4 inet static
17 address $APTLY_CONTROL_IP
18 netmask $APTLY_CONTROL_NETMASK