Advertisement
Guest User

Untitled

a guest
Jul 13th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1.  
  2. ubuntu@cod2server:~$ sudo ufw disable
  3. Firewall stopped and disabled on system startup
  4. ubuntu@cod2server:~$ netstat -tulpan
  5. (Not all processes could be identified, non-owned process info
  6. will not be shown, you would have to be root to see it all.)
  7. Active Internet connections (servers and established)
  8. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  9. tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN -
  10. tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN -
  11. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
  12. tcp 0 400 10.0.0.67:22 103.113.103.48:51386 ESTABLISHED -
  13. tcp 0 0 10.0.0.67:22 103.113.103.48:51334 ESTABLISHED -
  14. tcp 0 0 10.0.0.67:43448 207.127.73.17:443 ESTABLISHED -
  15. tcp6 0 0 :::111 :::* LISTEN -
  16. tcp6 0 0 :::80 :::* LISTEN -
  17. tcp6 0 0 :::22 :::* LISTEN -
  18. udp 0 0 127.0.0.53:53 0.0.0.0:* -
  19. udp 0 0 10.0.0.67:68 0.0.0.0:* -
  20. udp 0 0 0.0.0.0:111 0.0.0.0:* -
  21. udp6 0 0 :::111 :::*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement