Created
January 2, 2017 13:17
-
-
Save anonymous/3e905c6fd1ea89339eb0707c0e12d724 to your computer and use it in GitHub Desktop.
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
~$ netstat -an46p | grep ipfs | |
(Not all processes could be identified, non-owned process info | |
will not be shown, you would have to be root to see it all.) | |
tcp 0 0 0.0.0.0:4001 0.0.0.0:* LISTEN 15876/ipfs | |
tcp 0 0 127.0.0.1:5001 0.0.0.0:* LISTEN 15876/ipfs | |
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 15876/ipfs | |
tcp6 0 0 :::4001 :::* LISTEN 15876/ipfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment