-
Notifications
You must be signed in to change notification settings - Fork 166
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
Establish connection via ssh tunnel #407
Comments
I'd go for an OpenVPN setup (over UDP) if you can. It will perform better than trying to forward Moonlight's data over a TCP-based SSH session. |
Thanks cgutman. Saved my life today with this ideea. Was struggling at work to play over wifi with alot of stuttering and slowdowns since on ethernet most ports are blocked and I saw this post. |
Unfortunately port 22 is the only one accessible to me. If moonlight actually relies on UDP (I think it does?), I'd have to forward those too. |
Yes you can use it by forwarding your ports ! You can do it via SSH or... Run the
If your computer (with the client) is behind a NAT too and you can't forward port 7000, setup the server on a VM or whatever in a datacenter nearby and use it as a middle man... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I don't have access to the "blocked client" now to test this, but tell me if got this right. is 7000 de port which the client use to communicate with the server to forward all the "blocked" ports data and could this port be something else (ex 1196) ? |
tested your confing. sad to say it doesn't work. keep getting errors about port 5353 not being accessible |
I've updated FRP client (frpc.toml) for you guys. Just set serverAddr and localIP 😘
|
Hey,
I find myself in a network where I cannot configure port forwarding on the router. Would it be possible to set up moonlight to use port forwarding through ssh? Given weak encryption, would the performance suffer significantly?
It would be interesting if anyone attempted this and could share experiences.
Mat
The text was updated successfully, but these errors were encountered: