Re: [Kea-users] DDNS update for win10 clients

2017-10-22 Thread Dominik Epple
Hi, thanks for the clarification. I think we got a "works as designed" situation: The flags are indeed numerically zero, as I can see in wireshark... the full option 81 is like 51 08 00 00 00 41 50 46 45 4cQAPFEL Okay for me -- thinking twice about the

Re: [Kea-users] DDNS update for win10 clients

2017-10-22 Thread Francis Dupont
Thomas Markwalder writes: > However this will override the flags for all clients. => note there is a ticket about making dhcp-ddns setting local from a similar feature in ISC DHCP (e.g. in a client class matching MSFT vendor class). Regards Francis Dupont PS: I apologize for

Re: [Kea-users] DDNS update for win10 clients

2017-10-22 Thread Dominik Epple
Thanks for your reply. Here follow tcpdumps from the requests a windows and an android client, captured on the server machine with "tcpdump -i igb0 -vvv -n port 67 and port 68" (correct filter? I googled this one...). # # windows client: ipconfig /release, ipconfig /renew # 10:21:30.585569 IP

Re: [Kea-users] DDNS update for win10 clients

2017-10-21 Thread Francis Dupont
Dominik Epple writes: > 2. kea-ddns.log > > 2017-10-21 21:49:35.374 INFO [kea-dhcp-ddns.d2-to-dns/29350] > DHCP_DDNS_ADD_SUCCEEDED DHCP_DDNS Request ID > 0001015DEBCEB134F279474D91EFAC78C1B7BD25006A8C3BC36295F2AC60DA6258A9F0: > successfully added the DNS mapping addition for this request: =>

[Kea-users] DDNS update for win10 clients

2017-10-21 Thread Dominik Epple
Hi list, I am running a test installation of Kea 1.2.0 on FreeBSD 11.1 built from ports (1.2.0_3) with MySQL support (for leases and reservations). IPv4 only. DDNS integration with PowerDNS (powerdns-4.0.4_5, also built from ports with MySQL support). So far I got it like 90% working. In