Created
February 7, 2020 17:49
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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