webgui ssh will not work!

techman

New Member
Nov 29, 2024
3
1
1
37
Queensland Australia
Few months back I dabbled with the firewall //" silly me"...
I can not get thru the web interface, or SSH
My only access is the command line(CLI) on the server.
But my PiHole(vm on the server) has worked all along.
I've stopped and disabled the firewall from the CLI.
Can I flush the firewall???,
spent hours on this and am about to blow the machine away and start over.... But I have things I need from the VM's version 8.3.0 in use.
 
You can do simply stop the firewallservice, change everything in the WebUI you would like, and start der firewallservice again.
Code:
systemctl stop pve-firewall.service
Do your changes.
Code:
systemctl start pve-firewall.service
 
  • Like
Reactions: techman