Hello,
I have been trying to figure this out for a while. Whenever I enable the proxmox firewall at the datacenter level, network connectivity for all VMs is instantly broken. VMs are not even pingable. Nor can they communicate out. The only way to resolve is to reboot the entire proxmox node. simply disabling the firewall/restarting it does not have any effect.
I noticed when keeping the firewall enabled, the VMs will not pull an IPv4 address from DHCP.
Here's some relevant info based on other issues I read about.
Any help or advice would be greatly appreciated! Thank you.
I have been trying to figure this out for a while. Whenever I enable the proxmox firewall at the datacenter level, network connectivity for all VMs is instantly broken. VMs are not even pingable. Nor can they communicate out. The only way to resolve is to reboot the entire proxmox node. simply disabling the firewall/restarting it does not have any effect.
I noticed when keeping the firewall enabled, the VMs will not pull an IPv4 address from DHCP.
Here's some relevant info based on other issues I read about.
Code:
cat /etc/pve/firewall/cluster.fw
[OPTIONS]
policy_in: ACCEPT
enable: 0
ebtables: 1
[RULES]
OUT ACCEPT -log nolog
IN ACCEPT -log nolog
Code:
cat host.fw
[OPTIONS]
log_level_in: nolog
log_level_out: nolog
enable: 1
Any help or advice would be greatly appreciated! Thank you.