Setup:
RaspberryPi
Ethernet @ [192.168.1.58
Issue:
When trying to access Plex web view on local network from my computer, it fails:
curl http://192.168.1.58:32400/web -L -v
- Trying 192.168.1.58…
- TCP_NODELAY set
- Connection failed
- connect to 192.168.1.58 port 32400 failed: Connection refused
- Failed to connect to 192.168.1.58 port 32400: Connection refused
- Closing connection 0
curl: (7) Failed to connect to 192.168.1.58 port 32400: Connection refused
If I run the same command from the Plex server, it works:
curl http://192.168.1.58:32400/web -L
...This setup was working so not sure what changed. I do see that the server can’t resolve the *plex.direct domain - I’m having my isp switch me to use Googles dns, but I should at least get a response from the direct IP:32400 call over a local connection - right? I don’t have any firewall running (that I know of)