Let's say the /etc/sysconfig/iptables
needs to be edited because, due to it I can not ssh to my server.
I start my server in "Rescue Mode", but when I login, there is no such thing as /etc/sysconfig/iptables
to edit.
What can be done so I can edit that file from this rescue mode? Or at least, is there a way to reboot the system while ensuring, iptables
is not started, while inside of the rescue mode?
init=bash
...# mount -o remount,rw /
– Red Cricket Aug 19 '14 at 05:41