Anton Tinchev wrote: >Is there any problems when Policy and SNAT. >It is not working as i wonna. > >My main table has Default gateway >I has second table, with different default gateway > >Packet, that comes from my internal network is routed via man table. >In POSTROUTING i SNAT it befind IP, that must be routed via second table. But packet leaves thru first. >Any Ideas? > >_______________________________________________ >LARTC mailing list / LARTC@mailman.ds9a.nl >http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > > Anton, have you selected the desired traffic using a rule ??? For example: ip rule add from 192.168.0.3 table 100 Stephane.