6to4 tunnel is done wrong.

Issue #51 resolved
Wenger X created an issue

IPv6 6to4 tunnel is done completely off 6to4 standards and works only with native IPv6 hosts. If remote host is on 6to4, packets will be dropped, because of wrong routing and tunnel settings.

http://tomatousb.org/forum/t-461151/6to4-tunnel-in-tomatousb-is-done-wrong - working solution for this issue, but will be much better to fix it in code 🙂 Thanks!

Comments (5)

  1. Wenger X Account Deactivated reporter

    Cool! Thank you very much. Be sure to test and write a comment a little later.

  2. Bruno Pitrus

    With regards to

    eval("ip", "-6", "route", "add", "2000::/3", "via", ip, "dev", tun_dev, "metric", "1");
    

    aren’t you making an overzealous assumption based on current IP6 addressing plans? Shouldn’t you be adding a “default” route instead?

  3. Log in to comment