Search results

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

    Skynet Skynet - Router Firewall & Security Enhancements

    My telnet is not for the router, but for an old school bbs. In this case there is no security issue.
  2. P

    Skynet Skynet - Router Firewall & Security Enhancements

    The IP ban seems to have just started working magically. I am not going to complain. :) Thanks for all the help!
  3. P

    Skynet Skynet - Router Firewall & Security Enhancements

    Peraburek Here is my nat-start script for brute force protection for telnet, you should be able to re-arrange it. #!/bin/sh logger "firewall" "Applying nat-start rules" iptables -N TELNETBFP -t nat iptables -A TELNETBFP -t nat -m recent --set --name TELNET --rsource iptables -A TELNETBFP -t...
  4. P

    Skynet Skynet - Router Firewall & Security Enhancements

    To ban Ip's I have used both sh firewall BANSINGLE then Ip address and it accepts the command and adds it to the list. I also manually tried: ipset -q -A Blacklist 123.123.123.123 It tells me it is already in the blacklist. I still see traffic from that ip address coming through on the...
  5. P

    Skynet Skynet - Router Firewall & Security Enhancements

    After a night of testing it looks like there are still some issues. The singlebanip is not working properly. It's not banning IP's I add but if I use the command ipset -A Blacklist 69.162.124.228 it states it's already there. It does say it added the IP but it still passes through the traffic...
  6. P

    Skynet Skynet - Router Firewall & Security Enhancements

    Ebag333 I copied your script and now it's working for me now. I think the original script might be broken, perhaps after some updates to the router software? I will monitor and check to make sure the country and single bans are working properly. How do you check the logs to see what parts of...
  7. P

    Skynet Skynet - Router Firewall & Security Enhancements

    I have a couple of new questions I am hoping someone can help. I am Trying to ban a particular ip without any success. I am trying sh firewall BANSINGLE=x.x.x.x I also tried with quotes sh firewall BANSINGLE="x.x.x.x" I check the ipset.txt file and it's not listed and I see the firewall log...
  8. P

    Skynet Skynet - Router Firewall & Security Enhancements

    Thank you for the quick replies. I use notepad +++ and winscp to transfer. I found where to switch it in notepad +++ Notepad++. From the "Edit" menu, select "EOL Conversion" -> "UNIX/OSX Format". http://stackoverflow.com/questions/16239551/eol-conversion-in-notepad So far it looks good, some...
  9. P

    Skynet Skynet - Router Firewall & Security Enhancements

    Are there any requirements other than Merlin firmware to get this to work? I also installed optware via installing download master located at usb applications menu item. I am getting all sorts of errors when I try to manually run the script. Merlin Firmware:378.56_2 admin@RT-AC68R-D800:/tmp#...
  10. P

    Running Merlin 378.56_2 and unable to mount JFFS partition

    I had the same issue until I formatted the USB drive in EXT2.
Top