I have recently acquired a Cisco 2801 unit and I want to know if it is capable of acting as a fail over for a network. It currently has an ADSL WIC installed.
We currently run 6 Windows servers (4x Win2008, 2x Win2000) with TS access for our users. This runs over a cable modem connection. We also have an ADSL connection which we want to use as a failover should the cable connection go down.
My question is this: Can the 2801 we have be used to do what I require? If so, would it be difficult to set up, and are there any known complications with this kind of failover? If not, can anybody suggest an alternative?
Thanks
I'm going to assume that you mean a Cisco 2801 unit.
Unfortunately we've insufficient information to go on:
EDIT - based on your additional comments.
I recommend you:
Handling the inbound connections is actually slightly tricky, because if a user connects on the DSL line you have to ensure that the outgoing response packets go out via the same link. The firewall should be able to handle that for you.
The answer is a qualified 'yes'. Since this would be an active/backup situation, you should be able to do what you want with floating static routes. The challenge will be with your users connecting to the servers when you fail-over to the backup link. The IP address will change and unless you use some type of DNS updating service, they will need to change their shortcuts or have two icons on their desktop.
You will need to connect ISP1 and ISP2 to the 2801 and it then to your switch. Next setup a static route on the 2801 to point to ISP1 and a second static route to ISP2 with a high administrative cost.
By the way as Alnitak said, you should know that the 'CON' and 'AUX' ports are not Ethernet. They do use CAT5 cabling, but are not network ports. This may leave you short of the necessary three for this solution to work.
Also based on your comments, it sounds like you may not have a firewall? If this the case RUN, do not walk, and get one immediately. It would also probably be a good idea to change your servers to private addressing and then do NATs on the firewalls.
assuming you can do tracking routes you certainly can we use something like this
then you can create your tracking like so
in reference to something like this
you would set ip.to.next.hop to a next hop address ... find it using tracert if that goes down your ip route will be removed and it will fall back on your default route.
I came across the following linux distro that may do what you are looking for:
[In particular the WAN fail-over.]
While not a direct answer to you, I hope this answers the intent if not the specifics of your question.