Recent content by sandrodjay

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Found it....I simply left a " in the code ad was going in error.... Now it's working :) many thanks for your support! Let's see if finally everything will work :) Sent from my SM-G960F using Tapatalk
  2. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Ok - but the sad thing is that, even putting a logger command, my console doesn't get flooded...which I fear the cran job is not working properly...it looks like it's not doing anything anymore...how can I be sure it is working? Sent from my SM-G960F using Tapatalk
  3. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    OK - so I think there was one issue: wanipv6=`ip -6 addr show dev eth0 |grep inet6 -m1| awk '{print $2}' |cut -f 1-4 -d \:` Should have been like this: wanipv6=$(ip -6 addr show dev eth0 |grep inet6 -m1| awk '{print $2}' |cut -f 1-4 -d \:) Is it possible? Finally - I put also a logger...
  4. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Thanks - that makes sense! Where exactly your script removes the last two digits? I see a cut -f 1-4 -d /: .. but this correctly returns the first four fields .. I don't get where in the code you cut the last bit :) Sent from my SM-G960F using Tapatalk
  5. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    I think we are almost there, but there is still something wrong.. The first command of your string gets the WAN IPv6 prefix, which is correct and it is how the router is seen outside .. The second command though gets the LAN IPv6 prefix, which is different (first three parts are the same, last...
  6. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Ok - then I have the last question :) it looks like my ISP is changing my ipv6 quite often and unfortunately the DDNS doesn't refresh at the same time / it takes at least 1day (setting the force DDNS update in 1day) .. do you know if anything in the script may be added to make the update more...
  7. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Yep - and I also managed to stream the Xbox anywhere in the globe via VPN TAP (when IPv6 is available), which is amazing :) I will write a tutorial soon on this forum with all the lessons learnt in this post! I have a final question though - for example yesterday I was in Italy and they have...
  8. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    All good - it works! I had to activate the new scripts in the freedns website (http://freedns.afraid.org/dynamic/v2/) :) What I still do not get is why my AC68U router IPv6 address sometimes get the IPv6 prefix (/64) and sometimes it doesn't ... do you know why/how to handle it? does it matter...
  9. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    I find the issue... When i call the curl script, I get an IPv4 address even though I configured an AAAA ... Basically it gets overwritten to an IP v4... Any idea on how to avoid this? How do I catch the ipv6 address in the ddns-start script? Because i can pass it manually I understand.. Sent...
  10. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    OK - I found this script example: https://github.com/RMerl/asuswrt-merlin/wiki/DDNS-Sample-Scripts#afraidorg => this should work, shouldn't it? What I do not get about your post is that you mention to use IPv4 (with A record) - being behind DS-LITE, what IP should I put? it is not really clear...
  11. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Today I have an issue that the AAAA DDNS does not update the address correctly ... How did you setup your DDNS? I put: Service: FREEDNS.AFRAID.ORG (which is an option in the Merlin firmware) Host: my_name.mooo.com (as registered on FREEDNS) username: my_name password: the token extract from the...
  12. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    so - apparently, to be able to stream the Xbox on the VPN, we need to put the Xbox and the notebook (connected via vpn) on the same "network subnet" (https://www.reddit.com/r/xboxone/comments/bj69wc/streaming_xbox_over_internet/) Any idea how we could achieve this using our Router?
  13. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    It was VLAN4 ... and guess what? NOW IT WORKS :) unbelievable!! I also manage to access my router configuration via VPN... can't believe it! Now I need to make my Xbox work .. I know you don't have experience, but if you have any tip I may put attention (like ipv6 tables), please let me know :)...
  14. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Guess what? Still doesn't work .. What IPv6 address you put in the client openvpn file? The one of the router or something else? I did all what you said (firewall-start, etc.. Even though I'm not sure ETH0 in your script is the right interface..) Sent from my SM-G960F using Tapatalk
  15. S

    DS-LITE and DSL-AC68U (with GNUton Merlin)

    Ok - and eventually your .ovpn client file how does it look? I imagine you are editing the one downloaded by the router.. Sent from my SM-G960F using Tapatalk
Top