Recent content by Cedarhillguy

  • 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. C

    Dual WAN Failover ***v2 Release***

    Having issues with wan-failover (2.1.0) on a new GT-AX6000 router with the latest merlin firmware (388.5). No issues installing it, but CPU usage is spiking and I can't get the wan-failover status page to show. It just hangs when I select 1 to show status. I turned on debug logging and the...
  2. C

    Dual WAN Failover ***v2 Release***

    I downloaded the latest beta and it is working great other than email notifications. Would you be able to add the /crlf to the CURL command in the next beta? See this post. Thanks!
  3. C

    Dual WAN Failover ***v2 Release***

    FYI. I don't know what version you are using, but this was fixed for me in version 2.0.6.
  4. C

    amtm amtm 4.5 - the Asuswrt-Merlin Terminal Menu, April 21, 2024

    Regarding the AMTM email settings (em), for the next release could you add --crlf to the curl in send_testmail function? I setup AMTM email and the email settings were correct, but it kept giving me a curl (8) weird server reply and failing. After some research online, I discovered cause...
  5. C

    Dual WAN Failover ***v2 Release***

    Really like this script. I updated to 2.0.6 and have another suggestion for next release. Can you add --crlf to the curl call? I was trying to figure out why email notices using AMTM settings wasn't working. After some research online, I discovered the Qmail mail transfer agent rejects it as...
  6. C

    Dual WAN Failover ***v2 Release***

    I figured out a workaround. I'm a novice with linux scripts, but appears it expects the vpn_server states to be something other null? Since I don't have VPN enabled, I added the below two lines at the top of the script and it installs and runs now. nvram set vpn_server1_state=0 nvram set...
  7. C

    Dual WAN Failover ***v2 Release***

    Trying to install but getting stuck at "getting systems settings..." I'm using the latest Merlin build 3004.388.4. It keeps trying to determine VPN status (don't have a VPN). Every few seconds repeats the same error. "Aug 22 05:40:52 wan-failover: Debug - Script Mode: install Aug 22 05:40:52...
  8. C

    Malware Filter / bad host IPSET

    I tried upgrading to version 17, but doesn't work as-is for a 68u, version 380.65 without entware. It reports the find command, used near the end for cleanup, doesn't support -type and -delete arguments. I was able to get the find command to work using the below code. find /tmp -name...
  9. C

    Privacy Filter (Another IPSET Script)

    Version 10 fails for me with an error that "/opt/bin/xargs : not found". Entware isn't installed on my router . It appears, in this ipv4_block line of code, that it checks if "/opt/bin/xargs" exists and if it doesn't (-z option) it then it attempts on next line to run from that non-existent...
  10. C

    Malware Filter / bad host IPSET

    The wiki at: https://github.com/RMerl/asuswrt-merlin/wiki/Using-ipset gives the recommended method for starting it on boot using merlin firmware. You need to create/edit the /jffs/scripts/services-start script. Here is a sample of my services-start, which runs the malware-block script and...
  11. C

    Privacy Filter (Another IPSET Script)

    Question: Why is the bing search engine bad? Installed this script, but noticed that one of the addresses "a-0001.a-msedge.net " resolves to the same IP (13.107.21.200) as bing.com, so it blocks the bing search engine. Removed this entry and bing search works again for family members.
  12. C

    Malware Filter / bad host IPSET

    This is a wonderful script. Have a suggestion for consideration. I noticed when the script updates, it resets the iptables statistics, so you don't know if any devices attempted to reach those blocked IPs. iptables -vnL FORWARD Chain FORWARD (Policy DROP 0 packets, 0 bytes) pkts bytes...
  13. C

    Malware Filter / bad host IPSET

    I have an RT-AC68U (800mhz CPU), no entware installed. Script version 9. Running the time /jffs/scripts/malware-block manually reports: Real: 6m 24.48s Loaded 34,977 IP addresses. I've been running a slightly modified script that captures the begin/end times and records the total...
  14. C

    Malware Filter / bad host IPSET

    The /opt directory probably doesn't exist. Try cd / to get to the root directory and then ls -trl which will list the directories and files. You can place the script in another directory such as /jffs/scripts, but if so.. would need to modify the path in the script. If you want to...
Top