ipv6 support

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • ipv6 support

      How can I activate ipv6 in the latest 2.6 image or is it already included? Saw 2 other topics about it including compiled ipk but was wondering if this can be done via the normal feed if not installed already.

      As always thanks for the answer(s)!

      regards
      /DRK
    • RE: ipv6 support

      so it is not available for 2.6 or what do you mean exactly? Is there temporary fix for this until included in the next release?

      thanks
      /DRK

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von DRK ()

    • RE: ipv6 support

      Original von DRK
      so it is not available for 2.6 or what do you mean exactly? Is there temporary fix for this until included in the next release?

      thanks


      you can test or wait of the next update

      dm8000:

      PHP-Quellcode

      1. telnet boxip
      2. ipkg update
      3. ipkg install http://feed.newnigma2.to/unstable/dm8000/initscripts-opendreambox_1.0-s36_mipsel.ipk
      4. ipkg install http://feed.newnigma2.to/unstable/dm8000/kernel-module-ipv6_2.6.12-r9_dm8000.ipk
      5. ipkg install http://feed.newnigma2.to/unstable/dm8000/iputils-ping6_20020927-r4_mipsel.ipk
      6. ipkg install http://feed.newnigma2.to/unstable/dm8000/iputils-traceroute6_20020927-r4_mipsel.ipk
      7. reboot


      dm800:

      PHP-Quellcode

      1. telnet boxip
      2. ipkg update
      3. ipkg install http://feed.newnigma2.to/unstable/dm800/initscripts-opendreambox_1.0-s36_mipsel.ipk
      4. ipkg install http://feed.newnigma2.to/unstable/dm800/kernel-module-ipv6_2.6.12-s6_dm800.ipk
      5. ipkg install http://feed.newnigma2.to/unstable/dm800/iputils-ping6_20020927-r4_mipsel.ipk
      6. ipkg install http://feed.newnigma2.to/unstable/dm800/iputils-traceroute6_20020927-r4_mipsel.ipk
      7. reboot



      dm800/dm8000:

      PHP-Quellcode

      1. telnet boxip
      2. ping6 ............
      » time to say goodbye «

      Konfuzius sagt:
      Erst wenn eine Mücke auf deinen Hoden landet wirst du lernen Probleme ohne Gewalt zu lösen.
    • Originally posted by nixkoenner
      Original von DRK
      thanks, will try this!


      is running ?


      I am not able to get the IPv6-tunnelbroker provided directly by my ISP working by doing the same as I did in Ubuntu. If I add the info:

      auto xs6all
      iface xs6all inet6 v4tunnel
      endpoint 194.109.5.xxx
      up ip route add default via 2001:888:xx:xxx::1
      address 2001:888:xx:xx::2
      netmask 64
      ttl 64


      to my "/etc/network/interfaces" and bring it up using "ifup xs6all" it states:

      ip: an inet address is expected rather than "2001:888:xx:xxx::2/


      (installing dreamboxupdate.com/opendreambo…nnel_2.6.12-r13_dm800.ipk did not help either) ?(
      /DRK
    • Could you please post your whole /etc/network/interfaces, with everything, especially TABstops and spaces. Then I'll test it here.
      ipv6 is working here, but i don't have a tunnel configured on my box, but have an ipv6-subnet with a radvd and it works fine without problem.
      So i think the problem is not the ipv6 itself but perhaps some busybox-issue when trying to invoke the newly created interface.
    • Originally posted by ds187
      Could you please post your whole /etc/network/interfaces, with everything, especially TABstops and spaces. Then I'll test it here.
      ipv6 is working here, but i don't have a tunnel configured on my box, but have an ipv6-subnet with a radvd and it works fine without problem.
      So i think the problem is not the ipv6 itself but perhaps some busybox-issue when trying to invoke the newly created interface.


      Apologies for the late response but was on vacation ... thanks this indeed caused the problem. Copy (Windows) Paste (Linux) action got me in trouble ;)

      Everything working ok now and I am really making more and more usefull use of my box :)
      /DRK