Advertisement
Guest User

Untitled

a guest
May 12th, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. net.ipv4.ip_forward = 1
  2. net.nf_conntrack_max = 16777216
  3. net.ipv4.netfilter.ip_conntrack_max = 16777216
  4. net.netfilter.nf_conntrack_max = 16777216
  5. net.ipv4.neigh.default.gc_thresh1 = 8192
  6. net.ipv4.neigh.default.gc_thresh2 = 9216
  7. net.ipv4.neigh.default.gc_thresh3 = 12288
  8. net.ipv4.conf.default.accept_source_route = 0
  9. net.ipv4.conf.all.rp_filter = 1
  10. net.ipv4.conf.default.rp_filter = 1
  11. net.ipv4.tcp_rmem = 4096 8388608 16777216
  12. net.ipv4.tcp_wmem = 4096 4194394 16777216
  13. net.core.rmem_max = 33554432
  14. net.core.wmem_max = 33554432
  15. net.core.rmem_default = 8388608
  16. net.core.wmem_default = 4194394
  17. net.core.netdev_max_backlog = 30000
  18. net.ipv4.tcp_fin_timeout = 30
  19. net.ipv6.conf.all.disable_ipv6 = 1
  20. net.ipv6.conf.all.autoconf = 0
  21. net.ipv6.conf.all.accept_ra = 0
  22. net.core.warnings = 0
  23. net.ipv4.tcp_mem = 786432 1048576 1572864
  24. net.netfilter.nf_conntrack_tcp_timeout_established = 7200
  25. net.netfilter.nf_conntrack_generic_timeout = 300
  26. net.core.somaxconn = 65535
  27. net.ipv4.tcp_tw_recycle = 1
  28. net.ipv4.tcp_tw_reuse = 1
  29. net.ipv4.tcp_keepalive_time = 1800
  30. net.ipv4.tcp_keepalive_intvl = 30
  31. net.ipv4.tcp_keepalive_probes = 7
  32. net.ipv4.tcp_syncookies = 1
  33. net.ipv4.tcp_max_syn_backlog = 262144
  34. net.ipv4.ip_local_port_range = 1024 65535
  35. net.ipv4.tcp_rfc1337 = 1
  36. net.ipv4.tcp_max_tw_buckets = 720000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement