[Kea-users] Bind service to loopback address

Jason Guy jguy at cumulusnetworks.com
Wed Apr 19 14:35:18 UTC 2017


Hi folks,

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.

ip addr show lo
...
    inet 10.50.5.11/32 brd 10.50.5.11 scope global lo:1
...

Kea.conf:
...
        "interfaces-config": {
            "interfaces": [
                "lo/10.50.5.11",
                "eth0",
                "eth1"
            ]
        },
....

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.

Thanks,
Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20170419/8e2f1592/attachment.htm>


More information about the Kea-users mailing list