I just did a cli update and now pveproxy is not running on the ipv4 interface. Any suggestions?
~ netstat -tanup | grep 8006
tcp6 0 0 :::8006 :::* LISTEN 4503/pveproxy
~ pveversion
pve-manager/7.0-13/7aa7e488 (running kernel: 5.11.22-5-pve)
~ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.20.21 pve1.goldcoast.org pve1
192.168.20.22 pve2.goldcoast.org pve2
~ uname -n
pve2
~ sysctl -p
vm.swappiness = 90
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
# desperate attempt above to disable ipv6
~ netstat -tanup | grep 8006
tcp6 0 0 :::8006 :::* LISTEN 4503/pveproxy
~ pveversion
pve-manager/7.0-13/7aa7e488 (running kernel: 5.11.22-5-pve)
~ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.20.21 pve1.goldcoast.org pve1
192.168.20.22 pve2.goldcoast.org pve2
~ uname -n
pve2
~ sysctl -p
vm.swappiness = 90
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
# desperate attempt above to disable ipv6