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. mbeijen

    iptables not working

    Still not working, getting an error when I run it. This is what happens: admin@ROUTER:/jffs/scripts# ./nat-start ipset v4.5: Set already exists ipset v4.5: Set BlockedCountries is already defined, cannot be restored Restore failed at line 2: Try `ipset -H' or 'ipset --help' for more...
  2. mbeijen

    iptables not working

    For some reason my iptables is not working. I created a file in /jffs/scripts/firewall-start and in there: #!/bin/sh iptables -I INPUT -s 85.25.207.201/255.255.255.0 -j DROP File permissions are set correctly: -rwxrwxrwx 1 admin root 67 Aug 21 15:57 firewall-start...
  3. mbeijen

    Block incoming IP

    It's not a reverse, I contacted the abuse department of the IP in question (5.153.50.107) and within 5 minutes the attack stopped. However, I still would like to be able to stop this myself on router level.
  4. mbeijen

    Block incoming IP

    Thanks for the anwer, however, iptables only uses IP's. See: admin@ROUTER:/tmp/home/root# iptables -L -n Chain FORWARD (policy DROP) target prot opt source destination DROP all -- 5.153.50.107 0.0.0.0/0 ACCEPT all --...
  5. mbeijen

    Block incoming IP

    This is what iptables look like right now: iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination DROP all -- 5.153.50.107-static.reverse.softlayer.com anywhere DROP all -- anywhere anywhere...
  6. mbeijen

    Block incoming IP

    For some reason, my router doesn't allow me to block an IP address. I would like to block an IP from accessing my router/network. I am using : ASUS RT-N66W with latest 374.40 build. Any suggestions? Thanks, Marco
Top