Replies: 1 comment
-
Solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Can't access WebUI from a machine via ethernet cable or when in the same WiFi network.
The 47990 port is open and can be seen as such from another machine, but connection closed when accessed.
How to fix it? Where to look?
See more details below.
2 machines:
Ethernet cable between (also tried to do via WiFi -- same result).
mac (192.168.2.1) shares internet to windows (192.168.2.2).
Firewalls off on both machines.
On windows, just in case, added inbound+outbound rules in Defender for sunshine.exe: all ports.
IPv4 only on both machines.
Can ping each other.
Can run
python -m http.server 8080
and access from another machine.Can open
http://localhost:47990
on windows (192.168.2.2).Can't open
http://192.168.2.2:47990/
from mac (192.168.2.1) -- browser shows "can't connect".Sunshine fresh install + set password.
All settings default, including "Origin WebUI Allow" defaulting to "Only those in LAN may access Web UI".
Running
netstat
on windows shows that0.0.0.0:47990
is being listened. PID 8944 below is "Sunshine.exe".Running
nmap
from mac (192.168.2.1) shows:Notice: mac can see that port 47990 on windows is being listened.
Running
nc 192.168.2.2 47990
from mac + recording traffic using Wireshark gives this in console (connection closed):Wireshark dump for the above
nmap
command, with filtertcp.port == 47990
:Beta Was this translation helpful? Give feedback.
All reactions