conntrack

  • 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

    Conntrack table memory usage

    @RMerlin, I've been looking at ways to minimize router resource usage caused by external Internet hosts. One of the ways to minimize CPU usage and conntrack table entries was to implement the following rule. iptables -t mangle -I PREROUTING -i <wan_face> -m state --state NEW -j DROP On an...
Top