[LARTC] masqurading and source based routing

Agri agri@desnol.ru
Mon, 11 Aug 2003 18:46:16 +0400


i have private network let it be 192.168.0.0/24
and and two external networks,
let it be 10.1.1.0/24 and 10.2.2.0/24
ip addresses of my linux box is
192.168.0.1
10.1.1.1
10.2.2.1

i want to masquarade all private network addresses through 10.1.1.1
but also if destination is not at 10.1.1.0/24 want to route masquaraded
packets through gateway 10.2.2.2

how to do that?

Agrui