On Tue, Apr 02, 2002 at 05:31:31PM -0700, Alex Gromov wrote:

> I am trying to set up a bridge with nat.
> 
> I have set up a test machine on 2.4.18 kernel with 0.0.6 bridge/netfilter
> patch, where
> ISP  --->  eth0 [bridge/nf] eth1  <-----  x.x.x.89
> 
> The bridge and filter table work just fine, but when I send packets to
> x.x.x.90 trying to translate them to x.x.x.89 using following rule
> 
> iptables -t nat -A PREROUTING -eth0  -d x.x.x.90 -j DNAT --to-destination
> x.x.x.89
> 
> it doesn't work. Note that I have a network range that includes .90 so its
> valid.

What if you set the target to DROP instead?  Does anything happen?


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

Reply via email to