diff options
author | John Terpstra <jht@samba.org> | 2005-06-14 05:24:07 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:48 -0500 |
commit | 6d6cb2f0a3db32812b650b813a532e8ee66c5c96 (patch) | |
tree | 77a8a9c507ef4736e4460eb4517d7d8ae2e619f6 /docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | |
parent | 890c7669cfeb0d5a254458c492f138ca4c5994bc (diff) | |
download | samba-6d6cb2f0a3db32812b650b813a532e8ee66c5c96.tar.gz samba-6d6cb2f0a3db32812b650b813a532e8ee66c5c96.tar.bz2 samba-6d6cb2f0a3db32812b650b813a532e8ee66c5c96.zip |
Another update.
(This used to be commit 66bc42ebf26d77e5e26aff18aff08ea475674c67)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-SecureOfficeServer.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-SecureOfficeServer.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml index ba695994c3..4eb89ad04e 100644 --- a/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml +++ b/docs/Samba3-ByExample/SBE-SecureOfficeServer.xml @@ -698,11 +698,11 @@ INTIFA="eth1" INTIFB="eth2" /sbin/depmod -a -/sbin/modprobe -i ip_tables -/sbin/modprobe -i ip_conntrack -/sbin/modprobe -i ip_conntrack_ftp -/sbin/modprobe -i iptable_nat -/sbin/modprobe -i ip_nat_ftp +/sbin/modprobe ip_tables +/sbin/modprobe ip_conntrack +/sbin/modprobe ip_conntrack_ftp +/sbin/modprobe iptable_nat +/sbin/modprobe ip_nat_ftp $IPTABLES -P INPUT DROP $IPTABLES -F INPUT $IPTABLES -P OUTPUT ACCEPT |