Thank you for your time. I am a newb and just starting out with VM's in general and any help is appreciated.
My setup:
Fresh install of prox 8.3.5. IPv4 assigned from routers DHCP and IPv6 using SLAAC.
Problem:
After enabling the pve-firewall, ruleset "PVEFW-0-management-v6 " is created and applied to common ports 22, 8006 etc but ipset list PVEFW-0-management-v6 shows there are 0 members in the set. So ssh -6 from a local machine fails when firewall is on.
Troubleshooting:
I tried adding my subnet using the GUI Datacenter > Firewall > IPset > Create and it populated the cluster.fw file but ipset list still shows 0 members.
I can temporarily set it using
My etc/network/interface :
My setup:
Fresh install of prox 8.3.5. IPv4 assigned from routers DHCP and IPv6 using SLAAC.
Problem:
After enabling the pve-firewall, ruleset "PVEFW-0-management-v6 " is created and applied to common ports 22, 8006 etc but ipset list PVEFW-0-management-v6 shows there are 0 members in the set. So ssh -6 from a local machine fails when firewall is on.
Troubleshooting:
I tried adding my subnet using the GUI Datacenter > Firewall > IPset > Create and it populated the cluster.fw file but ipset list still shows 0 members.
I can temporarily set it using
ipset add PVEFW-0-management-v6 xxx::/64 but within a few seconds the entry is wipedMy etc/network/interface :
Bash:
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.29.77/24
gateway 192.168.29.1
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
post-up echo "2" > /proc/sys/net/ipv6/conf/vmbr0/accept_ra
iface enp5s0 inet manual
source /etc/network/interfaces.d/*