From:                   [EMAIL PROTECTED] (Eric Wolzak)
To:                     [EMAIL PROTECTED]
Subject:                Re: [Leaf-devel] RE: [LRP] Kernel 2.4.x and IPTables
Priority:               normal
Send reply to:          [EMAIL PROTECTED]
        <mailto:[EMAIL PROTECTED]?subject=subscribe>
        <mailto:[EMAIL PROTECTED]?subject=unsubscribe>
Date sent:              Mon, 26 Feb 2001 16:04:05 +0100

> > > > Hi George,
> > > > 
> > > > I downloaded your 2.4.1 1.68MB image and stuck it on a disk.  I just
> > > > un-commented the following modules (and added the 3c509.0 module from
> > > > your kernel tarball to the disk):
> > > > 
> > > > iptable_nat    ip_nat_ftp
> > > > ip_conntrack   ip_conntrack_ftp
> > > > ipt_LOG        ipt_mac
> > > > ipt_state      (all exist in the original downloaded image)

Sorry the previous post had some words missing. 
Correction : 

ip_tables is missing, unless it is compiled into 
the kernel. 
 
ipt_state, ipt_limit, ipt_MASQUERADE, ipt_REDIRECT, 
ipt_REJECT, ipt_LOG, iptable_mangle, iptable_Filter 
and iptable_NAT  all depend on  ip_tables


ipt_MASQUERADE, and ipt_REDIRECT depend on 
iptable_NAT , which depend both on ip_tables and 
ip_conntrack. 

So they should be loaded in the following order-
ip_tables
ip_conntrack
iptable_NAT
ipt_MASQUERADE
ipt_REDIRECT 

etc.

<a lot deleted >
Eric Wolzak

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to