On Wednesday 16 January 2008, Konstantinos Agouros wrote:
> In <[EMAIL PROTECTED]> 
[EMAIL PROTECTED] (Alan McKinnon) writes:

> >Most likely he doesn't have the correct module loaded int he kernel
>
> As I said, the fact that iptables -L (after a fresh reboot) does not
> do anything puzzles me a bit. What would be the right module in Your
> opinion? Also is there a kernel configuration option I might have
> overseen?

nat needs the following config at least:

Networking -> Networking Options -> Network packet filtering framework 
(Netfilter) -> IP: Netfilter Configuration -> Full NAT

and the options below it

the modules that load on my machine after running that same iptbales 
command are:

xt_tcpudp               3712  1
iptable_nat             7812  1
nf_nat                 20524  1 iptable_nat
nf_conntrack_ipv4      18952  2 iptable_nat
nf_conntrack           66376  3 iptable_nat,nf_nat,nf_conntrack_ipv4
nfnetlink               6424  3 nf_nat,nf_conntrack_ipv4,nf_conntrack
ip_tables              14284  1 iptable_nat
x_tables               15748  3 xt_tcpudp,iptable_nat,ip_tables


alan

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com
-- 
[email protected] mailing list

Reply via email to