Richard Felkl | b5f7b65 | 2018-01-10 11:21:54 +0100 | [diff] [blame^] | 1 | # This file describes the network interfaces available on your system |
| 2 | # and how to activate them. For more information, see interfaces(5). |
| 3 | |
| 4 | source /etc/network/interfaces.d/* |
| 5 | |
| 6 | # The loopback network interface |
| 7 | auto lo |
| 8 | iface lo inet loopback |
| 9 | |
| 10 | # The primary network interface |
| 11 | auto ens3 |
| 12 | iface 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 |