<div dir="ltr"> Hi all, <div> I have a few doubts in a case where we have multiple interfaces listening in the kea dhcp and configured in HA/Failover mode.<br></div><div>For instance: I have server A with four interfaces<br> eth0 (192.168.0.51), eth1 (192.168.0.52), eth2 (192.168.0.53), eth3 (192.168.0.54) and server B I have three interfaces</div><div>eth1(192.168.0.61), eth2(192.168.0.62), eth2(192.168.0.63).</div><div><br></div><div>Case 1) Can we define failover configuration with servers A and B specifying server A listening on three interfaces and server B listening on two interfaces? (no same number of interfaces on both appliances).<br><br></div><div>Case 2) When we have such a configuration how do we deal with the failover configuration where we specify only one IP?</div><div>"peers": [<br>            {<br>                "role": "primary",<br>                "name": "dhcp1",<br>                "auto-failover": true,<br>                "url": "<a href="http://192.168.0.51:8001/" target="_blank">http://192.168.0.51:8001</a>"<br>            },<br>            {<br>                "role": "secondary",<br>                "name": "dhcp2",<br>                "auto-failover": true,<br>                "url": "<a href="http://192.168.0.61:8001/" target="_blank">http://192.168.0.61:8001</a>"<br>            }<br>       ],<br></div><div>Should we specify all the listening interface IP's in the failover section? </div><div><br></div><div><div>Can someone who is familiar with such setups and has faced similar issues guide me? </div><div><br></div><div>Thanks in Advance</div><div>Kraishak </div></div><div><br><br></div></div>