Page 3 of 3

Re: IPv6 support on Domoticz

Posted: Tuesday 18 August 2015 13:23
by MacJL
Add the '-n' option to ping command to see the IPv6 address :

Code: Select all

$ ping6 -n google.com
PING google.com(2a00:1450:4007:80d::200e) 56 data bytes
64 bytes from 2a00:1450:4007:80d::200e: icmp_seq=1 ttl=57 time=37.0 ms
64 bytes from 2a00:1450:4007:80d::200e: icmp_seq=2 ttl=57 time=36.8 ms
64 bytes from 2a00:1450:4007:80d::200e: icmp_seq=3 ttl=57 time=42.0 ms
64 bytes from 2a00:1450:4007:80d::200e: icmp_seq=4 ttl=57 time=39.8 ms
^C
--- google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 36.808/38.936/42.076/2.181 ms

Re: IPv6 support on Domoticz

Posted: Tuesday 18 August 2015 13:33
by tlpeter
Yes that works, thanks again :D

Re: IPv6 support on Domoticz

Posted: Sunday 23 October 2016 15:19
by jvandenbroek
Still no support for IPv6? Keeps telling me to login, even with '*' specified as local network under settings. I'd like to keep IPv6 for this host, since I'm using other IPv6 enabled services as well on it.

Re: IPv6 support on Domoticz

Posted: Sunday 23 October 2016 15:21
by antwan
You are more then welcome to help us to make this work.