Displaying 1 result from an estimated 1 matches for "routes9".
Did you mean:
routes
2003 Mar 04
6
ip rule nat
when doing somehitng like
ip rule add fwmark 3 nat 200.42.75.183 table ppp0 prio 1
(the idea is that packets that match the fwmark 3 change their source
address to 200.42.75.183)..it first apply the nat and then routes to
table ppp0 right?
in such case the, nat, why may be nat not being applyed?
cause it doesnt work at all..it goes to that interface but does not nat
the src address of the package.