<br>

<br>

Assuming your providers give you a new modem which is already NAT'ing
the LAN side of the modem and you are plugging that into multiple NIC's
on your linux router like;<br>

<br>

-modem-pub -> modem-priv -> linux-eth0<br>

-modem-pub -> modem-priv -> linux-eth1<br>

-linux-eth3 -> LAN switch<br>

<br>

1) Configure VRRP (<a href="http://sourceforge.net/projects/vrrpd/">http://sourceforge.net/projects/vrrpd/</a>) on eth0 and
eth1 WAN side on the linux router.  You should be able to configure the
weighting on each interface equally so that they 'load share' (I've
done this in FreeBSD).<br>

<br>

2) Set the default gateway on the linux router to the VRRP interface (IP that is shared between eth0 and eth1).<br>

<br>
This would be a very scalable and reliable solution for this type of
network.  I've never tried it, but let me know if it works!<br><br><div><span class="gmail_quote">On 12/14/05, <b class="gmail_sendername">Joe Johnson</b> <<a href="mailto:nanog@sendjoeanemail.com">nanog@sendjoeanemail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>I've been trying over and over to figure this one out, but I'm just hitting
<br>the end of my wits.  We have a remote office that can only get 768Kbps DSL,<br>which they've not totally maxed out.  So management's solution now is to buy<br>a second DSL line, but they won't let me buy a dual WAN router (in case they
<br>add a 3rd DSL line).<br><br>I've found some great articles on how to get the interfaces working with 2<br>default gateways (I used this:<br><a href="http://www.linuxquestions.org/linux/answers/Networking/Spanning_Multiple_DSL">
http://www.linuxquestions.org/linux/answers/Networking/Spanning_Multiple_DSL</a><br>s) and that is all running fine.  It alternates every few minutes which WAN<br>port is used when I traceroute <a href="http://yahoo.com">
yahoo.com</a> (which is fine) and everything is<br>connecting fine from the router.  However, I can't figure out how to get NAT<br>running on the server for the 2 WAN ports for clients inside the LAN.  I can<br>NAT to 1 DSL, but that is useless.
<br><br>What I am looking for is a tutorial in how to do this or a pointer to<br>someone who can help.  Anyone know of a resource for this?<br><br><br><br>Joe Johnson<br><a href="mailto:joe@sendjoeanemail.com">joe@sendjoeanemail.com
</a><br><br><br></blockquote></div><br>