[EMAIL PROTECTED] wrote:

> Hi:
>    I use the kernel 2.4.9 with patch 907-2 patch.
>    I find NAT do not work.
>    This is my steps:
>
>    1.patch the 907-2 to 2.4.9
>    2.compile kernel
>    3.brctl addbr test
>      brctl addif eth0 test
>      brctl addif eth1 test
>      ifconfig test up
>    4.iptables -A PREROUTING -t nat -s 192.168.1.97 -j SNAT --to 192.168.1.39

Works like a charm here in my tests, apart from the minor issue with fragmented 
packets.

You are missing

modprobe br_passthrough

--
Henrik Nordstrom
MARA Systems AB

_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to