Author: fapeeler
Date: Fri Aug 3 18:20:38 2012
New Revision: 1369144
URL: http://svn.apache.org/viewvc?rev=1369144&view=rev
Log:
CMS commit to vcl by fapeeler
Modified:
vcl/site/trunk/content/docs/VCL23Installation.mdtext
Modified: vcl/site/trunk/content/docs/VCL23Installation.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL23Installation.mdtext?rev=1369144&r1=1369143&r2=1369144&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL23Installation.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL23Installation.mdtext Fri Aug 3 18:20:38
2012
@@ -36,13 +36,10 @@ VCL currently supports the use of mysql
:::BashLexer
/sbin/service mysqld start
- * If the iptables firewall is being used and the web server and
management nodes will be on different machines, port 3306 should be opened up
+ * If the iptables firewall is being used and the web server and
management nodes will be on different machines, port 3306 should be opened up.
Add the following to your iptables config and restart iptables service.
- :::BashLexer
+ :::BashLexer
vi /etc/sysconfig/iptables
-
-
- :::BashLexer tabsize=4
-A RH-Firewall-1-INPUT -m state --state NEW -s <web server IP> -p
tcp --dport 3306 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -s <management node
IP> -p tcp --dport 3306 -j ACCEPT
service iptables restart