OpenVZ Forum


Home » Mailing lists » Users » The problem of iptables on FC4
Re: Re: The problem of iptables on FC4 [message #1686 is a reply to message #1685] Mon, 20 February 2006 07:59 Go to previous message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

Kirill Korotaev wrote:

>> I wrote modprobe to /etc/init.d/iptables file and reboot.
>> but, not accept.
>
> probably it is executed too late. And ip_conntrack module is loaded
> somewhere else, maybe indirectly via loading some other
> conntrack-dependant module.

Let me give you my $0.02 :)

To provide any parameter on module loading, the best place would be
/etc/modprobe.conf file. In our case, to enable connection tracking for
the host system, add the following line to /etc/modprobe.conf:

options ip_conntrack ip_conntrack_enable_ve0=1

After that, you need to reload the module, i.e.
modprobe -r ip_conntract
(check that module was really unloaded: /sbin/lsmod | grep conntr)
modprobe ip_conntrack
 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: openvz and SuSE
Next Topic: Debian Package of vzctl and vzquota
Goto Forum:
  


Current Time: Sun Jul 21 04:16:30 GMT 2024

Total time taken to generate the page: 0.02251 seconds