Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. msamour@kodiak:/var/www$ sudo netstat -lnptu
  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:8069 0.0.0.0:* LISTEN 827/python
  5. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 4021/mysqld
  6. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
  7. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 5896/sshd
  8. tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1349/exim4
  9. tcp6 0 0 :::443 :::* LISTEN 946/apache2
  10. tcp6 0 0 :::111 :::* LISTEN 1/init
  11. tcp6 0 0 :::80 :::* LISTEN 946/apache2
  12. tcp6 0 0 :::22 :::* LISTEN 5896/sshd
  13. tcp6 0 0 ::1:25 :::* LISTEN 1349/exim4
  14. udp 0 0 0.0.0.0:111 0.0.0.0:* 1/init
  15. udp 0 0 45.33.114.71:123 0.0.0.0:* 833/ntpd
  16. udp 0 0 127.0.0.1:123 0.0.0.0:* 833/ntpd
  17. udp 0 0 0.0.0.0:123 0.0.0.0:* 833/ntpd
  18. udp 0 0 0.0.0.0:5353 0.0.0.0:* 654/avahi-daemon: r
  19. udp 0 0 0.0.0.0:59697 0.0.0.0:* 654/avahi-daemon: r
  20. udp6 0 0 :::44502 :::* 654/avahi-daemon: r
  21. udp6 0 0 :::111 :::* 1/init
  22. udp6 0 0 2600:3c00::f03c:91f:123 :::* 833/ntpd
  23. udp6 0 0 fe80::f03c:91ff:fec:123 :::* 833/ntpd
  24. udp6 0 0 ::1:123 :::* 833/ntpd
  25. udp6 0 0 :::123 :::* 833/ntpd
  26. udp6 0 0 :::5353 :::* 654/avahi-daemon: r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement