[Kea-users] Need Help and solution

Peter Davies peter.watson.davies at outlook.com
Sat Apr 17 13:17:08 UTC 2021


Hi Makhdoom,
  If you configure the dhcp4 logging to a higher level, such as:


    "loggers": [

    {

        "name": "kea-dhcp4",

        "output_options": [

        {

            "output": "/var/log/kea-dhcp4.log",

            "flush": true

        }],

        "severity": "DEBUG",

        "debuglevel": 99

    }]



You might be able to see what the cause is.

/Peter


Sent from Outlook<http://aka.ms/weboutlook>
________________________________
From: Kea-users <kea-users-bounces at lists.isc.org> on behalf of Makhdoom Naeem <makhdoomnaeem at nfciet.edu.pk>
Sent: 17 April 2021 15:03
To: kea-users at lists.isc.org <kea-users at lists.isc.org>
Subject: [Kea-users] Need Help and solution

Hi all,
According to the following configuration, Client has not been received IP address against hardware address.
# The whole configuration starts here.
{
    # DHCPv4 specific configuration starts here.
    "Dhcp4": {

        "interfaces-config": {
            "interfaces": [ "enp10s0" ],
            "dhcp-socket-type": "raw"
        },
        "valid-lifetime": 4000,
        "renew-timer": 1000,
        "rebind-timer": 2000,
        "host-reservation-identifiers": [
        "hw-address"
        ],
        "subnet4": [{
           "subnet": "192.168.100.0/24<http://192.168.100.0/24>",
           //"reservations-global": true,
           //"reservations-in-subnet": true,
           //"reservations-out-of-pool": false,
           "pools": [ { "pool": "192.168.100.121-192.168.100.130" } ]
        }],
        "reservations": [{
           "hw-address": "34:17:EB:66:A4:9D",
           "ip-address": "192.162.100.125"
        }],
       # Now loggers are inside the DHCPv4 object.
       "loggers": [{
            "name": "*",
            "severity": "DEBUG"
        }]
    # DHCPv4 configuration ends with the next line
    }

# The whole configuration structure ends here.
}

I have found no error in configuration. Please guide me.

Best Regards
--
Makhdoom Muhammad Naeem
Assistant Professor
Department of Electrical Engineering
NFC Institute of Engineering and Technology
Multan
Phone # +92619220012, Ext 2289<tel:%2B92619220012%2C%20Ext%202231>
Email: makhdoomnaeem at gmail.com<mailto:makhdoomnaeem at gmail.com>
makhdoomnaeem at nfciet.edu.pk<mailto:makhdoomnaeem at nfciet.edu.pk>

  _____

Note:

1. The email and any files transmitted with it will be confidential and
intended solely for the use of the individual or entity to which they
will be addressed.
2. If you are not the named addressee, you should not disseminate,
distribute or copy the e-mail. If you are not the intended recipient,
you are notified that disclosing, copying, distributing, or taking any
action in reliance on the contents of the information is strictly
prohibited. Any unauthorized reproduction of the message may result in
legal and disciplinary action.
3. NFC IET shall not be liable for improper or incomplete or
delayed transmission of the message. NFC IET will not accept
liability for any errors or omissions in the contents of the message,
which arise as a result of email transmission.
4. NFC IET does not guarantee that the integrity of the email
has been maintained or that that communication will be free of viruses,
interceptions, or interference. Although NFC IET will take
reasonable precautions to ensure that no viruses will be present in the
mail, NFC IET cannot accept responsibility for any loss or
damage arising from the use of the email or attachments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20210417/53b7ec2c/attachment-0001.htm>


More information about the Kea-users mailing list