Advertisement
Guest User

netstat result

a guest
Jun 16th, 2019
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.47 KB | None | 0 0
  1. pi@greenvpn:~ $ sudo netstat -tlnpu
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
  4. tcp        0      0 0.0.0.0:4200            0.0.0.0:*               LISTEN      509/shellinaboxd    
  5. tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      487/vncserver-x11-c
  6. tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      582/lighttpd        
  7. tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      515/sshd            
  8. tcp6       0      0 :::5900                 :::*                    LISTEN      487/vncserver-x11-c
  9. tcp6       0      0 :::80                   :::*                    LISTEN      582/lighttpd        
  10. tcp6       0      0 :::22                   :::*                    LISTEN      515/sshd            
  11. udp        0      0 0.0.0.0:1194            0.0.0.0:*                           5424/openvpn        
  12. udp        0      0 0.0.0.0:5353            0.0.0.0:*                           4301/avahi-daemon:  
  13. udp        0      0 0.0.0.0:41313           0.0.0.0:*                           4301/avahi-daemon:  
  14. udp        0      0 0.0.0.0:68              0.0.0.0:*                           365/dhcpcd          
  15. udp6       0      0 :::5353                 :::*                                4301/avahi-daemon:  
  16. udp6       0      0 :::45573                :::*                                4301/avahi-daemon:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement