nowwhat
27/12/2016, 20h19


You don't need to 'edit' iptables.
iptables is a command that you use to alter predefined rules.
The predefined rules, when you boot your OS are :
Code:
root@vps62725:~# iptables -L -vn Chain INPUT (policy ACCEPT 26689 packets, 2388K bytes) Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 25980 packets, 2857K bytes) pkts bytes target prot opt in out source destination
YOUR OS isn't booting when you use recue mode. Neither the YOUR config on your server's disk.
Better yet : your disk isn't even 'logically attached' (== mounted) when the rescue OS started.
You are aware of the fact that you should MOUNT your partitions first before you can access YOUR files when you use rescue mode ?
Read again the How-to : this one : https://forum.kimsufi.com/showthread...To-Rescue-Mode