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

    Parental Controls overwrite iptable rules from nat-start

    #!/bin/sh # block <MAC ADDRESS> iptables -t filter -I FORWARD -m mac --mac-source <MAC ADDRESS> -j DROP file is here: /jffs/scripts/firewall-start https://github.com/RMerl/asuswrt-merlin.ng/wiki/User-scripts#firewall-start
  2. D

    Parental Controls overwrite iptable rules from nat-start

    I was able to reproduce this by turning PC off in the browser interface, my MAC that I had just previously added to the DROP policy via command line (same as what your cron would do) disappeared after toggling to off, however all my MACs that I have setup in firewall-start are still there, so...
  3. D

    Parental Controls overwrite iptable rules from nat-start

    I must have accidentally had both nat-start and firewall-start running the same set of rules when I was testing this, you are correct, with the rules in firewall-start only, I have my DROP rules prepended to the PC rules in the FORWARD chain, thanks for your help.
  4. D

    Parental Controls overwrite iptable rules from nat-start

    I am using Asuswrt-Merlin on an ASUS RT-AC3100 (previously on an RT-N66U), and am trying to setup iptables rules to block outbound access to specific MACs or IPs (smart plugs, smart switches, cameras, etc). I have iptables rules in nat-start, which are applied properly on startup, I can see my...
Top