Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. root@rcgeo:~# netstat -ant | grep 5432
  2. tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
  3. tcp 0 0 127.0.0.1:5432 127.0.0.1:40917 ESTABLISHED
  4. tcp6 0 0 127.0.0.1:40917 127.0.0.1:5432 ESTABLISHED
  5.  
  6.  
  7.  
  8. ============================
  9.  
  10.  
  11. root@rcgeo:~# ufw status
  12. Status: active
  13.  
  14. To Action From
  15. -- ------ ----
  16. 22 ALLOW Anywhere
  17. 80 ALLOW Anywhere
  18. 5432 ALLOW Anywhere
  19. 21 ALLOW Anywhere
  20. 8080 ALLOW Anywhere
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement