persistent

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

    Persistent IPv6 Static Routes???

    I am looking for a way to make some IPv6 routes persistent in my router. Thus far I can add the routes via ssh to the route with a command similar to below. route -A inet6 add 26XX:XXXX:XXXX:XXXX:1000::/68 gw 26XX:XXXX:XXXX:0001::2 dev br0 The only issue I have is after every reboot the...
  2. C

    RT-AC66U B1 - Unable to set permanent iptables rules

    So I telnet to my router and enter my iptables commands: iptables -I FORWARD -o eth0 -m state --state NEW -j DROP iptables -I FORWARD -o eth0 -d x.x.x.x/24 -m state --state NEW -j ACCEPT iptables -A INPUT -s y.y.y.y -j DROP iptables -A OUTPUT -d y.y.y.y -j DROP Works fine, but those rules will...
  3. D

    How to create a persistent ipset ?

    I'm trying to create a persistent ipset that is regularly backed up with a cron job. The problem I'm running into is testing whether or not the "ipset restore" restore file exists. Step 1 If the restore file doesn't exist, create the file: /path/LIST.sav with the following contents: create...
Top