• 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!

Recent content by Tvlz

  1. T

    388.9_alpha1 Firmware for RT-AX58U, GT-AX11000, and GT-AXE11000

    @RMerlin Caused by commit "webui: remove NAT type FAQ link that points to the wrong page", fix by also removing line 179 of Advanced_WAN_Content.asp Need to move the jquery.js line to the top in /www/sysdep/FUNCTION/SITE_SURVEY/Advanced_Wireless_Survey.asp
  2. T

    Option to add IPv6 addresses to bridge interface

    Why not add to "/jffs/configs/hosts.add", the link-local address auto assigned to br0 and access the GUI by name? fe80::xxxx:xxxx:xxxx:xxxx ipv6router
  3. T

    Option to add IPv6 addresses to bridge interface

    Enclose IPv6 LLA in [ ] http://[fe80::xxxx:xxxx:xxxx:xxxx] works for me :)
  4. 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)
  5. 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?).
  6. 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?).
  7. 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.
  8. 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"
  9. T

    Merlin strings in the LOGs with ASUS-WRT official fw

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

    Time to replace my RT-AC88U

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