On Mon, 26 Feb 2001, Eric Wolzak wrote:

> Sorry the previous post had some words missing. 
> Correction : 

Gotcha. Will edit the /etc/modules file to reflect.
 
> 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

#ip_tables       #Required for everything; load first
#ip_conntrack    #Required for NAT/MASQ modules
#iptable_NAT     #Required for MASQ/REDIRECT
#ipt_MASQUERADE
#ipt_REDIRECT

...and so on. Correct?
 
> 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.

Cool. Will try again a little later, as we've got some friends over for
the day. Will keep everyone posted.

--
George Metz
Commercial Routing Engineer
[EMAIL PROTECTED]

"We know what deterrence was with 'mutually assured destruction' during
the Cold War. But what is deterrence in information warfare?" -- Brigadier
General Douglas Richardson, USAF, Commander - Space Warfare Center


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

Reply via email to