NAT.conf 391 B

123456789101112
  1. #
  2. # /etc/sysctl.d/NAT.conf (Salt managed)
  3. #
  4. # "Be conservative in what you do,
  5. # be liberal in what you accept from others."
  6. # If it's non-zero, we mark only out of window RST segments as INVALID.
  7. # -- net/netfilter/nf_conntrack_proto_tcp.c
  8. #
  9. net.ipv4.netfilter.ip_conntrack_tcp_be_liberal = 1
  10. # Increase conntrack table size (default 32k)
  11. net.ipv4.netfilter.ip_conntrack_max = 16777216