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

  1. elradix

    Wireguard Session Manager - Discussion thread (CLOSED/EXPIRED Oct 2021 use http://www.snbforums.com/threads/session-manager-discussion-2nd-thread.75129/)

    Dear @Martineau can you please add support for R7000 it has the same architecture as the RT-AC86U. I successfully installed the armv7 kernel but the script is hard-coded for specific models, would be better to look which architecture it's running. Thank you.
  2. elradix

    Setting a random password for guest wifi

    you could use telegram for that curl -s -F chat_id=xxxxx -F "text=Wifi password = xxxx." "https://api.telegram.org/botxxxxx_xxx/sendMessage" /dev/null or more advanced with telegram-cli which require more user configuration
  3. elradix

    Scribe scribe - syslog-ng and logrotate installer

    Can you add support for other routers which have both entware and asuswrt firmware installed, like Netgear R7000. uname -o = GNU/Linux or full Linux router 2.6.36.4brcmarm #1 SMP PREEMPT Thu Apr 4 08:15:40 MSK 2019 armv7l GNU/Linux edit: as a workarround I have to change this value to readonly...
  4. elradix

    scMerlin scMerlin - service and script control menu for AsusWRT-Merlin

    I would want to show all of them, either create a submenu. Sometimes I activate or deactivate either VNP Server 1 or 2 or restart both incase of issues. For VNP Client, only configured should be shown if thats possible, otherwise all of them
  5. elradix

    scMerlin scMerlin - service and script control menu for AsusWRT-Merlin

    You could also add start/stop VPN to your script. VPN Client: service start_vpnclient1/ service stop_vpnclient1 service start_vpnclient2/ service stop_vpnclient2 service start_vpnclient3/ service stop_vpnclient3 service start_vpnclient4/ service stop_vpnclient4 service start_vpnclient5/...
  6. elradix

    Diversion Diversion - the Router Ad-Blocker

    As I said should work.... I'm not using it for voice :-) Just a simple local web interface to simply activate/de-activate switches together with other smarthome switches
  7. elradix

    Diversion Diversion - the Router Ad-Blocker

    I'm using home-assistant to control my router remotely - should work with Alexa/Google Assistant integration as well. It's just a switch to enable/disable firewall, adbock or vpn. https://community.home-assistant.io/t/asuswrt-control-your-router-with-custom-switches/82351
  8. elradix

    How do I isolate clients on guest wifi?

    what about Yazfi? Does it suits your needs? https://www.snbforums.com/threads/yazfi-enhanced-asuswrt-merlin-guest-wifi-networks.45924/
  9. elradix

    Skynet Skynet - Router Firewall & Security Enhancements

    issue resolved, thank you
  10. elradix

    Skynet Skynet - Router Firewall & Security Enhancements

    yes, tried 10 times same error
  11. elradix

    Skynet Skynet - Router Firewall & Security Enhancements

    i have following error when updating the ban malware list option 3 and then 1 this is on the latest version v5.6.1 Downloading filter.list [0s] Whitelisting Shared Domains Consolidating Blacklist /jffs/scripts/firewall: line 2386: can't fork Router Model; R7000 Skynet Version...
  12. elradix

    Netdata Monitoring

    Thank you for this post, installed and works perfectly.
  13. elradix

    [Release] AB-Solution 3 - The Ad Blocking Solution

    can you try this url 192.168.1.253/servstats to check if you can read the stats html page
  14. elradix

    [Release] AB-Solution 3 - The Ad Blocking Solution

    renamed the entware folder did the trick, had also to adjust some of my scripts internally, other than that no issue
  15. elradix

    [Release] AB-Solution 3 - The Ad Blocking Solution

    upgrade through 'cu' was good but installing pixelserv was not ok I'm using entware-ng with the following path (R7000) ln -s /tmp/mnt/opt/entware-ng.arm /tmp/opt I allready have a running pixelserv setup /opt/etc/init.d/S80pixelserv-tls ==== #!/bin/sh #export TZ=$(cat /etc/TZ)...
Back
Top