• 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

    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...
  2. 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...
  3. kstamand

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

    I got it working, which required creating /jffs/scripts/dnsmasq-sdn.postconf script file (copy below), to append the same Diversion directives that get added in the default dnsmasq.conf to each of the dnsmasq-#.conf files. @thelonelycoder, did I mess up something in my initial setup of...
  4. kstamand

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

    @bennor - thanks for the suggestions. I did read those threads and I was aware of the Change log notes. I did try setting Custom DNS for each of the Profile, pointing to their respective subnet gateway (.1), but that didn’t change anything. I’m still reading and trying different option...
  5. kstamand

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

    Does Diversion work with Guest Network Pro Profiles / Vlan? If yes, is there any additional configuration outside of what the Diversion script does? Reason I ask is, it appears Diversion works as expected for the Wireless Network SSID (Main Network), but not for the additional SSID / VLAN...
  6. kstamand

    Looking for feedback: renaming the Tools menu for Sysinfo

    Tools becoming Sysinfo related information, makes perfect sense, at least from my perspective. For me, I’ve always considered “Tools” to be a section where I would go for system related information. On that note, would it be worthwhile adding a permanent Third Party Addons tab/section...
  7. kstamand

    Solved Shell scripts from WebUI

    Thank you @dave14305, I now have a working solution based on all your input and direction - this is solved!!! @dave14305, with your permission, I may attempt to create a script for maintaining “scriptsui”, borrowing much of what I see / learned from your FlexQoS script. Would that be OK?
  8. kstamand

    Solved Shell scripts from WebUI

    @dave14305, @thelonelycoder, @SomeWhereOverTheRainBow or anyone Following the Third Party Addon API example, particularly the Web Usage section, how do you update the Textarea of a form AFTER "document.form.submit()" completes? My goal is to be able to update the textarea of the form with the...
  9. kstamand

    Solved Shell scripts from WebUI

    Thank you @dave14305 for all the pointers, feedback, and references. I finally have a working prototype based on the Third Party API. As time permits and if there’s interest, I’ll provide a write of the prototype.
  10. kstamand

    Solved Shell scripts from WebUI

    That fixed it but led me to my next hurdle. When I try to include showloading() and document.form.submit, to allow for the script to run / complete when the service-event is triggered, the returned results.js isn't displayed in the textarea. But if I remove show loading() and...
  11. kstamand

    Solved Shell scripts from WebUI

    What am I missing / doing working (code snippet below)? I keep getting 404 Not found with my ajax call for the URL reference. I've tried '/ext/results.txt', '/www/ext/results.txt', and 'results.txt' in the url with no luck. I'm assuming the path I am using is what's wrong, but I'm not sure...
  12. kstamand

    Solved Shell scripts from WebUI

    I have the "bones" of this approach working, updating custom_settings.txt from the asp page, a services script firing when service-event is triggered and a script running which writes results to a file. Not sure how to go about reading those results back into the webpage textarea when the script...
  13. kstamand

    Solved Shell scripts from WebUI

    I am familiar with and have used iOS Shortcut for Diversion, very nice. My goal was to have a similar ability from the WebUI, so I can do everything in one place and not have to jump to different interfaces (SSH) or devices (iOS/Android). All good feedback tho and much appreciated
  14. kstamand

    Solved Shell scripts from WebUI

    Got it - thanks for the feedback
Back
Top