Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.06 KB | None | 0 0
  1. [root@rdo ~(keystone_admin)]# netstat -tanpu | grep -i listen
  2. tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      2765/mysqld
  3. tcp        0      0 0.0.0.0:11211           0.0.0.0:*               LISTEN      1492/memcached
  4. tcp        0      0 0.0.0.0:9292            0.0.0.0:*               LISTEN      15552/python2
  5. tcp        0      0 0.0.0.0:4369            0.0.0.0:*               LISTEN      1/systemd
  6. tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1458/sshd
  7. tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      2858/master
  8. tcp        0      0 0.0.0.0:16509           0.0.0.0:*               LISTEN      1553/libvirtd
  9. tcp        0      0 0.0.0.0:6080            0.0.0.0:*               LISTEN      1475/python2
  10. tcp        0      0 0.0.0.0:8004            0.0.0.0:*               LISTEN      1483/python
  11. tcp        0      0 0.0.0.0:8774            0.0.0.0:*               LISTEN      29022/python2
  12. tcp        0      0 0.0.0.0:8775            0.0.0.0:*               LISTEN      29022/python2
  13. tcp        0      0 0.0.0.0:9191            0.0.0.0:*               LISTEN      1465/python2
  14. tcp        0      0 0.0.0.0:8776            0.0.0.0:*               LISTEN      4167/python2
  15. tcp        0      0 10.187.120.3:873        0.0.0.0:*               LISTEN      1470/xinetd
  16. tcp6       0      0 :::8042                 :::*                    LISTEN      3592/httpd
  17. tcp6       0      0 :::80                   :::*                    LISTEN      3592/httpd
  18. tcp6       0      0 :::22                   :::*                    LISTEN      1458/sshd
  19. tcp6       0      0 ::1:25                  :::*                    LISTEN      2858/master
  20. tcp6       0      0 :::35357                :::*                    LISTEN      3592/httpd
  21. tcp6       0      0 :::16509                :::*                    LISTEN      1553/libvirtd
  22. tcp6       0      0 :::5000                 :::*                    LISTEN      3592/httpd
  23. tcp6       0      0 :::8041                 :::*                    LISTEN      3592/httpd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement