Hey, all!

I'm running into https://jira.iotivity.org/browse/IOT-2705 with iotivity 1.3.1.

TL;DR:

When IPv6 is turned on in powershell via

Get-NetAdapterBinding | where {$_.componentid -like "ms_tcpip6"} |
Enable-NetAdapterBinding

connecting over coaps fails, whereas when it's turned off via

Get-NetAdapterBinding | where {$_.componentid -like "ms_tcpip6"} |
Disable-NetAdapterBinding

then connecting over coaps works.

Is this a known issue?

Please let me know, and TIA for looking into it,



Gabriel
_______________________________________________
iotivity-dev mailing list
iotivity-dev@lists.iotivity.org
https://lists.iotivity.org/mailman/listinfo/iotivity-dev

Reply via email to