Recent content by Tvlz

  • 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. T

    IPv6 config on Asus RT-AX86U with Google Fiber

    On Asus routers for most ISPs you want to use "Native" "DHCP-PD" to "Enabled" "WAN Prefix Length" = "56", if using Rmerlin firmware, this option is not in stock ASUS firmware so you will only get a 64 and not be able to get additional subnets.
  2. T

    Time to replace my RT-AC88U

    It is now available, just released https://tomato64.org/ Tomato Firmware for x86_64
  3. T

    Native IPv6 - no LAN IP's populating

    From the gui set Connection Type: Native IPv6 DHCP-PD: Enable Accept Default Route: Disable Release prefix on exit: Enable WAN Prefix Length: 48 If that doesn't work try from SSH killall odhcp6c odhcp6c -v -df -R -s /tmp/dhcp6c -N none -c 0003000104d4c4bb3040 -P 48:b3040 -r23 -r24 ppp0 Have...
  4. T

    Native IPv6 - no LAN IP's populating

    @RMerlin Would you compile a GT-AC2900 test build with line 1770 commented out, I want see if that will make any difference when using a PPP WAN interface.
  5. T

    Native IPv6 - no LAN IP's populating

    The "WAN Prefix Length" option is about requesting the number of subnets for your use on the LAN not WAN
  6. T

    Native IPv6 - no LAN IP's populating

    On the command line change "-P 64:b3040" to "-P 48:b3040" that change is what the "WAN Prefix Length" option it the gui sets. killall odhcp6c odhcp6c -df -R -s /tmp/dhcp6c -N none -c 0003000104d4c4bb3040 -P 48:b3040 -r23 -r24 -k ppp0
  7. T

    Native IPv6 - no LAN IP's populating

    When you run ps |grep odhcp6c you will get a string of configure options, when restarting odhcp6c use those options but change the -N try to -N none. See line 2038 in the Rmerlin source code and line 605 in the odhcp6c source
  8. T

    Native IPv6 - no LAN IP's populating

    You could check dslreports.com they have a spectrum forum that may have the answer.
  9. T

    Native IPv6 - no LAN IP's populating

    Good to here they are trying too, did they say what version of stock firmware? One other thing I can think of is to manually start IPv6 from a ssh session, you will need to flash back to a 386.7 version of rmerlin. From the gui set Connection Type: Native IPv6 DHCP-PD: Enable Accept Default...
  10. T

    Native IPv6 - no LAN IP's populating

    I changed it a little. Connection Type: Native IPv6 DHCP-PD: Disable Release prefix on exit: Disable LAN Address: xxxx:xxxx:824:: LAN Prefix Length: /48 If that doesn't work try Connection Type: Static IPv6 Release prefix on exit: Disable WAN Address: XXXX:XXXX:XXXX:822:: WAN Prefix Length...
  11. T

    Sporadic GT-AXE11000 reboots due to kernel panic

    That makes no sense, from my understanding, changing from BUG_ON to WARN_ON doesn't hide any error message it just logs the error and continues instead of crashing the router.
  12. T

    Native IPv6 - no LAN IP's populating

    I re-read your posts and looked up some more about PPP & IPv6 setup. It is normal for ISPs that use PPP to assign /64 for WAN and /48 for LAN, and require you to set your own "LAN Address" from one of the /64 subnets that you get from the /48 delegation. Lets try this based upon what your ISP...
  13. T

    Native IPv6 - no LAN IP's populating

    That ISP is using PPP so the setup is different than ISPs using DHCP. It looks to me that you need to it up with "Static IPv6", set the /48 prefix as "WAN", the /64 prefix as "WAN GATEWAY" and set your own "LAN Address" from one of the subnets that you get from the /48 delegation. I would...
  14. T

    Release Asuswrt-Merlin 386.7 is now available for all models

    Just to make sure you are use a test build from here, as the "WAN Prefix Size" are in the current 386.7 builds? https://www.asuswrt-merlin.net/test-builds You could also toggle the "Release Prefix on Exit" to "disable" to see if your ISP will release/renew your IPv6 prefix. Not cloning your...
  15. T

    Sporadic GT-AXE11000 reboots due to kernel panic

    It should still be added as it points to an upstream linux kernel commit.
Top