Nutzt der geolocator also momentan kein Ipv6?
korrekt, ich muss mir noch mal genau anschauen wo genau das Problem ist. Ich vermute das ich die libwlocation anpassen muss.
Das aktuelle libwlocate nutzt doch openwifi.su, wofür es IPv4 und IPv6 gibt.
Ja das stimmt. Ich schickt dir einfach mal ein teil des Mailverkehrs zwischen mir und den openwlanmap Leuten. Da ist auch die Fehlermeldung mit bei.
Hello *openwifi.su http://openwifi.su* - support ipv6 =) http://ipv6-test.com/validate.php?url=openwifi.su
2015-08-10 3:13 GMT+06:00 Jan-Tarek Butt <tarek@ring0.de mailto:tarek@ring0.de>:
hi,
I checked the v6 connectivity. If I run lwtrace -t then I became the following message.
root@TataMesh:~# lwtrace -t No connection: Connection refused br-wan Interface doesn't support scanning.
bat0 Interface doesn't support scanning.
br-client Interface doesn't support scanning.
local-node Interface doesn't support scanning.
lo Interface doesn't support scanning.
client0 Scan completed :
mesh0 Scan completed :
teql0 Interface doesn't support scanning.
eth1 Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
mesh-vpn Interface doesn't support scanning.
No connection: Network is unreachable Connect error 134 Error: failed due to an unknown error 2!
I think the problem can be come from this two points:
1. http://sourceforge.net/p/libwlocate/code/ci/master/tree/master/libwlocate.c in line 144 you use the url openwlanmap.org http://openwlanmap.org but this url does not have ipv6.
tata@keks ~ % host openwlanmap.org http://openwlanmap.org openwlanmap.org http://openwlanmap.org has address 208.113.160.86 openwlanmap.org http://openwlanmap.org mail is handled by 50 mx0.openwlanmap.org http://mx0.openwlanmap.org.
Der erste Punkt scheint nichtig zu sein, da lwtrace scheinbar die url openwifi.su als Parameter mit gibt und diese hat ja v6.
2. and/or in line 44 and line 162 the function tcp_connect_to can't work with v6.
vg Tarek