Configuring iptables on your VPS
After just installing iptables, it will have no rules on the INPUT, OUTPUT or FORWARD chains: # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination And the default policy on each chain is “ACCEPT”, [...]