Send kea-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."
Today's Topics:
1. Re: [Kea-users] kea-dhcp6 ignoring DHCPv6 messages received
on a tuntap interface (Francis Dupont)
2. Re: [Kea-users] kea-dhcp6 ignoring DHCPv6 messages received
on a tuntap interface (Francis Dupont)
----------------------------------------------------------------------
Message: 1
Date: Thu, 21 Apr 2016 22:47:38 +0000
From: Francis Dupont <[email protected]>
To: "Templin, Fred L" <[email protected]>
Cc: "[email protected]" <[email protected]>,
"[email protected]" <[email protected]>, "Benson, Michael
W"
<[email protected]>
Subject: Re: [kea-dev] [Kea-users] kea-dhcp6 ignoring DHCPv6 messages
received on a tuntap interface
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Did you try to add an address to the interface in the kea.conf?
>From time to time it makes things magically working (at least for me).
Regards
Francis Dupont <[email protected]>
PS: http://git.kea.isc.org/~tester/kea/guide/kea-guide.html#dhcp6-unicast
PPS: your tcpdump shows a link local source address which is highly
suspect to my eyes: usually tuntap requires IP routing to operate
so no link local.
------------------------------
Message: 2
Date: Thu, 21 Apr 2016 22:56:13 +0000
From: Francis Dupont <[email protected]>
To: "Templin, Fred L" <[email protected]>
Cc: "[email protected]" <[email protected]>,
"[email protected]" <[email protected]>, "Benson, Michael
W"
<[email protected]>
Subject: Re: [kea-dev] [Kea-users] kea-dhcp6 ignoring DHCPv6 messages
received on a tuntap interface
Message-ID: <[email protected]>
Content-Type: text/plain; charset="us-ascii"
Install strace if it is not, run 'man strace' if you don't know.
Note usually strace requires root privileges (but kea-dhcp* too).
'strace <commands>' shows all the system calls done by the <commands>,
here it should show the receive loop with its timeout (1 second
if I remember well).
But IMHO the issue is in the network setup, so if you have a
description of it, e.g., how you get the SOLICIT's.
Regards
Francis Dupont <[email protected]>
------------------------------
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
End of kea-dev Digest, Vol 25, Issue 4
**************************************