1. Remove the following line, if it exists, in /etc/sysconfig/iptables-config
IPTABLES_MODULES="ip_conntrack_netbios_ns"
2. Stop iptables
iptables -F
3. Remove the related modules
modprobe -r xt_NOTRACK nf_conntrack_netbios_ns nf_conntrack_ipv4 xt_state
modprobe -r iptable_nat ipt_MASQUERADE nf_nat nf_defrag_ipv4
modprobe -r nf_conntrack
Subscribe to:
Post Comments (Atom)
Check clients which connect to Mac OS X Wi-Fi Internet Sharing
arp -i bridge100 -a bridge100 may be different on your Mac OSX
-
For Mac OS: Use lipo. Ex. lipo -info staticLibrary.a For Linux OS: Use file Ex. file staticLibrary.c
-
[轉貼]用GCC自製Library 引用 : PTT 看板 : LinuxDev ( 作者 : cole945) Library 可分成三種, static 、 shared 與 dynamically loaded 。 1. Static libr...
-
1. Create an account on TestFlight ( http://testflightapp.com ) and with "Developer" option checked. 2. Log in to the TestFlight ...
1 comment:
I followed the above steps and yet able to remove these modules.
However setup 1 in /etc/sysconfig/iptables-config line looks as follows: IPTABLES_MODULES="".
I am trying this on CentOS 7.2. Could you please suggest what needs to be looked into.
Post a Comment