Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. $ sudo netstat -tnlp | grep :2113
  2. tcp 0 0 127.0.0.1:2113 0.0.0.0:* LISTEN 24854/eventstored
  3.  
  4. $ curl localhost:2113
  5. Moved
  6.  
  7. $ sudo ufw status
  8. Status: inactive
  9.  
  10. $ sudo ufw status
  11. Status: active
  12.  
  13. To Action From
  14. -- ------ ----
  15. Nginx Full ALLOW Anywhere
  16. 2113 ALLOW Anywhere
  17. 22/tcp ALLOW Anywhere
  18. Nginx Full (v6) ALLOW Anywhere (v6)
  19. 2113 (v6) ALLOW Anywhere (v6)
  20. 22/tcp (v6) ALLOW Anywhere (v6)
  21.  
  22. $ curl 192.168.178.34:2113
  23. curl: (7) Failed to connect to 192.168.178.34 port 2113: Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement