Load Balancing with Bind

Webmaster (N.S) webmaster at ns.star.co.uk
Tue Feb 24 13:45:20 UTC 2004


bare in mind this is NOT true load balancing as it's doing round robin (i.e if server1 dies then still requests get past to server1)
but there is something on microsoft site to update dns after 5 - 10 mins but with win2003 and iis 6.1 !

"Kevin Darcy" <kcd at daimlerchrysler.com> wrote in message news:c1ea7e$1his$1 at sf1.isc.org...
> 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