AppleTV3 timeout during certificat on asustor 5002T

Hi all,


I have read through the Asustor Plexconnect page, and installed the APK, and overwriten some of the files with genesispc updated files. My NAS is running on IP 192.168.1.104


Link to the original thread: https://forums.plex…on-asustor-nas/


Heres what it looks like in plexconnect.conf - I suppose the port 80 is redirected to port 10000, and the port 443 is redirected to port 10001. Should these ports be oppened in the Internet router, or is it only internal NAS ports? I’m not running any NAS security at the moment.


Plexconnect.conf




<VirtualHost *:80>

ServerName trailers.apple.com

<Proxy *>

Order allow,deny

Allow from all



AllowEncodedSlashes NoDecode

ProxyPass / http://192.168.178.10:10000/

ProxyPassReverse / http://192.168.178.10:10000/

ProxyPreserveHost On

ProxyRequests Off




<VirtualHost *:443>

ServerName trailers.apple.com




SSLEngine On

SSLCertificateFile “/usr/local/AppCentral/plexconnect/config/certificates/trailers.cer”

SSLCertificateKeyFile “/usr/local/AppCentral/plexconnect/config/certificates/trailers.key”

SSLCipherSuite “ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM”

SSLProtocol -ALL +SSLv3 +TLSv1

SSLProxyEngine On

SSLProxyProtocol -ALL +SSLv3 +TLSv1




<Proxy *>

Order allow,deny

Allow from all




AllowEncodedSlashes NoDecode

ProxyPass / https://192.168.178.10:10001/

ProxyPassReverse / https://192.168.178.10:10001/

ProxyPreserveHost On

ProxyRequests Off




Should the ProxyPass say 192.168.178.10:10001/? - my NAS IP is 192.168.1.104.




Settings.cfg


[PlexConnect]

enable_plexgdm = True

ip_pms = 192.168.1.104

port_pms = 32400

enable_dnsserver = True

port_dnsserver = 53 - Should this port be oppened som where?

ip_dnsmaster = 8.8.8.8

prevent_atv_update = True

enable_plexconnect_autodetect = True

ip_plexconnect = 192.168.1.104

hosttointercept = trailers.apple.com

port_webserver = 10000

enable_webserver_ssl = True

port_ssl = 10001

certfile = ./assets/certificates/trailers.pem

loglevel = Normal

logpath = .



But I keep getting timeouts when I try to link the certificates with AppleTV3. The logfile reports error trying to connect with port 53. I have tried to change that to 42359, but it is the same.


Is there someone out there that can pin point me in the right direction - would be much appriciated.


If I get i to work I think I will do a basic how to for not so skilled NAS Users - the one on the forum now is a bit heavy


Trivia: Running PMS 2.4 beta, with Plex Media server 0.9.11.7.803-87d0708 and the latest Plexconnect build.

no one?

No idea about NASs. But your IP adrs should at least stay within your subnet...

A copy of the Log showing the port 53 issue will help.  But also confirm what is using that port.

If your NAS runs DNS then you need to use it and turn off Plexconnect DNS server.

and as Baa said, everything should be on the same subnet unless you have routes etc defined.