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
Because the system's winnat service was locking the port, Sunshine couldn't listen on it, and I was unable to use it properly for several days.
I think if it could add a port exclude rule on the system, this problem wouldn't occur.
example: netsh interface ipv4 add excludedportrange protocol=udp startport=47998 numberofports=3
It can be a pre-built batch file or script that is automatically added during installation and triggered to delete the file during uninstallation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Feature Request
Body
Because the system's
winnatservice was locking the port, Sunshine couldn't listen on it, and I was unable to use it properly for several days.I think if it could add a port exclude rule on the system, this problem wouldn't occur.
example:
netsh interface ipv4 add excludedportrange protocol=udp startport=47998 numberofports=3It can be a pre-built batch file or script that is automatically added during installation and triggered to delete the file during uninstallation.
All reactions