Skip to content

Instantly share code, notes, and snippets.

@skleeschulte
Created February 7, 2020 17:49
Show Gist options
  • Save skleeschulte/1248ee32827d4392fee20c505a7cb1aa to your computer and use it in GitHub Desktop.
Save skleeschulte/1248ee32827d4392fee20c505a7cb1aa to your computer and use it in GitHub Desktop.
Sample output of "netstat -plnt" showing docker-proxy listening only for IPv6 connections on TCP
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 615/systemd-resolve
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 758/sshd
tcp6 0 0 :::8080 :::* LISTEN 13101/docker-proxy
tcp6 0 0 :::22 :::* LISTEN 758/sshd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment