|
Posted by Dobromir Todorov on February 11, 2008, 7:45 pm
If you were Registered and logged in, you could reply and use other advanced thread options First and foremost, your FTP server should be on an IP address (space) which
sits *behind* the T1 and ADSL links, not on the same address space as the
actual link addresses (which are typically point to point, /30s). You then
advertise (using BGP or static routes - on the ISP side) the FTP server IP
address across both links, one of them preferred, the other one - backup.
The provider will use the preferred link.
I guess the problem you are having is that you are advertising using BGP (or
your ISP is doing this) your IP address space 64.1.1.1 on the T1 link but
not on the ADSL link; when you WAN link is down, clients no longer know how
to reach the address space, advertisied on the T1. Assuming that this is the
same ISP, you can ask them to put a floatign static route for your FTP
server's IP address space to your ADSL port (which they are unlikely to do,
as they typically don't do that on ADSL links).
If the T1 and ADSL links are not from the same ISP, it is amazingly complex
to configure routing - you need to understand BGP multihoming, and metric
manipulation to do that, as well as portable and non-portable IP address
spaces... NAT will be rquired as well... So you better not go this way.
--
---
HTH,
Dobromir
Visit http://www.iamechanics.com
>
> < snip >
>
> |
> | Off the bat, I'd say you need a Router with with two WAN ports.
> |
>
> I forget to mention that two WAN port Router should perform Load
> Balancing.
>
> --
> Dave
> http://www.claymania.com/removal-trojan-adware.html
> Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp
>
>
|