Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. root@deploy-keystone-container-ad839eb8:~# netstat -tap
  2. Active Internet connections (servers and established)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. tcp 0 0 *:ssh *:* LISTEN 196/sshd
  5. tcp6 0 0 [::]:35357 [::]:* LISTEN 20064/apache2
  6. tcp6 0 0 [::]:5000 [::]:* LISTEN 20064/apache2
  7. tcp6 0 0 [::]:ssh [::]:* LISTEN 196/sshd
  8. root@deploy-keystone-container-ad839eb8:~# systemctl restart apache2.service
  9. root@deploy-keystone-container-ad839eb8:~# netstat -tap
  10. Active Internet connections (servers and established)
  11. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  12. tcp 0 0 *:ssh *:* LISTEN 196/sshd
  13. tcp6 0 0 [::]:35357 [::]:* LISTEN 20205/apache2
  14. tcp6 0 0 [::]:5000 [::]:* LISTEN 20205/apache2
  15. tcp6 0 0 [::]:ssh [::]:* LISTEN 196/sshd
  16. root@deploy-keystone-container-ad839eb8:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement