Guest User

Untitled

a guest
Nov 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # Temporarily Solution
  2. echo 524288 > /proc/sys/net/netfilter/nf_conntrack_max
  3.  
  4.  
  5. # Permanent Solution
  6. # Add following line on /etc/rc.d/rc.local
  7.  
  8. $ vim /etc/rc.d/rc.local
  9. echo 524288 > /proc/sys/net/netfilter/nf_conntrack_max
  10.  
  11. $ chmod a+x /etc/rc.d/rc.local
Add Comment
Please, Sign In to add comment