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

Darren Ankney darren.ankney at gmail.com
Sat Oct 21 18:28:46 UTC 2023


Hi Jody,

You may want to have a look at:
https://kb.isc.org/docs/kea-logging-configuration about logging so that you
can capture what is happening.  There is more about this in the ARM:
https://kea.readthedocs.io/en/kea-2.4.0/arm/logging.html

Thank you,

Darren Ankney

On Wed, Oct 18, 2023 at 1:47 PM Jordy Benavides Vargas via Kea-users <
kea-users at lists.isc.org> wrote:

> 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:
>
>
>
>
>
>
>
>
>
> 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
>
>
>
>
>
> [image: 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
>
> Website: telecablecr.com <http://www.telecablecr.com>
>
>
>
>
> <https://telecablecr.com/wp-content/uploads/2020/09/Poli%CC%81tica-de-Privacidad.pdf>
>
> [image: Recycle con relleno sólido]
>
>
>
>
>
>
> --
> 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 at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231021/e963fa93/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 13460 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231021/e963fa93/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 199485 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231021/e963fa93/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 420 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231021/e963fa93/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 78979 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231021/e963fa93/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image007.png
Type: image/png
Size: 1922 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20231021/e963fa93/attachment-0009.png>


More information about the Kea-users mailing list