Advertisement
Guest User

Untitled

a guest
Sep 29th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. root@afingerserver:/etc# netstat -plntu
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 8487/mongod
  5. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 993/mysqld
  6. tcp 0 0 0.0.0.0:10765 0.0.0.0:* LISTEN 10573/mongod
  7. tcp 0 0 127.0.0.1:28017 0.0.0.0:* LISTEN 8487/mongod
  8. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1206/dnsmasq
  9. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 11327/sshd
  10. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 615/cupsd
  11. tcp 0 0 127.0.0.1:8088 0.0.0.0:* LISTEN 4969/node
  12. tcp 0 0 127.0.0.1:5984 0.0.0.0:* LISTEN 4973/beam
  13. tcp 0 0 0.0.0.0:9765 0.0.0.0:* LISTEN 10573/mongod
  14. tcp6 0 0 :::8080 :::* LISTEN 1017/apache2
  15. tcp6 0 0 :::22 :::* LISTEN 11327/sshd
  16. udp 0 0 0.0.0.0:56802 0.0.0.0:* 609/avahi-daemon: r
  17. udp 0 0 127.0.0.1:53 0.0.0.0:* 1206/dnsmasq
  18. udp 0 0 0.0.0.0:68 0.0.0.0:* 852/dhclient
  19. udp 0 0 0.0.0.0:5353 0.0.0.0:* 609/avahi-daemon: r
  20. udp6 0 0 :::42075 :::* 609/avahi-daemon: r
  21. udp6 0 0 :::5353 :::* 609/avahi-daemon: r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement