[28812] in North American Network Operators' Group
Re: IGPs and services?
daemon@ATHENA.MIT.EDU (R.P. Aditya)
Wed May 17 02:46:13 2000
Message-Id: <200005170642.XAA29377@mercury.dnai.com>
To: nanog@merit.edu
From: "R.P. Aditya" <aditya@dnai.com>
Reply-To: "R.P. Aditya" <aditya@dnai.com>
In-reply-to: Your message of Tue, 16 May 2000 23:22:09 -0700.
<00e201bfbfc8$3b7597f0$eaaf6cc7@PEREGRIN>
Date: Tue, 16 May 2000 23:42:19 -0700
Errors-To: owner-nanog-outgoing@merit.edu
The scenario the original poster described, wanting to have regionally based
caching DNS servers for clients is a fine example of when in fact it is a good
and plausible idea to run a routing protocol on a Unix machine.
I've run ospf on the DNS servers to redistribute the same /32 loopback address
at different pops on local machines. I know of at least one large provider who
uses BGP to achieve the same thing...It works well because bind tends to be
far more stable and robust than the routing protocol program.
I would recommend BGP since you can filter everything to the (DNS) server and
only announce the /32...
I can imagine doing the same thing for smtp relay boxes, never tried it
though.
Adi
In message <00e201bfbfc8$3b7597f0$eaaf6cc7@PEREGRIN>, "Roeland M.J. Meyer" writes:
>
> > ww@shadowfax.styx.org: Tuesday, May 16, 2000 10:34 PM
>
> > What is the general feeling about running routing protocols on
> > web/dns/mail servers?