First time poster. I have read all the FAQs and tried to find an answer for the past few hours. Any help or direction would be immensely appreciated.
Apple TV 3, Firmware 5.3
DNS (Automatic) 192.16.1.254; (Manual) 192.168.1.13
Macbook, OS X 10.8.4
Local IP 192.168.1.13
Macbook, OS X 10.8.4
Plex Media Server Version 0.9.8.5.165-c301c50
Local IP address PMS 192.168.1.13
Github downloaded - 31 Aug 2013, 19:09 PST
Settings.cfg:
[PlexConnect]
logpath = .
enable_dnsserver = True
ip_webserver = 0.0.0.0
prevent_atv_update = True
enable_plexconnect_autodetect = True
port_pms = 32400
port_webserver = 80
ip_plexconnect = 0.0.0.0
certfile = ./assets/certificates/trailers.pem
ip_dnsmaster = 154.11.128.129
loglevel = Normal
ip_pms = 192.168.0.3
enable_plexgdm = True
port_ssl = 443
Issue: At the step where you change the DNS to the Macbook static IP address (or any other manual DNS), my apple tv loses its ability to connect to trailers and netflix. What am I doing wrong where I cannot connect after changing the DNS?
PlexConnect.log:
19:35:42 PlexConnect: started: 19:35:42
19:35:42 PlexConnect: IP_self: 192.168.1.13
19:35:42 DNSServer: started: 19:35:42
19:35:42 DNSServer: Failed to create socket on UDP port 53: [Errno 13] Permission denied
19:35:42 PlexConnect: DNSServer not alive. Shutting down.
Plexconnect is failing to start due to issues with port 53 (DNS). 19:35:42 DNSServer: Failed to create socket on UDP port 53: [Errno 13] Permission denied
Plexconnect is failing to start due to issues with port 53 (DNS). 19:35:42 DNSServer: Failed to create socket on UDP port 53: [Errno 13] Permission denied
Do you have your own DNS server running?
I don't know how I would. This is a fresh install of OS X - would a DNS server be running standard?