Link to home
Start Free TrialLog in
Avatar of mwyatt
mwyattFlag for United States of America

asked on

Network overhaul

I'm contemplating a network overhaul

I administer a small office network of 20 PCs and some remote PCs. Files are shared on a single WinXP shared folder. Users are frequently in and out of the office so active internet use would be up to 12 of those PCs at any time.

You all have different experience, so feel free to comment on possible scenarios and ideas&even ones beyond my specs.

What I want:
1. Increase daytime internet speed & accessibility
2. Overall suggestions on how to improve the network

These wants could include:
- Load balancing over two internet connections for outbound web traffic
- VPN - this might be nice to replace evening ftp transfers
- Perhaps Bandwidth Bonding, such as Mushroom Networks BBNA, of the T1 and ADSL
- Perhaps a proxy server to cache locally?


Here are the current specs:

Internet access:
  T1 (fairly reliable)
  1.5Mb ADSL line (on different provider, used as fallback)

Hardware:
  The current router is a Netgear FVX538 with load balancing. Need to replace, it randomly freezes. Also auto-failover has a 3 minute delay.
  Two 24-port gigabit switches
  WinXP Pro as "file server"

How internet is used:
  Normal download/browsing traffic during day
  Sporadic heavy daytime ftp uploads one day per week
  Kerio email server is hosted on T1 (spam is filtered off-site, so only real email reaches server and attachments arent very large)
  Nightly online backup (so as not to slow down daytime user traffic)
  Evening ftp file transfers < 300MB to the shared WinXP folder
ASKER CERTIFIED SOLUTION
Avatar of stefanx
stefanx

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mwyatt

ASKER

stefanx,
Thanks - If I were to follow the Linux route per your suggestion which distro would be a good fit for the `novice`?  Any downside to having all eggs in one Linux basket?

Any benefit to an appliance handling load balancing, VPN and firewall instead?  One of my wants is to bond or aggregate bandwidth, that is, combine speeds of two or more disparate providers (something like BBNA at Mushroom Networks).
Avatar of mwyatt

ASKER

Any additional comments?
Avatar of stefanx
stefanx

Whichever Linux distro you are comfortable with Mwyatt. Probably one of the mainstream ones like Ubuntu or CentOS although any one will do if you know it well enough.

As for the load balancing, that's pretty easy to do with the iproute2 packages, and it is also fairly well documented in something called the Linux Advanced Routing & Traffic Control Howto, but that is more load balancing and not channel bonding. The only way to channel bond, i.e get a single download at the sum of all of your lines' speeds, would be if you controlled the other end as well, or if your ISP supports channel bonding. That why the Mushroom Appliance talks of a bonding subscription - they use your Internet links to connect to them and they get the traffic on your behalf, split it up amongst your lines and get it to you. Or, where possible, they use the same concept of an HTTP accelerator to download an HTTP download over multiple connections by asking the HTTP Server for partial content multiple times. What's inside the Mushroom Device? - probably and embedded Linux anway.
Avatar of mwyatt

ASKER

Well, I had hoped for additional input from others to see other possibilities (even something outside the box) but what I got from stefanx is definitely worthwhile.  I will integrate some/all of these current suggestions and comment back here -- hopefully providing help for someone else in the future.  Thanks!