If I do:
ip route add 192.168.1.0/24 dev eth0
and even if I do:
ip route add 192.168.1.0/24 dev eth2 via 192.168.4.2 metric 2
this seems to get things working. Even the marking of
packets seems to be working. One would assume you
don't need a route in the main table, but I guess you
do. I did add a MARK rule to the OUTPUT portion of
the mangle table which seems to be necessary to route
locally generated packets properly. Confusingly enough,
locally generated packets never seem to go through
the PREROUTING portion of the mangle table which makes
no sense at all.
I have pine on this Fedora Core 1 machine by the way,
the stock Postfix, 2.0.11, doesn't work with it.
Grabbed the source to postfix-2.0.20 and did a make
followed by a make upgrade. It works now.
I wonder what other bugs are lurking???
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug