iptables -P INPUT DROP Lockout

Scrober

New Member
Jun 12, 2018
7
0
1
32
Shame on me, just dropped in ssh
Code:
iptables -P INPUT DROP

and now i can´t connect to the system.
Only with a rescue system i am able to mount the root partition and change some files.
  • reboot does not help
  • /etc/pve/ - is empty
  • /etc/default/ebtables is not configured to load something at boot up
Does someone know where the iptable files at?

Greetings
 
you need to start the pmxcfs in order to access /etc/pve (in the rescue system) https://pve.proxmox.com/wiki/Proxmox_Cluster_File_System_(pmxcfs)

boot in the rescue system - configure the network as on the real system, set the hostname to it's actual value and run pmxcfs -l
then you can make your changes (/etc/pve/firewall)