Hi
Is it possible to assign multiple IP's to the ip_pms section in the Settings.cfg?
My reason is that i have plexconnect installed on a freeNAS box in a jail of its own. I then have a plex server installed on my freeNAS box in another jail IP: 192.168.1.81 (as shown below) i however also have a seperate plex server install on my mac which i would like plex connect to pick up, IP: 192.168.1.65.
Could you have something like this:
ip_pms = 192.168.1.81, 192.168.1.65
[PlexConnect]
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 = 192.168.1.81
enable_plexgdm = False
hosttointercept = trailers.apple.com
port_ssl = 443
enable_webserver_ssl = True
prevent_atv_update = True
port_dnsserver = 53
enable_plexconnect_autodetect = True
baa
January 11, 2014, 12:50pm
2
No, currently not supported.
Why don't you use PlexGDM - this would find multiple local PMSs?
Thanks Baa, that worked.
Another bit that i am stuck on is adding the bash command so that it starts PlexConnect automatically if my server restarts, any ideas?
baa
January 11, 2014, 4:21pm
4
No, sorry, no idea. Please check the other "PlexConnect on NAS" threads around here...
f00b4r
January 11, 2014, 4:26pm
5
Have enabled PlexGDM but still only finding freeNAS Plex Server not iMac.
This is my settings.cfg ATM
Not sure about ip_pms as this use to be my freeNAS Plex Server ip address. Whats the default?
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 = 192.168.178.10
enable_plexgdm = True
hosttointercept = trailers.apple.com
port_ssl = 443
enable_webserver_ssl = True
prevent_atv_update = True
port_dnsserver = 53
enable_plexconnect_autodetect = True
baa
January 13, 2014, 5:08pm
7
...with enable_plexgdm = True, ip_pms = 192.168 . 178.10 is pretty much unused.
Just restarted server and seems to pick up both Plex Servers properly now.
Thanks :)