#16781: Native IPv6 Not Working on Barrier Breaker
--------------------------+----------------------------------
  Reporter:  johnllyon@…  |      Owner:  cyrus
      Type:  defect       |     Status:  reopened
  Priority:  high         |  Milestone:  Chaos Calmer (trunk)
 Component:  packages     |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+----------------------------------
Changes (by den.de):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 So i am back from my holidays and back on it.
 First of all i tried to reset my router, then upgraded to BBrc3, after
 this i tried the latest trunk.
 It just did not work. I tried each build with the standard settings,
 everytime the same result.

 {{{
 root@OpenWrt:/# ping6 ipv6.google.com
 PING ipv6.google.com (2a00:1450:400f:802::100e): 56 data bytes
 ping6: sendto: Operation not permitted
 }}}

 on my laptop it says the following: (despite the computer has a valid ipv6
 adress from the router)
 {{{
 den.de@maboo ~ $> ping6 google.com
 ping6: UDP connect: No route to host
 }}}


 the output of ifstatus is the following:
 {{{
 root@OpenWrt:/etc# ifstatus wan6
 {
         "up": true,
         "pending": false,
         "available": true,
         "autostart": true,
         "uptime": 4296,
         "l3_device": "eth1",
         "proto": "dhcpv6",
         "device": "eth1",
         "updated": [
                 "addresses",
                 "prefixes",
                 "data"
         ],
         "metric": 0,
         "delegation": true,
         "ipv4-address": [

         ],
         "ipv6-address": [
                 {
                         "address":
 "2a00:c1a0:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx",
                         "mask": 128,
                         "preferred": 1205304,
                         "valid": 1205304
                 }
         ],
         "ipv6-prefix": [
                 {
                         "address": "2a00:c1a0:xxxx:xxxx::",
                         "mask": 56,
                         "preferred": 1205304,
                         "valid": 1205304,
                         "class": "wan6",
                         "assigned": {
                                 "lan": {
                                         "address":
 "2a00:c1a0:xxxx:xxxx::",
                                         "mask": 60
                                 }
                         }
                 }
         ],
         "ipv6-prefix-assignment": [

         ],
         "route": [

         ],
         "dns-server": [
                 "2a00:c1a0:0:800:217:68:161:141",
                 "2a00:c1a0:0:801:217:68:161:171"
         ],
         "dns-search": [
                 "primacom.net"
         ],
         "inactive": {
                 "ipv4-address": [

                 ],
                 "ipv6-address": [

                 ],
                 "route": [

                 ],
                 "dns-server": [

                 ],
                 "dns-search": [

                 ]
         },
         "data": {
                 "passthru":
 "001700202a00c1a00000080002170068016101412a00c1a0000008010217006801610171"
         }
 }
 }}}

 More Information: my ISP is working with Dualstack.
 And i got a tcpdump but didnt figure out yet how to upload it here :/

 den.de

--
Ticket URL: <https://dev.openwrt.org/ticket/16781#comment:30>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to