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

No connection via Shuttle #16

Open
chrisspen opened this issue Jan 27, 2023 · 2 comments
Open

No connection via Shuttle #16

chrisspen opened this issue Jan 27, 2023 · 2 comments

Comments

@chrisspen
Copy link

I've followed all the instructions in the README for creating an SSH tunnel using Shuttle.

Shuttle reports:

client: Connected.

However, no traffic appears to get tunneled. Running a simple ping google.com times out and I can access no web sites.

Are there any additional steps to get tethering via the tunnel to work?

@chrisspen
Copy link
Author

I'm on Ubuntu. I found if I run:

ssh -N -D 9999 -p 8022 <myphoneuser>@<myphoneip>

and then use Ubuntu's "Network Proxy" dialog to set it to manual with "Socks Host" entry of host localhost with port 9999, then it successfully tunnels http connections.

No other protocols work, however, like ping or ssh (outside of my phone's IP, e.g. I can't shell into a server at somerandomdomain.com).

Is there a proxy setting to get those to work?

@BlessedModding
Copy link

I could not get it to work in ubuntu but I did get it working in windows with Putty

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