[PRERELEASE] 0.90.3
Rusty Russell
rusty@linuxcare.com.au
Tue, 29 Feb 2000 15:49:27 +1100
In message <Pine.LNX.4.05.10002282236390.2167-100000@ns.snowman.net> you write:
> I asked a while back about port-based routeing/masqurading and
> was told that the kernel hooks were there but it wasn't currently possible
> to do w/ the utilities. I havn't noticed anything about this and was
> just wondering if that's still the case..?
Hi Stephen! Been a while...
Port-based masquerading is easy, but for routing someone needs
to write a `MARK' target (pretty simple) which can hook into
PRE_ROUTING or LOCAL_OUT hooks (ie. you can insert it in the NAT
tables) to set the mark field: routing code can then route on that.
Rusty.
--
Hacking time.