Link to home
Start Free TrialLog in
Avatar of stakabo
stakabo

asked on

2 internet connection on 1 xserve

Hi.

We recently had major internet problem at the office. Our ISP gave away our ADSL to another customer ... (how dumb was that).

Anyway, to make sure this never happen again my boss:
1- changed ISP
2- ordered a second internet connection from a different ISP.

Now i have to figure out how i can have 2 internet connection on the same xserve and have the server decide on witch one to use. maybe use both when they are available to speed up the network ? the xserver is NAT/Firewall/DHCP/VPN of the office.

any tips/tricks would be much appreciated !

thanx
Avatar of matheweis
matheweis

There are a lot of ways you can connect / use multiple internet connections...

The absolute easiest solution to what you're wanting to do would be to purchase something like the Linksys RV042, and use that for your router (Firewall, DHCP, NAT, etc)

While it is possible to connect both ADSL connections to your X-Server, you will have to mess with the routing tables, make modifications to the internet sharing scripts, and more - a whole lot more trouble than spending the ~ $175 on the RV042

What exactly are you trying to accomplish with a second ADSL line beyond basic redundancy? How redundant do you want the internet connections?

(For true redundancy, you need to make sure the telco's use different wire paths (Probably they haven't), you will need a block of static IP's, and you will need to get both your ISP's to work together to make sure packets get routed properly - a lot of work, complex, and often expensive)

(Basic redundancy is a simple as connecting both connections are setting the route metrics equal. If one connection dies, the internet will "go down", for a split second, but then resume as the router (or your X-serve) realizes that internet path is down)

Does the X-Serve host anything or need to be accessed from the internet in any way? (E-Mail, Web Sites, etc.)

Read this (http://www.vicomsoft.com/knowledge/reference/bondteam.html) for an explanation of the different ways you can get a speed increase using multiple internet connections. Some of them are very basic and easy (Like using the Linksys RV042 - essentially bandwidth aggregation), and others will be very complex and expensive.

Hope that helps.
Avatar of stakabo

ASKER

hi.

the second internet connection is cable. i would be surprise that both phone line and cable fail at the same time.

the xserver does not host any service for the outside world except VPN, but we can live with the fact this might not work if the "main internet connection" fail.

here is a quick graphic of what the network look like.
http://ethicalproject.com/ee/network.png

basically what i want is to find a way for the xserver to detect that his "main internet connection" is no longer available and then change the configuration so the "backup internet connection" continue to make internet available to the office.

i was thinking of using a device such as Linksys RV042 but the VPN in it would have to be setup to be exactly the same as the VPN in the xserve(witch i don't think would be possible). we have many people working from home (about 20) and i don't want to have to re-configure all of them.

hope this help you understand what I'm looking for.

thanx
ASKER CERTIFIED SOLUTION
Avatar of matheweis
matheweis

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