[D-community-commits] r279 - trunk/fai-config-dir/files/etc/shorewall/rules

vt100-guest at alioth.debian.org vt100-guest at alioth.debian.org
Mon Mar 17 12:19:13 UTC 2008


Author: vt100-guest
Date: 2008-03-17 12:19:12 +0000 (Mon, 17 Mar 2008)
New Revision: 279

Modified:
   trunk/fai-config-dir/files/etc/shorewall/rules/FIREWALL
Log:
fix firewall rules for xmpp


Modified: trunk/fai-config-dir/files/etc/shorewall/rules/FIREWALL
===================================================================
--- trunk/fai-config-dir/files/etc/shorewall/rules/FIREWALL	2008-03-16 22:53:56 UTC (rev 278)
+++ trunk/fai-config-dir/files/etc/shorewall/rules/FIREWALL	2008-03-17 12:19:12 UTC (rev 279)
@@ -487,7 +487,8 @@
 # allow incoming+outgoing jabber
 #
 ACCEPT          net        $FW                       tcp     xmpp-server
-ACCEPT          $FW        net                       tcp     xmpp-client
+ACCEPT          $FW        net   		     tcp     xmpp-server
+ACCEPT          net        $FW                       tcp     xmpp-client
 
 
 




More information about the D-community-commits mailing list