Advertisement
Gryph_The_Grey

netstat relay1

Jul 25th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. griff@Relay1:~/radar1$ sudo lsof -i -P -n | grep LISTEN
  2. sshd 514 root 3u IPv4 16073 0t0 TCP *:5555 (LISTEN)
  3. sshd 514 root 4u IPv6 16084 0t0 TCP *:5555 (LISTEN)
  4. exim4 769 Debian-exim 3u IPv4 16409 0t0 TCP 127.0.0.1:25 (LISTEN)
  5. exim4 769 Debian-exim 4u IPv6 16410 0t0 TCP [::1]:25 (LISTEN)
  6. cardano-n 16320 griff 21u IPv4 371336 0t0 TCP *:5053 (LISTEN)
  7. cardano-n 16330 griff 12u IPv4 372991 0t0 TCP 127.0.0.1:12788 (LISTEN)
  8. cardano-n 16330 griff 16u IPv4 371780 0t0 TCP *:12798 (LISTEN)
  9. cardano-n 16330 griff 23u IPv4 371790 0t0 TCP *:5054 (LISTEN)
  10. griff@Relay1:~/radar1$ netstat -tpn | grep ':5'
  11. (Not all processes could be identified, non-owned process info
  12. will not be shown, you would have to be root to see it all.)
  13. tcp 0 0 127.0.0.1:5054 127.0.0.1:44341 ESTABLISHED 16330/cardano-node
  14. tcp 0 0 127.0.0.1:44341 127.0.0.1:5054 ESTABLISHED 16320/cardano-node
  15. tcp 0 0 37.187.117.197:35853 5.196.69.123:5056 ESTABLISHED 16330/cardano-node
  16. tcp 0 0 37.187.117.197:44661 93.115.20.4:5050 ESTABLISHED 16320/cardano-node
  17. tcp 0 0 37.187.117.197:46861 51.89.167.172:5001 ESTABLISHED 16320/cardano-node
  18. tcp 0 0 37.187.117.197:5054 corex.x.x.x:34909 ESTABLISHED 16330/cardano-node
  19. tcp 0 0 37.187.117.197:39219 corex.x.x.x:5050 ESTABLISHED 16330/cardano-node
  20. tcp 0 0 37.187.117.197:33011 209.151.152.66:50004 ESTABLISHED 16320/cardano-node
  21. tcp 0 200 37.187.117.197:5555 73.83.15.72:44768 ESTABLISHED -
  22. tcp 0 0 37.187.117.197:36957 54.232.141.12:5001 ESTABLISHED 16320/cardano-node
  23. tcp 0 0 37.187.117.197:5053 core:46861 ESTABLISHED 16320/cardano-node
  24. griff@Relay1:~/radar1$ sudo ufw status verbose
  25. Status: active
  26. Logging: on (low)
  27. Default: deny (incoming), allow (outgoing), disabled (routed)
  28. New profiles: skip
  29.  
  30. To Action From
  31. -- ------ ----
  32. 5555 ALLOW IN home
  33. 5053:5054/tcp ALLOW IN Anywhere
  34. 5053:5054/udp ALLOW IN Anywhere
  35. 5053:5054/tcp (v6) ALLOW IN Anywhere (v6)
  36. 5053:5054/udp (v6) ALLOW IN Anywhere (v6)
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement