I installed Plex Media Server and Plexconnect on HP Mini Server with NAS4Free. Server ip is 172.16.77.200, but external ip is other. My Apple TV not included in 172.16.77.200/24 network and must connect on external ip. I try to disable plexgdm and set external ip in setting, but nothing happens.
Here is my Settings.cfg (real ip changed to xxx)
[PlexConnect]
enable_plexgdm = False
port_pms = 32400
port_webserver = 80
ip_plexconnect = 0.0.0.0
certfile = ./assets/certificates/trailers.pem
ip_dnsmaster = 8.8.8.8
loglevel = Normal
enable_dnsserver = True
logpath = .
ip_pms = 91.208.xx.xxx
hosttointercept = trailers.apple.com
port_ssl = 443
enable_webserver_ssl = True
prevent_atv_update = True
port_dnsserver = 53
enable_plexconnect_autodetect = True
and what answer nslookup
Megabook:~ mgbrain$ nslookup trailers.apple.com 91.208.xx.xxx
Server: 91.208.xx.xxx
Address: 91.208.xx.xxx#53
Non-authoritative answer:
Name: trailers.apple.com
Address: 172.16.77.200
At the same time, plexconnect installed on my Home-PC with Windows 8 works right and all options in Setting.cfg works like wrote on manual.