[Olsr-dev] hanging http-requests / httpinfo+json / v9.0.3 (STILL in git)
Bastian Bittorf
(spam-protected)
Thu Dec 17 20:30:55 CET 2015
* Henning Rogge <(spam-protected)> [17.12.2015 20:12]:
> I think you have a totally different problem.
>
> do you have any special IP addresses on your mesh interfaces?
nothing special:
(spam-protected):~/olsrd-git# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: venet0: <BROADCAST,POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
link/void
inet 127.0.0.2/32 scope host venet0
inet 185.119.255.186/32 brd 185.119.255.186 scope global venet0:0
inet 10.63.1.5/27 scope global venet0
inet6 2a06:8ec0:4:10d::c658/64 scope global
valid_lft forever preferred_lft forever
13: tap276: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1420 qdisc pfifo_fast state UNKNOWN qlen 500
link/ether 2a:3b:61:dd:e6:99 brd ff:ff:ff:ff:ff:ff
inet 10.63.21.121/30 scope global tap276
inet6 fe80::283b:61ff:fedd:e699/64 scope link
valid_lft forever preferred_lft forever
so basically a /30 on tap276
and a /27 on venet0. what is interesting:
when in debugmode9 i can see:
(TXTINFO) From host(185.119.255.186) not allowed!
so thats it: allowing access from everywhere (0.0.0.0/0)
solves it! the daemon just did not know, that this address
IS local. - so...why?
bye, bastian
More information about the Olsr-dev
mailing list