Merge branch 'master' of git.nordu.net:eid-ops
This commit is contained in:
commit
3040cb9ca7
13 changed files with 152 additions and 0 deletions
3
jump-tug-3.komreg.net/README
Normal file
3
jump-tug-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
3
kvmeidas-fre-3.komreg.net/README
Normal file
3
kvmeidas-fre-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
32
kvmeidas-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
32
kvmeidas-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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 manual
|
||||
|
||||
auto br-eidas
|
||||
iface br-eidas inet static
|
||||
address 94.176.224.4
|
||||
netmask 255.255.255.240
|
||||
network 94.176.224.0
|
||||
broadcast 94.176.224.15
|
||||
gateway 94.176.224.1
|
||||
# dns-* options are implemented by the resolvconf package, if installed
|
||||
dns-nameservers 8.8.8.8
|
||||
dns-search komreg.net
|
||||
bridge_ports eno1
|
||||
bridge_fd 2
|
||||
bridge_stp off
|
||||
bridge_maxwait 0
|
||||
|
||||
iface br-eidas inet6 static
|
||||
address 2001:6b0:63:1::4
|
||||
netmask 64
|
||||
gateway 2001:6b0:63:1::1
|
3
kvmfe-fre-3.komreg.net/README
Normal file
3
kvmfe-fre-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
3
kvmfe-tug-3.komreg.net/README
Normal file
3
kvmfe-tug-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
32
kvmfe-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
32
kvmfe-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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 manual
|
||||
|
||||
auto br-fe
|
||||
iface br-fe inet static
|
||||
address 94.176.224.36
|
||||
netmask 255.255.255.240
|
||||
network 94.176.224.32
|
||||
broadcast 94.176.224.47
|
||||
gateway 94.176.224.33
|
||||
# dns-* options are implemented by the resolvconf package, if installed
|
||||
dns-nameservers 8.8.8.8
|
||||
dns-search komreg.net
|
||||
bridge_ports eno1
|
||||
bridge_fd 2
|
||||
bridge_stp off
|
||||
bridge_maxwait 0
|
||||
|
||||
iface br-fe inet6 static
|
||||
address 2001:6b0:63:2::36
|
||||
netmask 64
|
||||
gateway 2001:6b0:63:2::1
|
3
kvminfra-fre-3.komreg.net/README
Normal file
3
kvminfra-fre-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
3
kvminfra-tug-3.komreg.net/README
Normal file
3
kvminfra-tug-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
32
kvminfra-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
32
kvminfra-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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 manual
|
||||
|
||||
auto br-infra
|
||||
iface br-infra inet static
|
||||
address 94.176.224.100
|
||||
netmask 255.255.255.240
|
||||
network 94.176.224.96
|
||||
broadcast 94.176.224.111
|
||||
gateway 94.176.224.97
|
||||
# dns-* options are implemented by the resolvconf package, if installed
|
||||
dns-nameservers 8.8.8.8
|
||||
dns-search komreg.net
|
||||
bridge_ports eno1
|
||||
bridge_fd 2
|
||||
bridge_stp off
|
||||
bridge_maxwait 0
|
||||
|
||||
iface br-infra inet6 static
|
||||
address 2001:6b0:63:4::100
|
||||
netmask 64
|
||||
gateway 2001:6b0:63:4::1
|
3
kvmmeta-fre-3.komreg.net/README
Normal file
3
kvmmeta-fre-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
3
kvmmeta-tug-3.komreg.net/README
Normal file
3
kvmmeta-tug-3.komreg.net/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
The system documentation is in the docs directory of the multiverse repository.
|
||||
|
32
kvmmeta-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
32
kvmmeta-tug-3.komreg.net/overlay/etc/network/interfaces
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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 manual
|
||||
|
||||
auto br-meta
|
||||
iface br-meta inet static
|
||||
address 94.176.224.68
|
||||
netmask 255.255.255.240
|
||||
network 94.176.224.64
|
||||
broadcast 94.176.224.79
|
||||
gateway 94.176.224.65
|
||||
# dns-* options are implemented by the resolvconf package, if installed
|
||||
dns-nameservers 8.8.8.8
|
||||
dns-search komreg.net
|
||||
bridge_ports eno1
|
||||
bridge_fd 2
|
||||
bridge_stp off
|
||||
bridge_maxwait 0
|
||||
|
||||
iface br-meta inet6 static
|
||||
address 2001:6b0:63:3::68
|
||||
netmask 64
|
||||
gateway 2001:6b0:63:3::1
|
Loading…
Add table
Reference in a new issue