[Kea-users] dhcp | KEA DHCPv6 server not assigning ip addresses to clients

Jordy Benavides Vargas jordy.benavides at telecablecr.com
Wed Oct 18 17:46:49 UTC 2023


Hello Friends,

I installed kea in to UBUNTU SERVER 22 LTS  and I already configured kea, right now kea process is running, but is not assigning ip address to clients.

I'm running a status command and I am seeing request from clients as follows:


[cid:image005.png at 01DA01B8.34F20F20]


But addresses aren't being assigned. This is my kea-dhcp6.conf

{
# DHCPv6 configuration starts on the next line
"Dhcp6": {

# First we set up global values
    "valid-lifetime": 4000,
    "renew-timer": 1000,
    "rebind-timer": 2000,
    "preferred-lifetime": 3000,

# Next we set up the interfaces to be used by the server.
    "interfaces-config": {
        "interfaces": [ "eno1/2003:1200:2400:4000::3" ],
        "service-sockets-max-retries": 5,
        "service-sockets-retry-wait-time": 5000,
        "service-sockets-require-all": false

    },

# And we specify the type of lease database
    "lease-database": {
        "type": "memfile",
        "persist": true,
        "name": "/var/lib/kea/dhcp6.leases"
    },

# Finally, we list the subnets from which we will be leasing addresses.
    "subnet6": [
        {
            "subnet": "2001:1400:2404::/48",
            "pd-pools": [
                {
                    "prefix": "2001:1400:2404::",
                    "prefix-len": 48,
                    "delegated-len": 56
                }
            ]
        }
    ]
# DHCPv6 configuration ends with the next line
}

}



network:
  ethernets:
    eno1:
      addresses:
      - 10.137.255.254/30
      - 2003:1200:2400:4000::3/50
      nameservers:
        addresses:
        - 8.8.8.8
        - 2001:4860:4860::8888
      accept-ra: true
      routes:
     - to: 192.168.8.0/24
        via: 10.137.255.253
      - to: ::/0
        via: 2003:1300:2400:4000::1
      - to: 10.0.0.0/8
        via: 10.137.255.253
    eno2:
     dhcp4: true
     dhcp6: false


Cualquier consulta con gusto


[Logotipo  Descripción generada automáticamente]

Jordy Benavides Vargas | Voz y datos N2 Lider Técnico FTTH

Tel: (506) 4080-0061/ Ext. 4506
Cel: (506) 71369148
E-mail: jordy.benavides at telecablecr.com<mailto:jordy.benavides at telecablecr.com>
Website: telecablecr.com<http://www.telecablecr.com>

[cid:image002.png at 01DA01B6.EFC0B330]<https://telecablecr.com/wp-content/uploads/2020/09/Poli%CC%81tica-de-Privacidad.pdf>
[Recycle con relleno sólido] [cid:image007.png at 01DA01B8.C56594F0]



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231018/690fb7e9/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 13460 bytes
Desc: image001.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231018/690fb7e9/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 199485 bytes
Desc: image002.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231018/690fb7e9/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 420 bytes
Desc: image003.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231018/690fb7e9/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 78979 bytes
Desc: image005.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231018/690fb7e9/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image007.png
Type: image/png
Size: 1922 bytes
Desc: image007.png
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231018/690fb7e9/attachment-0009.png>


More information about the Kea-users mailing list