Search results

  • 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

    Tomato64 - x86-64 port of the Tomato Firmware Distribution

    Anyone willing to try it? New Port of Tomato64 to the GL.iNet Flint2 (GL-MT6000)
  2. T

    IPv6 WAN Prefix Length Setting in WebGUI (3004.388.8_2)?

    There is no problem. Your ISP assigned a WAN prefix of /56, giving you 256 /64 LAN prefixes for your own use, to subnet your LANs (give vlans their own IPv6 subnet?).
  3. T

    How to obtain and change the IPv6 prefix

    There is no problem. Your ISP assigned a WAN prefix of /60, giving you 16 /64 LAN prefixes for your own use, to subnet your LANs (give vlans their own IPv6 subnet?).
  4. T

    Compiling of cake for gnuton build.

    To compare only the 5.04 builds you would need to diff "config_base.6a.4912" vs "config_base.6a.6756"(rt-ax58u v2) as rmerlin only builds 5.04 for routers using "config_base.6a.4912" so the other "config_base.6a.*" lack rmerlin's config options.
  5. T

    Compiling of cake for gnuton build.

    You are still missing kernel config options(link), your diff is comparing the wrong files. The ax58u v1 builds from "release/src-rt-5.02axhnd.675x" The ax58u v2 builds from "release/src-rt-5.04axhnd.675x"
  6. T

    Merlin strings in the LOGs with ASUS-WRT official fw

    https://www.snbforums.com/threads/scammed-or-not.85969/
  7. 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.
  8. T

    Time to replace my RT-AC88U

    It is now available, just released https://tomato64.org/ Tomato Firmware for x86_64
  9. 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...
  10. 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.
  11. 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
  12. 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
  13. 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
  14. T

    Native IPv6 - no LAN IP's populating

    You could check dslreports.com they have a spectrum forum that may have the answer.
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. 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...
  20. 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...
Top