[OLSR-users] remote dot_draw plugin acces
Marc Quinton
(spam-protected)
Thu May 12 23:05:56 CEST 2005
hello
I can't open a connexion to dot_draw plugin in remote acces.
Localhost acces works nice, but remote acces is not available.
It doest not seems to be a iptable configuration because http port
is available without probleme ; I have also made a test with an
iptable rule allowing any socket.
I am working with Openwrt buildroot 2005.03.28 ; this is
OLSR 0.4.9 and olsrd_dot_draw.so.0.3 ; here is dot_draw
section configuration :
LoadPlugin "olsrd_dot_draw.so.0.3"
{
PlParam "port" "8081"
PlParam "Net" "10.0.0.0 255.0.0.0"
# PlParam "Net" "192.168.0.0 255.255.0.0"
# PlParam "Net" "169.254.0.0 255.255.0.0"
}
and resulting remote access :
[(spam-protected) src]$ telnet 10.0.0.51 8081
Trying 10.0.0.51...
Connected to 10.0.0.51 (10.0.0.51).
Escape character is '^]'.
Connection closed by foreign host.
below same session with nc and hexadecimal output.
[(spam-protected) src]$ nc 10.0.0.51 8081 | od -axc
0000000
I don't kown how to fix this problem.
More information about the Olsr-users
mailing list