Hi Gavin,

>
> How do I debug this ? why do I not see the “discover->offer->request->ack” 
> sequence logged by the DHCP server or any of the servers responses in my 
> tcpdump ?

    "loggers": [

    {
        "name": "kea-dhcp4",
        "output_options": [
            {
                "output": "/var/log/kea-dhcp4.log"
            }
        ],
        "severity": "DEBUG",
        "debuglevel": 99
    }
  ]

I would start by setting debug level to 99 temporarily as shown above.
This will produce vastly more output that can be used to diagnose this
device.  Also, you will get a complete log of packets received and
sent in the dhcp4.packets logger.  If possible, isolate the logs of
this device by collecting logs while only it is attempting DHCP.  This
should help as you should be able to see all of the details of the
entire process.  Please feel free to post the resulting logs of the
device here, as well.

Thank you,
Darren Ankney
-- 
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

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

Reply via email to