IPv6 and correct internal DNS added to jump-tug
This commit is contained in:
parent
e3b94f5bf8
commit
8313bb3b30
1 changed files with 25 additions and 0 deletions
25
jump-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
25
jump-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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.114
|
||||
netmask 255.255.255.252
|
||||
network 94.176.224.112
|
||||
broadcast 94.176.224.115
|
||||
gateway 94.176.224.113
|
||||
# dns-* options are implemented by the resolvconf package, if installed
|
||||
dns-nameservers 130.242.80.14 130.242.80.99
|
||||
dns-search komreg.net
|
||||
|
||||
iface eno1 inet6 static
|
||||
address 2001:6b0:64:5::114
|
||||
netmask 64
|
||||
gateway 2001:6b0:64:5::1
|
Loading…
Add table
Reference in a new issue