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

    Custom firmware build for R7800 v. 1.0.2.72SF

    Thanks so much! Putting the script under /etc/scripts/firewall/ seem to do the trick. root@R7800:~$ cat /etc/scripts/firewall/ziki2.rule #! /bin/sh case $1 in "start") ip6tables -t mangle -I PREROUTING -p tcp -m multiport --dports 22,80,443,5001,32400 -j ACCEPT ...
  2. Ziki

    Custom firmware build for R7800 v. 1.0.2.72SF

    Is /root/firewall-start.sh invoked at the end? I added some ip6tables rules in the script, but they always get reverted after some time or when the router restart. I added "echo $date > /root/logs" to the script so make sure the script is indeed executed.
Top