Saturday, November 9, 2013

Netstat

NETSTAT
=======
netstat -s   //shows packet information
netstat -arn // Persistant routes.
netstat
netstat -a
netstat -ano
netstat -abo
Route Print 

Belos is the Example to filter port 25 for TCP
netstat -an |file ":25" | file "TCP"

No comments:

Post a Comment