diff options
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 |