0

What's the best way to load balance multiple DSL LAN connections in a small office (circa 30 people). If there is a Cisco product that can do this, please recommend, as it will help comply with a broader support contract.

chrism2671
  • 2,579
  • 9
  • 34
  • 45

2 Answers2

1

pfSense is the Best and IDEAL solution, which is FREE as well. you would come up with many many solutions, like untangle, ubuntu based Zentyal, monowall etc, but there is nothing as compared to Free and open source solution as PfSense. i am myself using it my company of more than 500 employees with multiple site offices, all connected through PfSense routers. read more about how easy load balancing is done in PfSense: http://doc.pfsense.org/index.php/Multi_WAN_/_Load_Balancing

quanta
  • 51,413
  • 19
  • 159
  • 217
Farhan
  • 4,269
  • 11
  • 49
  • 80
0

Simply use equal weighted routes. There is no need to do much more than that.

for example...

ip route 0.0.0.0 0.0.0.0 Dialer 0 0
ip route 0.0.0.0 0.0.0.0 Dialer 1 0

...this will balance traffic going out over the Dialer 1 and 2 interfaces.

Matt
  • 1,142
  • 1
  • 12
  • 32