[LE-001] pm-node-01 pre-upgrade config backup 2026-03-13
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
deb http://ftp.ca.debian.org/debian trixie main contrib non-free-firmware
|
||||||
|
|
||||||
|
deb http://ftp.ca.debian.org/debian trixie-updates main contrib non-free-firmware
|
||||||
|
|
||||||
|
# security updates
|
||||||
|
deb http://security.debian.org trixie-security main contrib non-free-firmware
|
||||||
|
|
||||||
|
deb http://download.proxmox.com/debian/pve trixie pve-no-subscription
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
pm-node-01
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
127.0.0.1 localhost.localdomain localhost
|
||||||
|
192.168.22.65 pm-node-01.localeng.ca pm-node-01
|
||||||
|
|
||||||
|
# The following lines are desirable for IPv6 capable hosts
|
||||||
|
|
||||||
|
::1 ip6-localhost ip6-loopback
|
||||||
|
fe00::0 ip6-localnet
|
||||||
|
ff00::0 ip6-mcastprefix
|
||||||
|
ff02::1 ip6-allnodes
|
||||||
|
ff02::2 ip6-allrouters
|
||||||
|
ff02::3 ip6-allhosts
|
||||||
@@ -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 eno7
|
||||||
|
iface eno7 inet static
|
||||||
|
address 10.10.10.65/28
|
||||||
|
#CLUSTER SYNC
|
||||||
|
|
||||||
|
auto ens1f0np0
|
||||||
|
iface ens1f0np0 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 ens1f1np1
|
||||||
|
iface ens1f1np1 inet manual
|
||||||
|
mtu 9000
|
||||||
|
|
||||||
|
auto eno4
|
||||||
|
iface eno4 inet manual
|
||||||
|
mtu 9000
|
||||||
|
|
||||||
|
iface eno5 inet manual
|
||||||
|
|
||||||
|
iface eno6 inet manual
|
||||||
|
|
||||||
|
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.65/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 VLANS
|
||||||
|
|
||||||
|
auto vmbr2
|
||||||
|
iface vmbr2 inet static
|
||||||
|
address 10.10.22.65/24
|
||||||
|
bridge-ports bond1
|
||||||
|
bridge-stp off
|
||||||
|
bridge-fd 0
|
||||||
|
mtu 9000
|
||||||
|
#STORAGE NETWORK
|
||||||
|
|
||||||
|
source /etc/network/interfaces.d/*
|
||||||
Reference in New Issue
Block a user