› Forums › Network Management › Firewall, Traffic Shaping and Net Balancer › Accidentally created rule on 443. › Reply To: Accidentally created rule on 443.
April 19, 2010 at 7:45 pm
#50163
Member
If you have forwarded port 443 and locked out SSH(telnet is not running) I am afraid you’ll have to use the console to revert the changes.
The command to see the rules for port forward on the console is
iptables -t nat -L -v
after you find the line number you can remove it by
iptables -t nat -D PREROUTING XY
where XY is the line number.