On Tuesday 20 July 2004 3:13 pm, Pablo Allietti wrote: > i have 2 router to internet 1 for 200.40.226.65 and other with > 200.40.224.65 > > is possible to divide this connections to make > > 200.40.226.64 // outgoing traffic > > 200.40.224.64 // input traffic ??? > > with iptables ? Yes. Set the default gateway for the router to point up 200.40.226.64's link, and use SNAT to set all packets to have source address 200.40.224.65. Then hope the ISP doesn't do strict ingress / egress filtering... :) Regards, Antony. -- Most people have more than the average number of legs. Please reply to the list; please don't CC me.