Multiple IP's one name??

Barry Margolin barmar at genuity.net
Mon May 6 19:42:31 UTC 2002


In article <ab6kb3$605b$1 at isrv4.isc.org>,
Paul Sanders  <paddy345us at yahoo.com> wrote:
>Is it possible to set up DNS in such a way that if you have several
>different IP's (for redundancy) that they can resolve to a certain
>name? 
>
>Example
>
>155.155.155.011 resolves to www.someplace.com
>
>215.115.115.011 resolves to www.someplace.com
>
>If so how is it done?

In the someplace.com zone file, put:

www IN A 155.155.155.11
    IN A 215.115.115.11

Then in the appropriate reverse zones, put PTR records pointing to
www.someplace.com.

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list