<div dir="ltr">Hi folks,<div><br></div><div>I would like to leverage my routing on the host setup, and bind the kea service to the loopback address I have configured. This would ultimately allow me to deploy multiple kea servers with an "anycast" reachability.<div><br></div><div>ip addr show lo</div><div>...</div><div>    inet <a href="http://10.50.5.11/32">10.50.5.11/32</a> brd 10.50.5.11 scope global lo:1<br></div><div>...</div><div><br></div><div>Kea.conf:</div><div>...</div><div><div>        "interfaces-config": {</div><div>            "interfaces": [</div><div>                "lo/<a href="http://10.50.5.11">10.50.5.11</a>",</div><div>                "eth0",</div><div>                "eth1"</div><div>            ]</div><div>        },</div></div><div>....</div><div><br></div><div>I have tried specifying this in a few ways, and the DHCP relay packets reach the server, but Kea does not appear to process them. I thought about putting the loopback on the ethernet interfaces as secondary addresses, but wanted to understand why I can see the relay packets arrive but not picked up by Kea.</div><div><br></div><div>Thanks,<br>Jason<br><div><br></div></div></div></div>