I don't think they are support BGP4. it's just T1 connection. so i'm looking
for the software solution.

how about i setup the DNS zone record

============
; host to address mapping for abc.com
;
; SOA rec
$TTL 60
@       IN      SOA     ns1.isp.com.   hostmaster.isp.com. (
        20010327; serial number
        3600    ; refresh after 1 hour
        1800    ; retry after 30mins
        604800  ; expire after 1 week
        60 )  ; minimum TTL of 1 mins
; Name Servers
        IN      NS      ns1.isp.com.
        IN      NS      ns2.isp.com.

        IN      A       111.111.111.111
        IN      MX      10  mailserver1.isp.com.
        IN      MX      10  mailserver2.isp.com.
mail    IN      A       111.111.111.111
mail    IN      A       222.222.222.222
smtp    IN      A       111.111.111.111
smtp    IN      A       222.222.222.222
*       IN      CNAME   abc.com.
===============


111.111.111.111 is the IP address of mailserver1.isp.com
222.222.222.222 is the IP address of mailserver2.isp.com

mailserver1 will stored the email. mailserver 2 using NFS mount over the
server 1. If the ISP of mail server 1 down. the email user still can receive
their email at mailserver 2. it's another network.

is this work?


----
  Chris Chan


----- Original Message -----
From: "Gabriel Ambuehl" <[EMAIL PROTECTED]>
To: "Chris Chan" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, March 27, 2001 11:46 PM
Subject: Re: should i use Vqalive 0.1


-----BEGIN PGP SIGNED MESSAGE-----

Hello Chris,

Tuesday, March 27, 2001, 11:18:24 AM, you wrote:


> Ken, Is the vqalive project still maintained? should i use it?
> http://www.inter7.com/vqalive/

> We have two full T1 connections to different upstream ISPs. they
assign
> several class C IP addresses. If one of the ISP connection down. the
traffic
> will not route to another ISP. they are separate.

> I need the redundant solution for the mail server. Anyone can give
me some
> suggestions?


In your case, vqalive won't help since the IPs won't be accessible if
the link goes down. What you need is BGP4 support from both ISPs so
the IPs could be routed to the other link...




Best regards,
 Gabriel

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.0.2i

iQEVAwUBOsCn1cZa2WpymlDxAQH8Gwf/WBFlSFy4L/dTxAdYdUOpqE+k1q+4W52X
kpvCl2/jJJ9DXZnSs32945YDZvwaJHomByokYkeyeQM5IQgXXfM9dzFaEU+2wdDa
KFV85DfFK/FBbrx0yjNRPI7KiCPGUva8EYysrPjcyvl4lzZtE9ZmzZTro8m9NlZz
sJW8OKcEcyHhhMjJnOiG8ejKxTDhDjWQB7X5kJIbpo/DdWdwnOSEVVAsS9IS3nqC
Ihev7eKH3xHufQa+Qj9FIgIiotQG+71N46/sNvAZtCp+u5VuQgxi26Bxg/HrKDHr
h/zsfTFMeJE7dQhDqsGVkMz0W3zZ2QWRfHmpU2IYeM+CNvzU6HQ7RA==
=z7E5
-----END PGP SIGNATURE-----




Reply via email to