diff options
author | John Terpstra <jht@samba.org> | 2005-04-16 19:17:42 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:29 -0500 |
commit | 47724314d71499244d3e1f526123b5b35ec329d0 (patch) | |
tree | d74893002f71072c95310924cdbb79283ed0f411 /docs/Samba-Guide/SBE-SecureOfficeServer.xml | |
parent | 915b20eda06df3c3f61a4db7c1e3b5fd3e826c99 (diff) | |
download | samba-47724314d71499244d3e1f526123b5b35ec329d0.tar.gz samba-47724314d71499244d3e1f526123b5b35ec329d0.tar.bz2 samba-47724314d71499244d3e1f526123b5b35ec329d0.zip |
Incorporating feedback from reviewers.
(This used to be commit 2105913b8b3a84c5d080b007af9effc7af976498)
Diffstat (limited to 'docs/Samba-Guide/SBE-SecureOfficeServer.xml')
-rw-r--r-- | docs/Samba-Guide/SBE-SecureOfficeServer.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Samba-Guide/SBE-SecureOfficeServer.xml b/docs/Samba-Guide/SBE-SecureOfficeServer.xml index d2e8521657..47a35fc5af 100644 --- a/docs/Samba-Guide/SBE-SecureOfficeServer.xml +++ b/docs/Samba-Guide/SBE-SecureOfficeServer.xml @@ -752,11 +752,11 @@ INTIFA="eth1" INTIFB="eth2" /sbin/depmod -a -/sbin/insmod ip_tables -/sbin/insmod ip_conntrack -/sbin/insmod ip_conntrack_ftp -/sbin/insmod iptable_nat -/sbin/insmod ip_nat_ftp +/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 $IPTABLES -P INPUT DROP $IPTABLES -F INPUT $IPTABLES -P OUTPUT ACCEPT |