BUG IPTable: Modules unloaded during boot

hiker

New Member
Joined
Feb 27, 2011
Messages
1
Reaction score
0
I had an issue with IPTables with PIAF 2.0.6.5. Specifically, changing /etc/sysconfig/iptables-config to have
Code:
IPTABLES_MODULES="nf_conntrack_ftp nf_conntrack_netbios_ns"
With the completion of each system boot, the modules were not loaded. A subsequent "reload" worked. After some debugging and experimentation, I found the issue was the "restart" of the existing firewall in /etc/rc.local. I found either of the following fixes solve the issue:
  • Comment out the lines that "restart" iptables or
  • Change "restart" to "reload"
 
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top