Thursday, December 12, 2013

How to see active network connections to your server or local host

                                                                                 
                                                                           step 1

                    sudo cat /proc/net/ip_conntrack               

                                                                           step 2


                    netstat -n -A inet


                                                                             step 3
   
                     netstat -ano | head

                                                                               step 4


                     ss -n                    

                                                                               step 5


                     sudo netstat -natp 

                                                                             
                                                                                 step 6
                                                                       
 sudo lsof -nPi tcp -F n | awk -F\> '/>/{print$2}'| sort | uniq -c | sort -nr                                  


                                                                                the end

1 comment:

wordpress problem with plugin updates

                                                           changing permissions will solve the problem                                    ...