Load Balancing with Bind

Kevin Darcy kcd at daimlerchrysler.com
Mon Feb 23 23:17:34 UTC 2004


Jeremy Schwartz wrote:

>Can anyone show me the proper code to setup laod balancing using Bind?
>
>TIA 
>  
>
In named.conf:

zone "example.com" {
type master;
file "<insert filename here>";
};

In the example.com zone file (along with the required SOA record, NS 
records, etc.):

www.example.com. a 1.2.3.4
www.example.com. a 2.3.4.5

- Kevin




More information about the bind-users mailing list