I currently have the firewall disabled. I read in the docs that both ssh and port 8006 needs to be open when you enable the firewall since by default it drops. I added the rules however it still seems to block access to the web console port 8006 when I enable the firewall.
What am I doing wrong?
cat /etc/pve/firewall/cluster.fw
What am I doing wrong?
cat /etc/pve/firewall/cluster.fw
Code:
[OPTIONS]
# enable firewall (cluster wide setting, default is disabled)
enable: 1
[RULES]
#TYPE ACTION [OPTIONS]
#TYPE MACRO(ACTION) [OPTIONS]
# -i <INTERFACE>
# -source <SOURCE>
# -dest <DEST>
# -p <PROTOCOL>
# -dport <DESTINATION_PORT>
# -sport <SOURCE_PORT>
IN SSH(ACCEPT) -i vmbr0
IN ACCEPT -i vmbr0 -dport 8006