pastebin - collaborative debugging tool
linuxtext.kpaste.net RSS


listening
Posted by Anonymous on Mon 4th Apr 2016 19:07
raw | new post

  1. ### HOST
  2.  
  3. Every 2,0s: netstat -tulpn                                                                            Mon Apr  4 21:41:02 2016
  4.                                                                                                                              
  5. Active Internet connections (only servers)                                                                                    
  6. Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name                              
  7. tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      894/smbd                                      
  8. tcp        0      0 0.0.0.0:222             0.0.0.0:*               LISTEN      1388/sshd                                    
  9. tcp        0      0 192.168.3.165:8000      0.0.0.0:*               LISTEN      28047/VirtualBox                              
  10. tcp        0      0 127.0.0.1:1194          0.0.0.0:*               LISTEN      29860/openvpn                                
  11. tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      894/smbd                                      
  12. tcp        0      0 0.0.0.0:2222            0.0.0.0:*               LISTEN      28047/VirtualBox                              
  13. tcp        0      0 192.168.122.1:53        0.0.0.0:*               LISTEN      20382/dnsmasq                                
  14. tcp        0      0 127.0.1.1:53            0.0.0.0:*               LISTEN      14040/dnsmasq                                
  15. tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      598/cupsd                                    
  16. tcp6       0      0 :::445                  :::*                    LISTEN      894/smbd                                      
  17. tcp6       0      0 :::222                  :::*                    LISTEN      1388/sshd                                    
  18. tcp6       0      0 :::139                  :::*                    LISTEN      894/smbd                                      
  19. udp        0      0 0.0.0.0:34127           0.0.0.0:*                           28047/VirtualBox                              
  20. udp        0      0 0.0.0.0:52066           0.0.0.0:*                           28047/VirtualBox                              
  21. udp        0      0 0.0.0.0:35927           0.0.0.0:*                           28047/VirtualBox                              
  22. udp        0      0 0.0.0.0:44215           0.0.0.0:*                           602/avahi-daemon: r                          
  23. udp        0      0 0.0.0.0:44794           0.0.0.0:*                           28047/VirtualBox                              
  24. udp        0      0 0.0.0.0:36675           0.0.0.0:*                           28047/VirtualBox                              
  25. udp        0      0 0.0.0.0:37081           0.0.0.0:*                           28047/VirtualBox                              
  26. udp        0      0 0.0.0.0:45826           0.0.0.0:*                           32005/mtr                                    
  27. udp        0      0 0.0.0.0:5353            0.0.0.0:*                           13527/chromium-brow                          
  28. udp        0      0 0.0.0.0:5353            0.0.0.0:*                           602/avahi-daemon: r                          
  29. udp        0      0 0.0.0.0:47042           0.0.0.0:*                           28047/VirtualBox                              
  30. udp        0      0 0.0.0.0:47215           0.0.0.0:*                           28047/VirtualBox                              
  31. udp        0      0 0.0.0.0:47235           0.0.0.0:*                           28047/VirtualBox                              
  32. udp        0      0 0.0.0.0:32299           0.0.0.0:*                           13952/dhclient                                
  33. udp        0      0 192.168.122.1:53        0.0.0.0:*                           20382/dnsmasq                                
  34. udp        0      0 127.0.1.1:53            0.0.0.0:*                           14040/dnsmasq                                
  35. udp        0      0 0.0.0.0:67              0.0.0.0:*                           20382/dnsmasq                                
  36. udp        0      0 0.0.0.0:68              0.0.0.0:*                           13952/dhclient                                
  37. udp        0      0 192.168.122.255:137     0.0.0.0:*                           14358/nmbd                                    
  38. udp        0      0 192.168.122.1:137       0.0.0.0:*                           14358/nmbd                                    
  39. udp        0      0 192.168.3.255:137       0.0.0.0:*                           14358/nmbd                                    
  40. udp        0      0 192.168.3.165:137       0.0.0.0:*                           14358/nmbd                                    
  41. udp        0      0 0.0.0.0:137             0.0.0.0:*                           14358/nmbd                                    
  42.  
  43.  
  44.  
  45. ### GUEST
  46.  
  47. └─$  ss -tulpan
  48. Netid  State      Recv-Q Send-Q                                                                Local Address:Port                                                                               Peer Address:Port              
  49. udp    UNCONN     0      0                                                                                 *:68                                                                                            *:*                  
  50. udp    UNCONN     0      0                                                                         127.0.0.1:323                                                                                           *:*                  
  51. udp    UNCONN     0      0                                                                                 *:63053                                                                                         *:*                  
  52. udp    UNCONN     0      0                                                                                :::49346                                                                                        :::*                  
  53. udp    UNCONN     0      0                                                                               ::1:323                                                                                          :::*                  
  54. tcp    LISTEN     0      50                                                                                *:3306                                                                                          *:*                  
  55. tcp    LISTEN     0      128                                                                               *:22                                                                                            *:*                  
  56. tcp    LISTEN     0      100                                                                       127.0.0.1:25                                                                                            *:*                  
  57. tcp    ESTAB      0      0                                                                         10.0.2.15:22                                                                                     10.0.2.2:52460              
  58. tcp    ESTAB      0      0                                                                         10.0.2.15:22                                                                                     10.0.2.2:41244              
  59. tcp    LISTEN     0      128                                                                              :::80                                                                                           :::*                  
  60. tcp    LISTEN     0      128                                                                              :::22                                                                                           :::*                  
  61. tcp    LISTEN     0      100                                                                             ::1:25                                                                                           :::*                  
  62.  
  63. └─$  ss -tulpa
  64. Netid  State      Recv-Q Send-Q                                                              Local Address:Port                                                                               Peer Address:Port                
  65. udp    UNCONN     0      0                                                                               *:bootpc                                                                                        *:*                    
  66. udp    UNCONN     0      0                                                                       127.0.0.1:323                                                                                           *:*                    
  67. udp    UNCONN     0      0                                                                               *:63053                                                                                         *:*                    
  68. udp    UNCONN     0      0                                                                              :::49346                                                                                        :::*                    
  69. udp    UNCONN     0      0                                                                             ::1:323                                                                                          :::*                    
  70. tcp    LISTEN     0      50                                                                              *:mysql                                                                                         *:*                    
  71. tcp    LISTEN     0      128                                                                             *:ssh                                                                                           *:*                    
  72. tcp    LISTEN     0      100                                                                     127.0.0.1:smtp                                                                                          *:*                    
  73. tcp    ESTAB      0      0                                                                       10.0.2.15:ssh                                                                                    10.0.2.2:52460                
  74. tcp    ESTAB      0      0                                                                       10.0.2.15:ssh                                                                                    10.0.2.2:41244                
  75. tcp    LISTEN     0      128                                                                            :::http                                                                                         :::*                    
  76. tcp    LISTEN     0      128                                                                            :::ssh                                                                                          :::*                    
  77. tcp    LISTEN     0      100                                                                           ::1:smtp                                                                                         :::*

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at