On Mon, Nov 12, 2001 at 12:43:53PM +0100, Christian Weber wrote:
> Hi there,
Hi there,
> BUT we didn�t manage to transparently redirect a connection intended
> to a destination on the other side of the bridge to a local wrapper.
Sorry, this is not possible with the 2.2 version of things. Try the
bridge-nf patch on 2.4, that should work like a breeze.
> We tried something like:
> ipchains -A bridgein -j REDIRECT 25 -p tcp -d mailhost 25 -l
That would become:
# iptables -t nat -A PREROUTING -d mailhost -p tcp --dport 25 -j LOG
--log-prefix "LOG STRING GOES HERE "
# iptables -t nat -A PREROUTING -d mailhost -p tcp --dport 25 -j REDIRECT
cheers,
Lennert
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge