[LE-001] pm-node-03 pre-upgrade config backup 2026-03-13

This commit is contained in:
ansible-msp
2026-03-13 16:20:09 -07:00
parent b7ede9cf42
commit df7614f417
66 changed files with 1312 additions and 0 deletions

View File

@@ -0,0 +1,96 @@
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface eno8 inet manual
auto ens1f0np0
iface ens1f0np0 inet manual
mtu 9000
auto ens1f1np1
iface ens1f1np1 inet manual
mtu 9000
auto eno1
iface eno1 inet manual
mtu 9000
auto eno2
iface eno2 inet manual
mtu 9000
auto eno3
iface eno3 inet manual
mtu 9000
auto eno4
iface eno4 inet manual
mtu 9000
iface eno5 inet manual
iface eno6 inet manual
auto eno7
iface eno7 inet static
address 10.10.10.67/28
#CLUSTER SYNC
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2 eno3 eno4
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
mtu 9000
#Client Access LAG
auto bond1
iface bond1 inet manual
bond-slaves ens1f0np0 ens1f1np1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
mtu 9000
#Storage LAG
auto vmbr0
iface vmbr0 inet static
address 192.168.22.67/24
gateway 192.168.22.1
bridge-ports eno8
bridge-stp off
bridge-fd 0
#MGMT ONLY
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
mtu 9000
#Client Access
auto vmbr2
iface vmbr2 inet static
address 10.10.22.67/24
bridge-ports bond1
bridge-stp off
bridge-fd 0
mtu 9000
#STORAGE NETWORK
source /etc/network/interfaces.d/*