Firewall System Crash

gineta

New Member
May 16, 2012
12
2
3
Hi I have some type of error en el Server I not have /etc/pve/firewall/ folder and is only /etc/pve
I can't access with SSH if is not mounting the server in recovery mode with a VPN and I can't access to the GUI
Any ideas how I can solve the issue of the firewall or where is recorder the rules .
Thanks
 
OK GUYS
The solution to the problem . And you can after SSh or go to the GUI
And deactivate the firewall for ever

Start your server in recovery mode go to the partition you have mount your files
example : /mnt/etc

Edit the file rc.local
and add the line
pve-firewall stop

That need to look like this

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

pve-firewall stop

exit 0