08-15-2007 10:05 AM - edited 03-03-2019 06:20 PM
dear all,
i have two internet links (dsl), having 1 cisco 1811 router, both of these are on (dedicated 8 port ) switch and a link to router (fa0). fa1 to lan . i want to setup load balancing (80%-link1 , 40% of link 2), and in case of failure of link-1 all traffic redirect to link-2.
is it possible without bgp :) (because i dont want any configuration on ISP end)
thanks.
08-15-2007 10:24 AM
Do you have two outside NAT interfaces now ?
If so you should also have two default routes. To balance traffic, manually add some route to popular destinations via an ISP or the other.
For backup, you need to use track, it is a bit complicated, first let us know how do you connect with the adsl, staticp IP, PPPoE or what else.
08-15-2007 10:40 AM
|----ether---[adsl-1]---wan
----[switch-a]
| |----ether---[adsl-2]---wan
|
|-----fa0-(cisco-1811)-fa1----[switch-b]-|
as you can see in diagram, adsl-1 is isp1 , and adsl-2 is isp2, and have static (public) ip addresses on both links,
fa0 and fa1 have also static public ip address on cisco-router.
adsl-1 1Mb (data dedicated)
adsl-2 512Kbps (voice dedicated)
since there isn't any utilization of adsl-2,
so i want to utilize it 40-75% also for data, and in case of adsl-1 goes down(since its ethernet, and if isp link is down ehternet adsl-1 link will be up but no data), all traffic redirect to adsl-2.
is this possible
08-15-2007 11:05 AM
It is possible if you use NAT for both links.
Make a NAT configuration for adsl-2 as well.
Point some routes to some destination using that interface.
After you have this part working when can suggest a tracking configuration so the static default route via adsl1 is subject to actual reachability of some object on the internet.
08-15-2007 11:13 AM
you are right, but there is also a cache(proxy) server that is working as transparent proxy and firewall for lan.
(linux 2.6)
08-15-2007 11:45 AM
If it is on the internal LAN (nat inside0doesn't matter, it is treated like any other, PC, the router decides where to send traffic.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide