Load Balancing with Bind

Barry Margolin barmar at alum.mit.edu
Sun Feb 15 23:40:41 UTC 2004


In article <c0hchc$2l5k$1 at sf1.isc.org>,
 Jeremy Schwartz <jeremy at 123yourweb.com> wrote:

> Can anyone show me the proper code to setup laod balancing using Bind?

In the zone file for your domain, enter:

www IN A <address1>
    IN A <address2>

to specify multiple addresses for www.<yourdomain>.  BIND will hand the 
addresses out in round-robin order.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA


More information about the bind-users mailing list