blob: 97aaea3753e8458fa37561bcf5387b6b03db7fac [file] [log] [blame]
Ivan Berezovskiyc46e7c02018-10-29 18:22:09 +04001# 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 $DEPLOY_NETWORK_NETMASK
15 gateway $DEPLOY_NETWORK_GW
16 mtu $DEPLOY_NETWORK_MTU
17 dns-nameservers $DNS_SERVERS
18#auto ens4
19#iface ens4 inet static
20# address $SALT_MASTER_CONTROL_IP
21# netmask $SALT_MASTER_CONTROL_NETMASK