-
Notifications
You must be signed in to change notification settings - Fork 86
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
SOCKS proxy only accessible from host #3
Comments
I too am experiencing the same issue. From the local machine things work fine, but from any other device on the local network I cannot get a response from the SOCKS5 proxy. I've made sure to open the firewall ports on 1080 tcp+udp, and I've tried many other ideas but nothing seems to work. Any suggestions? |
my current implementation is using gost to forward socks from docker. btw i'm using this dockerfile
where 127.0.0.1:1080 is address from container openvpn proxy, and you're running gost from your current os. |
That is correct; the start script has |
Hi, I wrote my own script for this.
Make sure to adjust the SUBNET variable and your gateway. You can find out the device ip by grepping but I forgot where I coded that |
Hi,
I can run the container successfully and it works fine from host but I cannot connect to it from other IPs on the same local network.
Thanks,
The text was updated successfully, but these errors were encountered: