sandrodjay
Occasional Visitor
Hi all
I do really need your support as I believe I am almost there, but I don't manage to find a solution
So, long story short, I have the same issue of the user dopefish reported here: [Release 382] Asuswrt-Merlin 382.1 is now available
Basically, my ISP - like most of German ISPs - is providing me with an IPv6 and DS-Lite (ie. somehow a 4in6 tunnel needed for internet access). And unfortunately my ASUS DSL-AC68U does not support DS-Lite, which means I have to connect the WAN via Ethernet to the Fritzbox provided by my provider (M-NET). Of course I do not like this solution for all the reasons you can imagine (other than Fritzbox is s*t), but I survived so far in the last 4 years ...
... until I discovered the GNUton Merlin version for DSL-AC68U and this opened a new world to me! And in particular, I have discovered that the odhcp6c protocol used by Merlin supports DS-LITE https://github.com/openwrt/odhcp6c. In the readme, they mention that AFTR is an "environment", but no idea how to set it up ...
...so now comes the tricky part:
Many thanks
Sandrodjay
I do really need your support as I believe I am almost there, but I don't manage to find a solution
So, long story short, I have the same issue of the user dopefish reported here: [Release 382] Asuswrt-Merlin 382.1 is now available
Basically, my ISP - like most of German ISPs - is providing me with an IPv6 and DS-Lite (ie. somehow a 4in6 tunnel needed for internet access). And unfortunately my ASUS DSL-AC68U does not support DS-Lite, which means I have to connect the WAN via Ethernet to the Fritzbox provided by my provider (M-NET). Of course I do not like this solution for all the reasons you can imagine (other than Fritzbox is s*t), but I survived so far in the last 4 years ...
... until I discovered the GNUton Merlin version for DSL-AC68U and this opened a new world to me! And in particular, I have discovered that the odhcp6c protocol used by Merlin supports DS-LITE https://github.com/openwrt/odhcp6c. In the readme, they mention that AFTR is an "environment", but no idea how to set it up ...
...so now comes the tricky part:
- The GUI of Asus doesn't have the possibility to set the DS-Lite and AFTR, so I have to use the console/terminal
- Odhcp6c should work with DS-Lite, but I have to set some parameters, namely I have to say to use DS-Lite and pass it an AFTR FQDN server (which is aftr.prod.m-online.net)
- The issues is .. I don't manage to set those parameters ... I managed to create a /jffs partition, I have SSH access to the Router and everything is nice .. but damn - I do not know how to setup the parameters for this Odhcp6c as the documentation is very poor and I am not familiar with Routers' programming!
Many thanks
Sandrodjay
Code:
odhcp6c -df -R -s /tmp/dhcp6c -N try -c <hex_code_omitted> -FP <hex_code_omitted> -r23 -r24 -r82 -r83 ppp0
Last edited: