Disable iptables

adamkdean

Adam K Dean

Posted on December 8, 2014

Disable iptables

Rather than disabling iptables in Ubuntu 14.04, you can allow everything.

iptables -F
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
Enter fullscreen mode Exit fullscreen mode

It's bad, but it works.

💖 💪 🙅 🚩
adamkdean
Adam K Dean

Posted on December 8, 2014

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Disable iptables
ubuntu Disable iptables

December 8, 2014