blob: 8d17f47159fd271ce7ee299e5412de41d865506d [file] [log] [blame]
azvyagintsev6d453852018-02-26 16:56:37 +02001# 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
15#auto ens4
16#iface ens4 inet static
17# address $APTLY_CONTROL_IP
18# netmask $APTLY_CONTROL_NETMASK