How do I clear my iptables rules?

If you find yourself unable to reach your VPS, but able to reach other parts of our network, you can disable iptables by running the following commands over the Serial Console or VNC viewer:

iptables -F
iptables -X
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT

This is typically the solution if you receive the "Operation not permitted" error when you try to ping outbound from your VPS. 
  • 0 Mục tin có ích
Câu trả lời có giúp được bạn không?

Mục tin liên quan

KVM VPS Information / Installation Guide

KVM VPS clients have two ways to install their VPS OS. Log into the SolusVM control panel and...

What happens if I run out of bandwidth?

If your VPS uses all of its bandwidth for the month, it will be automatically suspended. You may...

What is the difference between KVM and OpenVZ?

KVM is true virtualization where the VPS operates as its own server, independently of the host...

Cannot Allocate Memory Error

If you are trying to run an update on your KVM VPS and see the "cannot allocate memory" error,...

CPU/Host Passthrough

We will be happy to enable CPU host-passthrough mode on your KVM VPS upon request. Please submit...