Hello,

I'm having a very strange problem with SLIP (tunslip6 from Contiki) on
OpenWRT (fon-ng) and hoping someone can help with investigation.

In short - wpan0 interface with address aaaa::1/64 is created.
ping6 to aaaa::1 is OK
ping6 to aaaa::250:c2a8:c3d4:a645 FAILS. But tcpdump shows ICMP6
requests and replies.
curl to border router web page also times out.

Any hint where the problem could be? Command lines and selected logs are below.

Kind regards,
Maxim


tunslip6 command line:
usr/bin/tunslip6 -B 9600 -s /dev/ttyUSB1 -t wpan0 aaaa::1/64


Interface is created and TX/RX packages (ifconfig output):
wpan0     Link encap:UNSPEC  HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
         inet6 addr: fe80::1/64 Scope:Link
         inet6 addr: aaaa::1/64 Scope:Global
         UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
         RX packets:62 errors:0 dropped:0 overruns:0 frame:0
         TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:500
         RX bytes:6448 (6.2 KiB)  TX bytes:6448 (6.2 KiB)


ping6 fails:
root@Fonera:~# ping6 aaaa::250:c2a8:c3d4:a645
PING aaaa::250:c2a8:c3d4:a645 (aaaa::250:c2a8:c3d4:a645): 56 data bytes

--- aaaa::250:c2a8:c3d4:a645 ping statistics ---
12 packets transmitted, 0 packets received, 100% packet loss


Traffic on the interface is OK (tcpdump -i wpan0 output):
11:25:22.876799 IP6 aaaa::1 > aaaa::250:c2a8:c3d4:a645: ICMP6, echo
request, seq 0, length 64
11:25:23.106712 IP6 aaaa::250:c2a8:c3d4:a645 > aaaa::1: ICMP6, echo
reply, seq 0, length 64
11:25:23.880472 IP6 aaaa::1 > aaaa::250:c2a8:c3d4:a645: ICMP6, echo
request, seq 1, length 64
11:25:24.113802 IP6 aaaa::250:c2a8:c3d4:a645 > aaaa::1: ICMP6, echo
reply, seq 1, length 64
11:25:24.890394 IP6 aaaa::1 > aaaa::250:c2a8:c3d4:a645: ICMP6, echo
request, seq 2, length 64
11:25:25.120966 IP6 aaaa::250:c2a8:c3d4:a645 > aaaa::1: ICMP6, echo
reply, seq 2, length 64
11:25:25.900357 IP6 aaaa::1 > aaaa::250:c2a8:c3d4:a645: ICMP6, echo
request, seq 3, length 64
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to