On Wed, 28 Aug 2002, CV Vivek Achary wrote:

> 
> --- upendra gandhi <[EMAIL PROTECTED]> wrote:
> 
> > when b goes down due to some prob then i want dns to
> > point www.upen.com to 'a'
> > how do i achieve this????
> > 
> 
> Your /etc/hosts should look something like:
> 
> <a-ip>     a.upen.com        a
> <b-ip>     b.upen.com        b
> 
> Also /etc/resolv.conf should have entries:
> 
> nameserver    <b-ip>
> nameserver    <a-ip>
> 

  This will not solve the problem. If both a-ip and b-ip are up then
   resolver pickup randomly. If a-ip is up then still resolver may
   pickup a-ip and say the site is not reachable.

sam



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to