Return to Snippet

Revision: 9822
at November 24, 2008 10:45 by czapata


Initial Code
-A INPUT -p tcp -s webserveriphere --sport 1024:65535 -d mysqliphere --dport 3306 -m state --state NEW,ESTABLISHED -j ACCEPT
-A OUTPUT -p tcp -s mysqliphere --sport 3306 -d webserveriphere --dport 1024:65535 -m state --state ESTABLISHED -j ACCEPT

Initial URL


Initial Description


Initial Title
IPTABLES - Webserver(Apache) to MySQL config

Initial Tags
mysql, apache

Initial Language
Other