Server Version#: 1.19.5.3035
Player Version#: 4.34.3
I guess it’s my turn. My remote access has been working fine, although I don’t really use it that much. Last week we went on a trip and when I tried to start it on my firestick I get the "Plex.your.server is Currently Unavailable). I tried with my phone and the same message.
I’ve had the port-forwarding on my Ubiquiti USG3 router for 2 years without messing with it until today.
someadmin@USG# show port-forward
auto-firewall disable
hairpin-nat enable
lan-interface eth1
rule 3008 {
description Plex-gateway
forward-to {
address 192.168.2.201
log enable
protocol tcp
}
someadmin@USG# show firewall
rule 3010 {
action accept
description "PortForward [Plex-gateway]"
destination {
address 192.168.2.201
port 32400
}
My Plex server is a Linux system that has the port open.
┌─[superman@plex] - [~] - [2020-07-12 07:07:44]
└─[0] ip addr | grep 192
inet 192.168.2.201/24 brd 192.168.2.255 scope global noprefixroute eth0
┌─[superman@plex] - [~] - [2020-07-12 07:18:00]
└─[253] sudo firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: eth0
sources:
services: dhcpv6-client ssh
ports: 5060/tcp 32400/tcp 8181/tcp 8080/tcp
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
Looking through this board I’ve tried doing a port scan from outside my network (all ports, even the onesI know work come back as closed) and I’ve rebooted the USG as well as the Plex server. I’m not sure what to try next. When I dsiable it and re-enable it, to comes back as good but it goes back to bad after about 10 seconds. From the Plex console it’s reporting that it’s being blocked, but as far as I can tell, it’s all open!
Jul 12, 2020 19:01:02.740 [0x7f1042ffd700] DEBUG - HTTP requesting GET http://24-42-149-239.5a0ecec03a114457b5fcd3dec160026d.plex.direct:32400/identity
Jul 12, 2020 19:01:02.744 [0x7f1042ffd700] ERROR - Error issuing curl_easy_perform(handle): 7
Jul 12, 2020 19:01:02.744 [0x7f1042ffd700] WARN - HTTP error requesting GET http://24-42-149-239.5a0ecec03a114457b5fcd3dec160026d.plex.direct:32400/identity (7, Couldn't connect to server) (Failed to connect to 24-42-149-239.5a0ecec03a114457b5fcd3dec160026d.plex.direct port 32400: Connection refused)
I could use a fresh set of eyes and maybe some advice at what to look at next.
Thanks!
