From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Leigh Waldie" Date: Fri, 06 Jun 2003 10:08:48 +0000 Subject: Re: [LARTC] Routing question Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org >>I found this to be excellent... >> >>http://www.linuxpowered.com/HOWTO/Adv-Routing-HOWTO/lartc.rpdb.multiple-links.html >> >> >That's the exact same thing I used, but I don't have separate ethernet >cards, which this set up relies on. Both my routers are on a switch, >along with my server, so everything goes over eth0 > >ip route add default dev eth0 src 10.1.1.1 >ip route add 10.1.1.1 dev eth0 src 10.1.1.1 > >don't work. The routing system needs to be able to differentiate between packets coming from the two routers, so I would suggest that you put another nic in the machine. this setup makes source based routing very easy to implement. I don't know if multihoming your current eth0 nic would make it possible because both routers are on the same network... > >I also can't find any info on creating tables T1, and T2 > Go to the link I gave and click "Prev" - the info you need is on that page... >Alex Leigh _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/