Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Sierra: machine not listening #9

Open
loretoparisi opened this issue Sep 29, 2016 · 0 comments
Open

macOS Sierra: machine not listening #9

loretoparisi opened this issue Sep 29, 2016 · 0 comments

Comments

@loretoparisi
Copy link

loretoparisi commented Sep 29, 2016

Since macOS 10.12 Sierra upgrade, my docker privoxy seems to listen on the specified port

docker run -d -p 8118:8118 -p 9050:9050 rdsubhas/tor-privoxy-alpine

it is up and running

3efarh2cgt71        rdsubhas/tor-privoxy-alpine   "runsvdir /etc/servic"   About an hour ago   Up About an hour          0.0.0.0:8118->8118/tcp, 0.0.0.0:9050->9050/tcp   ecstatic_kalam

but

$ curl --proxy localhost:8118 http://icanhazip.com/

does not start LISTEN.

On Ubuntu I can see it

(ubuntu)
$ netstat -atn | grep LISTEN | grep 90
tcp6       0      0 :::9050                 :::*                    LISTEN     
tcp6       0      0 :::9051                 :::*                    LISTEN     
tcp6       0      0 :::9052                 :::*                    LISTEN  

while no macOS Sierra it does not seem to

(macOS)
$ netstat -atn | grep LISTEN | grep 90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant