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

  1. kstamand

    GNP unable to change VLAN ID on LAN | VLAN | Profile tab - bug?

    While in “Wireless Router Mode” with a couple of VLAN defined (Guest Network Pro - GNP), I was able to click on a VLAN line and change VLAN ID, but not when the the router is running in AP mode. It appears that only a portion of the popup window is showing and I'm unable to drag it down to see...
  2. kstamand

    Someone with RT-BE92U confirm a command supported or not?

    I'm contemplating getting an RT-BE92U, but need someone who has one to confirm if the following commands are supported? (RT-BE96U and GT-BE98 Pro are out of my $$ range) Commands ip link add brctl addif and brctl delif My goal is to install Asuswrt-Merlin and then have a custom script to...
  3. kstamand

    Solved GNP NVRAM setting question and Script advice

    Having a function, with results output to a file, was my end state goal of my initial code hack. Interesting and educational for me, how this sample code accomplishes what I was attempting, but in a much more elegant fashion. Thank you @Martinski, @dave14305, and @rung for all the tips and...
  4. kstamand

    Solved GNP NVRAM setting question and Script advice

    VERY helpful, much appreciated
  5. kstamand

    Solved GNP NVRAM setting question and Script advice

    That’s a hell of a lot easier - THANKS!!!
  6. kstamand

    Solved GNP NVRAM setting question and Script advice

    That is my understanding as well. I just don’t know if it’s easier / clearer to attempt it the way I am In the sample code or if there is some parsing code technique I could be using (something like a JSON parser)
  7. kstamand

    Solved GNP NVRAM setting question and Script advice

    Thank you for filling in the “unknown_id” blank for me and catching my vlan info length miscalculation. I’ll redo the code, unless you have an alternate suggestion on how to parse that type of sting + encoding(<sdn_index>vlan_id>vlan_port_isolation><..>..>..><..>..>..> ) ??
  8. kstamand

    Solved GNP NVRAM setting question and Script advice

    I ended up creating the following script to parse the nvram vlan_rl setting for my current needs, in case it may be helpful for others. #!/bin/sh # set -x # uncomment for debugging purposes # read the list of vlan from nvram variable vlan_rl vlan_list="$(nvram get vlan_rl)" # count the number...
  9. kstamand

    Solved GNP NVRAM setting question and Script advice

    Thanks for the suggestion!!
  10. kstamand

    Solved GNP NVRAM setting question and Script advice

    Interesting command with useful information for future reference - thank you
  11. kstamand

    Solved GNP NVRAM setting question and Script advice

    Looking for scripting advice on how best to parse the Guest Network Pro (GNP) nvram vlan_rl value?? nvram vlan_rl value question My setup has 3 custom GNP VLAN where the nvram setting vlan_rl has the value <1>52>0><2>53>0><3>54>0> My understanding is that vlan_rl consists of columns of...
  12. kstamand

    Router will not factory reset and settings are frozen, Any ssh nuke code or ways to fix this. ax 86u pro

    @Jack-Sparr0w, there’s a number of options and good information from @Twiglets and @dave14305. Hopefully, one / some of the offered options helps you fix your current circumstances and avoid having to buy another router. Best of luck!!
  13. kstamand

    Router will not factory reset and settings are frozen, Any ssh nuke code or ways to fix this. ax 86u pro

    SSH into router and nvram erase; nvram commit; reboot not work for resetting your router? Or possibly the Asus firmware rescue utility - https://www.asus.com/us/support/faq/1000814/?
  14. kstamand

    Diversion [SOLVED] Diversion Guest Network Pro - blocklist applied to multiple SSID

    @dave14305 - DOH!! I totally missed that, to delete the existing "servers-file" line. Once I deleted that, it worked!! Now we know there are two options that work (adding all directives or just pointing to the existing IP where Diversion is applied), and your's with the "server=" recommendation...
  15. kstamand

    Diversion [SOLVED] Diversion Guest Network Pro - blocklist applied to multiple SSID

    @bennor and @dave14305, I tried both options with no luck and I wanted to share my findings in case they prove useful: - DNS Director, with a User Defined DNS set to the IP Address of the Main Network where DNSMASQ blocklist is setup via Diversion >> results DNS queries would time out, no...
Back
Top