blob: 944ae9f5afe50c1558e49c1b0f29cf96ceaf5e7b [file] [log] [blame]
Jiri Broulik4ea221c2018-04-10 13:48:06 +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 $SALT_MASTER_DEPLOY_IP
14 netmask $SALT_MASTER_DEPLOY_NETMASK
15#auto ens4
16#iface ens4 inet static
17# address $SALT_MASTER_CONTROL_IP
18# netmask $SALT_MASTER_CONTROL_NETMASK