svn commit: samba-docs r280 - in trunk/Samba-Guide: .

jht at samba.org jht at samba.org
Wed Nov 10 07:16:23 GMT 2004


Author: jht
Date: 2004-11-10 07:16:23 +0000 (Wed, 10 Nov 2004)
New Revision: 280

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=280

Log:
Fix small typo.
Modified:
   trunk/Samba-Guide/Chap04-SecureOfficeServer.xml


Changeset:
Modified: trunk/Samba-Guide/Chap04-SecureOfficeServer.xml
===================================================================
--- trunk/Samba-Guide/Chap04-SecureOfficeServer.xml	2004-11-10 00:54:22 UTC (rev 279)
+++ trunk/Samba-Guide/Chap04-SecureOfficeServer.xml	2004-11-10 07:16:23 UTC (rev 280)
@@ -773,7 +773,7 @@
 $IPTABLES -F OUTPUT
 $IPTABLES -P FORWARD DROP
 $IPTABLES -F FORWARD
-$IPTABLES -t nat -F
+
 $IPTABLES -A INPUT -i lo -j ACCEPT
 $IPTABLES -A INPUT -i $INTIFA -j ACCEPT
 $IPTABLES -A INPUT -i $INTIFB -j ACCEPT
@@ -781,7 +781,7 @@
 # Enable incoming traffic for: SSH, SMTP, DNS(tcp), HTTP, HTTPS
 for i in 22 25 53 80 443
 do
-        $IPTABLES -A INPUT -i $EXTIF -p tcp -dport $i  -j ACCEPT
+        $IPTABLES -A INPUT -i $EXTIF -p tcp --dport $i  -j ACCEPT
 done
 # Allow DNS(udp)
 $IPTABLES -A INPUT -i $EXTIF -p udp -dport 53  -j ACCEPT



More information about the samba-cvs mailing list