I definitely admit to being a Proxmox newbie having used VMware until very recently. I am working through the various aspects of configuring Proxmox but had to transition from ESX to Proxmox very quickly so I haven't had a lot of time to experiment. My cluster is already in production.
I am trying to secure the cluster hosts, I have created an IPset with all of the networks that are 'allowed', I have then created rules that allow SSH and HTTPS on 8006 with those as source addresses. I login to one of the node (just in case via ssh) then enable the firewall. I then lose both web and ssh access so need to disable form the cli. There must be something fundamental I am missing but I can't see what it is.
Any assistance would be appreciated.
I am running Proxmox 5.0-30
root@agree-90:~# more /etc/pve/firewall/cluster.fw
[OPTIONS]
enable: 1
[IPSET management]
xxx.123.0.0/16
xxx.47.115.238
xxx.138.251.0/24
2xxx:4530::/32
2xxx:df0:dc::/48
2xxx:2380:e001:7500::/56
[RULES]
IN ACCEPT -source +management -p tcp -dport 8006 # GodZone HTTPS Management
IN SSH(ACCEPT) -source +management # GodZone SSH Management
I am trying to secure the cluster hosts, I have created an IPset with all of the networks that are 'allowed', I have then created rules that allow SSH and HTTPS on 8006 with those as source addresses. I login to one of the node (just in case via ssh) then enable the firewall. I then lose both web and ssh access so need to disable form the cli. There must be something fundamental I am missing but I can't see what it is.
Any assistance would be appreciated.
I am running Proxmox 5.0-30
root@agree-90:~# more /etc/pve/firewall/cluster.fw
[OPTIONS]
enable: 1
[IPSET management]
xxx.123.0.0/16
xxx.47.115.238
xxx.138.251.0/24
2xxx:4530::/32
2xxx:df0:dc::/48
2xxx:2380:e001:7500::/56
[RULES]
IN ACCEPT -source +management -p tcp -dport 8006 # GodZone HTTPS Management
IN SSH(ACCEPT) -source +management # GodZone SSH Management