mistakenly, I enabled firewall on my PVE GUI without any whitelist rule (INPUT default is Deny), now I can't access GUI or any guest systems, though I can still SSH to the host. I tried to compose /etc/pve/fireewall/cluster.fw file like below:
[OPTIONS]
enable: 0
And also disables iptables:
#iptables -F
But, then when I tried to restart firewall, it failled:
# pve-firewall restart
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
Seems all internal connection are denied due to filewall setting. Anyone has good idea to restore my GUI and disable data center firewall? Thanks!
[OPTIONS]
enable: 0
And also disables iptables:
#iptables -F
But, then when I tried to restart firewall, it failled:
# pve-firewall restart
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused
Seems all internal connection are denied due to filewall setting. Anyone has good idea to restore my GUI and disable data center firewall? Thanks!
Last edited: