Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. how to load balance static hosts requests ? (Rick)


----------------------------------------------------------------------

Message: 1
Date: Wed, 7 Jul 2021 13:32:59 -0700
From: Rick <f...@comcast.net>
To: dhcp-users@lists.isc.org
Subject: how to load balance static hosts requests ?
Message-ID: <0cce5d73-b909-2764-3704-642c55bb1...@comcast.net>
Content-Type: text/plain; charset=utf-8; format=flowed

Hello,

in my setup I do have two dhcp servers configured in a failover pool.
The DHCP requests are managed by the two servers and automatically load 
balanced using "split 128".

Here is my failover config on the primary:

failover peer "dhcpd-peer" {
 ???? primary;
 ???? address 192.168.122.201;
 ???? port 647;
 ???? peer address 192.168.122.202;
 ???? peer port 847;
 ???? max-response-delay 60;
 ???? max-unacked-updates 10;
 ???? mclt 1800;
 ???? split 128;
 ???? load balance max seconds 3;
}

similar configuration on the secondary and here is the defined pool:

subnet 192.168.122.0 netmask 255.255.255.0 {
 ??????? option domain-name-servers 172.21.32.31, 172.21.32.32;
 ??????? option routers 192.168.122.1;
 ??????? pool {
 ??????????????? failover peer "dhcpd-peer";
 ??????????????? range 192.168.122.2 192.168.122.20;
 ??????? }
}

Even though this works well for the range in the failover pool, most of 
my dhcp entries are static host fixed-address entries pushed into OMAPI 
via a custom script or with foreman. And while the load balancing works 
very well for the range in the pool, there is no load balancing for most 
of my dhcp requests because they are all static host entries. I 
understand this is the normal behavior.

But how can I do if I want to implement a load balanced feature for my 
static defined host entries as is it already for the dynamic pool ?

How can the static hosts DHCP requests be load balanced ?

Thank you

Rick









------------------------------

Subject: Digest Footer

_______________________________________________
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users


------------------------------

End of dhcp-users Digest, Vol 153, Issue 1
******************************************

Reply via email to