elf2000の日記: iptablesメモ
日記 by
elf2000
iptablesのモジュールを削除するメモ.
for table in filter nat mangle ; do iptables -t $table -F;iptables -t $table -X;done
rmmod `lsmod | grep ^ip_tables | sed -e 's/^.*\[//;s/\]//'`
rmmod ip_conntrack ip_tables
Red Hat Linuxとかは事前に
/etc/init.d/iptables stop
しておくよろし
iptablesメモ More ログイン