Advertisement
trupsalms

Untitled

Jul 8th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. root@NewFlies-Dialer:/home/shawndell# netstat -tulpn
  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:5432 0.0.0.0:* LISTEN 1382/postgres
  5. tcp 0 0 127.0.0.1:8123 0.0.0.0:* LISTEN 900/python
  6. tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN 3658/dropbox
  7. tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 890/smbd
  8. tcp 0 0 0.0.0.0:8008 0.0.0.0:* LISTEN 977/nginx
  9. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1316/mysqld
  10. tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 27600/redis-server
  11. tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 1835/memcached
  12. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 890/smbd
  13. tcp 0 0 127.0.0.1:32975 0.0.0.0:* LISTEN 1861/nrservice
  14. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 977/nginx
  15. tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 2059/perl
  16. tcp 0 0 0.0.0.0:6001 0.0.0.0:* LISTEN 28265/Xvnc4
  17. tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 4117/dnsmasq
  18. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1181/sshd
  19. tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 514/cupsd
  20. tcp6 0 0 :::445 :::* LISTEN 890/smbd
  21. tcp6 0 0 :::139 :::* LISTEN 890/smbd
  22. tcp6 0 0 :::5901 :::* LISTEN 28265/Xvnc4
  23. tcp6 0 0 :::22 :::* LISTEN 1181/sshd
  24. tcp6 0 0 ::1:631 :::* LISTEN 514/cupsd
  25. udp 0 0 0.0.0.0:68 0.0.0.0:* 973/dhclient3
  26. udp 0 0 0.0.0.0:69 0.0.0.0:* 1298/in.tftpd
  27. udp 0 0 0.0.0.0:17500 0.0.0.0:* 3658/dropbox
  28. udp 0 0 10.255.255.255:137 0.0.0.0:* 1059/nmbd
  29. udp 0 0 10.0.0.6:137 0.0.0.0:* 1059/nmbd
  30. udp 0 0 192.168.0.255:137 0.0.0.0:* 1059/nmbd
  31. udp 0 0 192.168.0.208:137 0.0.0.0:* 1059/nmbd
  32. udp 0 0 0.0.0.0:137 0.0.0.0:* 1059/nmbd
  33. udp 0 0 10.255.255.255:138 0.0.0.0:* 1059/nmbd
  34. udp 0 0 10.0.0.6:138 0.0.0.0:* 1059/nmbd
  35. udp 0 0 192.168.0.255:138 0.0.0.0:* 1059/nmbd
  36. udp 0 0 192.168.0.208:138 0.0.0.0:* 1059/nmbd
  37. udp 0 0 0.0.0.0:138 0.0.0.0:* 1059/nmbd
  38. udp 0 0 0.0.0.0:5353 0.0.0.0:* 484/avahi-daemon: r
  39. udp 0 0 0.0.0.0:10000 0.0.0.0:* 2059/perl
  40. udp 0 0 127.0.0.1:11211 0.0.0.0:* 1835/memcached
  41. udp 0 0 0.0.0.0:35864 0.0.0.0:* 484/avahi-daemon: r
  42. udp 0 0 127.0.0.1:53 0.0.0.0:* 4117/dnsmasq
  43. udp6 0 0 :::5353 :::* 484/avahi-daemon: r
  44. udp6 0 0 :::59831 :::* 484/avahi-daemon: r
  45. root@NewFlies-Dialer:/home/shawndell# iptables -nL
  46. Chain INPUT (policy ACCEPT)
  47. target prot opt source destination
  48.  
  49. Chain FORWARD (policy ACCEPT)
  50. target prot opt source destination
  51.  
  52. Chain OUTPUT (policy ACCEPT)
  53. target prot opt source destination
  54. root@NewFlies-Dialer:/home/shawndell#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement