Recent content by topmusic

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

    ddns ip whitelist with little script.

    thnx @Maverickcdn that did it, its running oke now. You helped me allot to fix this.👍
  2. topmusic

    ddns ip whitelist with little script.

    it must add a number to the $IP(number) , that is what i have in my old script. every ddns has it's own number. Example: #!/bin/sh VER="v1.02a" log_file1="/tmp/mnt/RT-AX86U/log/emailname1.log" log_file2="/tmp/mnt/RT-AX86U/log/emailname2.log" log_file3="/tmp/mnt/RT-AX86U/log/emailname3.log"...
  3. topmusic

    ddns ip whitelist with little script.

    oke im almost there, created a csv file with number, noip address and logfilename also with a loop but the checking is one time. when its running the else command ip stay empty. #!/bin/sh VER="v1.02a" SCRIPT_PATH="/jffs/scripts/firewall" now=$(date +%d-%m-%Y/%H:%M) while read LINE; # by line...
  4. topmusic

    ddns ip whitelist with little script.

    I forgot something to ask, i have over 150 users, all with there own ddns name, must i use a sql database to read-out the users and how create i for all the users a separate log file.
  5. topmusic

    ddns ip whitelist with little script.

    Thx for the modifications, it's working like it should :)
  6. topmusic

    ddns ip whitelist with little script.

    Oke my situation. I have a mailserver running, and to get access for all users i have created a little scripts that resolves from a no-ip dynamic host to ip. Then the ip-address is always add to the whitelist (running a cron every hour) so the users will always get access to read there email...
  7. topmusic

    Entware Asus Merlin Entware NUT Server

    What im missing in here is the upsd driver, that 1 must be running also to get all the readings. /opt/sbin/upsd -B -u admin Without that the web-cgi is also not working. (running in lighttp instead of the mini-http) I have put it in the service-event script.
  8. topmusic

    Skynet RT-AX86U upgraded to latest firmware has [BLOCKED - INVALID] in logfile.

    With the latest 386.4 Asuswrt-Merlin i have lots of log-file mg's with [BLOCKED - INVALID] that weren't there in the 386.3_2 release. Running Skynet v7.2.8 So do i put them in the blacklist or in the whitelist ?
  9. topmusic

    Add No-IP ipadres to whitelist in Ipset_Block

    Oke i have it running from a few code-snippets. This is what i have so far, the code on the bottom #check_ip is missing something, because when i activate it it does nothing :( <code> #!/bin/sh VER="v1.00a" #============ © 2018 v1.00a # # Use this to update your ip-adres for the ipset...
  10. topmusic

    Add No-IP ipadres to whitelist in Ipset_Block

    Hello Everyone, Im looking for a script that will whitelist my ip from my phone (use no-ip on it) to get to my mailserver at home. I am allot on the road these days and most of the time my phone's ip-address is blocked by IPSET_Block.sh script. So is there a way that the script will do the...
  11. topmusic

    How to Dynamically Ban Malicious IP's using IPSet (Martineau version)

    Hi All, Have the Asus RT-AC87U with Firmware:380.68_4 Script version : (IPSET_Block.sh): 20974 v3.04 © 2016-2017 Martineau, Dynamic IPSET Blacklist banning request..... Name: Blacklist Type: hash:ip Revision: 4 Header: family inet hashsize 1024 maxelem 65536 timeout 604800 Size in memory: 4092...
  12. topmusic

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    @john9527 - Does this update has the nvram set fw_nat_loopback=1 fix in it or do i have to wait for the V18 update ?
  13. topmusic

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    Yes im running the latest release 17e5
  14. topmusic

    [Fork] Asuswrt-Merlin 374.43 LTS releases (Archive)

    Hi All. Bought a brandnew RT-AC66U and upgraded the firmware from the official asus website, problem with that firmware is that when i reboot the router it won't reconnect to my WAN (had to reboot my isp-modem also to get wan working again). That results in a change off my ip-address :( So i...
Top