How to disable the built in firewall, IPtables.

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

  • 0 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

General VPS Commands

  All these commands can be run in SSH as the root user   top like windows task manager We...

High Disk Usage?

Hi We have had a few people with high disk usage create support tickets as their sites were very...

How long will setup take for my VPS?

Our VPS services are all setup to be automatically created. Leave it about 15min from your order...

How to install cPanel on a VPS?

Create a support ticket and we can install for no charge. Or Use your VPS control interface to...

How to see if my VPS is been brute forced?

Some hackers will try to brute force your VPS passwords, its the same with all servers on the...