How to disable the built in firewall, IPtables. Print

  • 0

Most of our VPS images will come with IPtables installed.

If your having connections problems run this command:

service iptables stop.

This will stop IP tables untill you run

service iptables start

or ReBoot.

If you want to turn off the firewall even after a reboot run these commands:

chkconfig iptables off
service iptables save
service iptables stop


Was this answer helpful?

« Back