Skip to content

Instantly share code, notes, and snippets.

Created October 28, 2014 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/07d43d15deb29d34a1a0 to your computer and use it in GitHub Desktop.
Save anonymous/07d43d15deb29d34a1a0 to your computer and use it in GitHub Desktop.
output of netstat -pant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 967/sshd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 995/nginx
tcp 0 340 104.131.45.7:22 27.33.206.51:51578 ESTABLISHED 1242/0
tcp6 0 0 :::22 :::* LISTEN 967/sshd
tcp6 0 0 :::49153 :::* LISTEN 1129/docker-proxy
tcp6 0 0 :::80 :::* LISTEN 995/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment