added netplan config, removed old network config file
This commit is contained in:
parent
8ba5f49e62
commit
58f2448843
2 changed files with 17 additions and 25 deletions
17
jump-tug-3.komreg.net/overlay/etc/netplan/01-netcfg.yaml
Normal file
17
jump-tug-3.komreg.net/overlay/etc/netplan/01-netcfg.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
network:
|
||||||
|
version: 2
|
||||||
|
ethernets:
|
||||||
|
eno1:
|
||||||
|
addresses:
|
||||||
|
- 94.176.224.114/30
|
||||||
|
- 2001:6b0:63:5::114/64
|
||||||
|
gateway4: 94.176.224.113
|
||||||
|
gateway6: 2001:6b0:63:5::1
|
||||||
|
match:
|
||||||
|
macaddress: 'ac:1f:6b:60:ab:18'
|
||||||
|
nameservers:
|
||||||
|
addresses:
|
||||||
|
- 89.32.32.32
|
||||||
|
search:
|
||||||
|
- komreg.net
|
||||||
|
set-name: eno1
|
|
@ -1,25 +0,0 @@
|
||||||
# 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 89.32.32.32
|
|
||||||
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