Advertisement
Guest User

Untitled

a guest
May 16th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. [root@domain ~]# netstat -tnlp
  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:110 0.0.0.0:* LISTEN 738/dovecot
  5. tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 5664/spamd.pid
  6. tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 738/dovecot
  7. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 877/nginx
  8. tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 859/httpd.itk
  9. tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 768/exim
  10. tcp 0 0 IP_ADDRESS:53 0.0.0.0:* LISTEN 505/named
  11. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 505/named
  12. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 535/sshd
  13. tcp 0 0 0.0.0.0:35000 0.0.0.0:* LISTEN 2955/shellinaboxd
  14. tcp 0 0 127.0.0.1:8088 0.0.0.0:* LISTEN 849/dklab_realplexo
  15. tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 768/exim
  16. tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 505/named
  17. tcp 0 0 127.0.0.1:10010 0.0.0.0:* LISTEN 849/dklab_realplexo
  18. tcp 0 0 IP_ADDRESS:1500 0.0.0.0:* LISTEN 525/ihttpd accept
  19. tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 738/dovecot
  20. tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 738/dovecot
  21. tcp 0 0 IP_ADDRESS:3306 0.0.0.0:* LISTEN 713/mysqld
  22. tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 768/exim
  23. tcp 0 0 :::465 :::* LISTEN 768/exim
  24. tcp 0 0 :::21 :::* LISTEN 831/proftpd
  25. tcp 0 0 :::22 :::* LISTEN 535/sshd
  26. tcp 0 0 :::25 :::* LISTEN 768/exim
  27. tcp 0 0 ::1:953 :::* LISTEN 505/named
  28. tcp 0 0 :::587 :::* LISTEN 768/exim
  29. [root@domain ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement