2018-03-16 11:18:10 +01:00
|
|
|
# This file describes the network interfaces available on your system
|
|
|
|
# and how to activate them. For more information, see interfaces(5).
|
|
|
|
|
|
|
|
source /etc/network/interfaces.d/*
|
|
|
|
|
|
|
|
# The loopback network interface
|
|
|
|
auto lo
|
|
|
|
iface lo inet loopback
|
|
|
|
|
|
|
|
# The primary network interface
|
|
|
|
auto eno1
|
|
|
|
iface eno1 inet static
|
|
|
|
address 94.176.224.242
|
|
|
|
netmask 255.255.255.252
|
|
|
|
network 94.176.224.240
|
|
|
|
broadcast 94.176.224.243
|
|
|
|
gateway 94.176.224.241
|
|
|
|
# dns-* options are implemented by the resolvconf package, if installed
|
2019-03-15 17:01:15 +01:00
|
|
|
dns-nameservers 89.32.32.32
|
2018-03-16 11:18:10 +01:00
|
|
|
|
|
|
|
iface eno1 inet6 static
|
2018-03-16 11:49:49 +01:00
|
|
|
address 2001:6b0:64:5::242
|
2018-03-16 11:18:10 +01:00
|
|
|
netmask 64
|
2018-03-16 11:49:49 +01:00
|
|
|
gateway 2001:6b0:64:5::1
|