User Tools

Site Tools


sandbox:conntrack

Conntrack

Searching IP max connection:

cat /proc/net/nf_conntrack | awk '{ print $6 }' |sort -g | uniq -c | sort -g | tail
conntrack -L | grep IP | wc -l
conntrack -L | wc -l
sandbox/conntrack.txt · Last modified: 2019/04/25 23:40 by dreiggy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki