Last active
October 25, 2020 09:58
Revisions
-
jarthod revised this gist
Oct 25, 2020 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ sudo cat /proc/sys/net/netfilter/nf_conntrack_max echo 500000 | sudo tee /proc/sys/net/netfilter/nf_conntrack_max sudo cat /proc/sys/net/netfilter/nf_conntrack_max -
jarthod created this gist
Oct 16, 2016 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ echo 500000 | sudo tee /proc/sys/net/netfilter/nf_conntrack_max