Hello again,
I can reproduce the issue and this seems to be a bug. The issue is related to the IPv6 support of OpenWrt. For an unknown reason the bind fails if IPv6 is enabled. Since that work on all other supported platforms, that should work here too. A solution is to remove IPv6 support as long this bug is not fixed.
opkg remove kmod-ipv6 # then reboot the system
I will investigate the issue further and report back to the mailinglist if I found a solution.
Kind regards, Johannes Morgenroth
Am 04.02.2014 11:53, schrieb Romeu Monteiro:
Hi Johannes!
Thank you very much for your help! We ran dtnd again on interface wlan2, making sure there were no other instances running, but we got the same errors. The output of the netstat command is:
root@VeniamWorks639:~# netstat -l -n -p | grep dtnd tcp 0 0 127.0.0.1:4550 http://127.0.0.1:4550 0.0.0.0:* LISTEN 2109/dtnd tcp 0 0 ::1:4550 :::* LISTEN 2109/dtnd udp 0 0 :::4551 :::* 2109/dtnd
Romeu