vote up 0 vote down star

I have just become the only IT manager of a small business. We have multiple internet providers (Comcast, Time Warner, XO and Qwest).

I'm looking for some solutions that can aggregate those connections, and use traffic shaping to provide the best route.

What are some of my options? Free? Low cost?

I don't mind using a linux based system either.

Just need some options.

flag

76% accept rate
You'll get a lot better answers to this on ServerFault. – Harper Shelby Jun 25 at 2:29
I think you are really looking for answer about load balance for multiple ISP. Linux has solutions for this situation – arsane Jun 25 at 3:23

3 Answers

vote up 0 vote down

It seems like FreeBSD or OpenBSD with the pf packetfilter and ALTQ traffic shaping would suit your needs. See an example of load-balancing outgoing connections here. Note that this example assumes each gateway has equal bandwidth; if that isn't true or approximately true, you can repeat its listing in the route-to directive and it'll be picked twice as often. That might get cumbersome fast, especially if you have some small and some large pipes, but it's a start.

link|flag
vote up 1 vote down

Suggestions for a combined system.

Some more reading on Squid load balancing at the Sun site.
Squid for balancing connections over multiple links.

And, You should take this question to serverfault

link|flag
vote up 0 vote down

I suggest to use Linux for networking access management server.

Many free tools you can use on Linux.

For example, you can use HTB for traffic shaping. Refer to following article:

http://blog.kovyrin.net/2006/04/06/5min-guide-to-linux-shaping-htb/

link|flag
This is what I'm looking for, but is there something a little more robust? I don't want to be configuring scripts all day? – WedTM Jun 25 at 2:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.