Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. pi@raspberrypi /etc $ sudo 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:4711 0.0.0.0:* LISTEN 10066/pihole-FTL
  5. tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 2088/smbd
  6. tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2244/lighttpd
  7. tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 17096/dnsmasq
  8. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2331/sshd
  9. tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 2088/smbd
  10. udp 0 0 0.0.0.0:53 0.0.0.0:* 17096/dnsmasq
  11. udp 0 0 0.0.0.0:68 0.0.0.0:* 1986/dhclient
  12. udp 0 0 192.168.1.57:123 0.0.0.0:* 2275/ntpd
  13. udp 0 0 127.0.0.1:123 0.0.0.0:* 2275/ntpd
  14. udp 0 0 0.0.0.0:123 0.0.0.0:* 2275/ntpd
  15. udp 0 0 192.168.1.255:137 0.0.0.0:* 2069/nmbd
  16. udp 0 0 192.168.1.57:137 0.0.0.0:* 2069/nmbd
  17. udp 0 0 0.0.0.0:137 0.0.0.0:* 2069/nmbd
  18. udp 0 0 192.168.1.255:138 0.0.0.0:* 2069/nmbd
  19. udp 0 0 192.168.1.57:138 0.0.0.0:* 2069/nmbd
  20. udp 0 0 0.0.0.0:138 0.0.0.0:* 2069/nmbd
  21. udp 0 0 0.0.0.0:32978 0.0.0.0:* 1986/dhclient
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement