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

SOCKS5 timeout on local network #10

Open
laruche opened this issue May 11, 2022 · 2 comments
Open

SOCKS5 timeout on local network #10

laruche opened this issue May 11, 2022 · 2 comments

Comments

@laruche
Copy link

laruche commented May 11, 2022

Hi Team,

We have some issues on export SOCK5 port on local network
I try with bind-host to 0.0.0.0 or local ip
But from outside, network is not available

@ethack
Copy link
Owner

ethack commented May 11, 2022

By default there is a socks proxy listening on port 1080 on localhost. If you'd like to make it available remotely you'll need to set the BIND_INTERFACE environment variable.

https://github.com/ethack/docker-vpn#customizing

BIND_INTERFACE=0.0.0.0 openconnect ...

# or
export BIND_INTERFACE=0.0.0.0 
openconnect ...

@laruche
Copy link
Author

laruche commented May 12, 2022

Event with BIND_INTERFACE 0.0.0.0
The listen was OK on docker, but I have timeout on it
(test on local network, and also on outside VM)

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

2 participants