You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
Me and my brother are very rarely home but we both utilize GeForce experience to play games on our individual machines. Currently we have to configure our router to point to either machine before we connect.
I understand that the ports on the host machine/GeForce Experience cannot be altered.
I'm not looking to alter my host machine's ports; is there a way to edit Moonlight client's ports either by editing the code or changing a configuration file?
I'd like to configure my router to receive/send data on custom ports and have those packets port forwarded to the correct local ports.
You could also use ssh -L option for port forwarding if you don't want to change router settings. I don't think moonlight has this ability which is kind of weird cause it makes sense to be able to tell moonlight the port in addition to the IP. Working with a fixed port is not good practice
Context
Me and my brother are very rarely home but we both utilize GeForce experience to play games on our individual machines. Currently we have to configure our router to point to either machine before we connect.
I understand that the ports on the host machine/GeForce Experience cannot be altered.
I'm not looking to alter my host machine's ports; is there a way to edit Moonlight client's ports either by editing the code or changing a configuration file?
I'd like to configure my router to receive/send data on custom ports and have those packets port forwarded to the correct local ports.
Example
External Ports:
TCP 55043, 57991, 57995, 57996, 57989, 57984
UDP 50007, 50009, 57999, 57992, 57998, 57989, 58000
Internal Ports (192.168.50.20/Port Forwarding)
TCP 35043, 47991, 47995, 47996, 47989, 47984
UDP 7, 9, 47999, 47992, 47998, 47989, 48000
The text was updated successfully, but these errors were encountered: