Setup help please? having weird errors

Hello everyone,

Ive set this up, disabled firewalls on all devices and routers and am having two issues;

1-no WAN connection from my apple TV at all

2-plexconnect does not see the server running local to it at all

 

The only bit of code ive changed in settings is the DNS IP to that of my mac mini (192.168.0.18) which i have also updated in the Apple TV.

Heres what i see in terminal. 

MMS:~ MMMC$ sudo /Users/MMMC/Documents/PlexConnect-new-movie-sections/PlexConnect.py 

PlexConnect : ***
PlexConnect : PlexConnect
PlexConnect : Press ENTER to shut down.
PlexConnect : ***
PlexConnect : IP_self: 192.168.0.18
PlexGDM : ***
PlexGDM : looking up Plex Media Server
PlexGDM : ***
PlexGDM : No servers discovered
DNSServer : ***
DNSServer : Starting up.
DNSServer : intercept trailers.apple.com: 192.168.0.18
DNSServer : forward other to higher level DNS: 192.168.0.18
DNSServer : ***
WebServer : ***
WebServer : WebServer: Serving HTTP on 0.0.0.0 port 80.
WebServer : ***
DNSServer : DNS request received!
DNSServer : Source: ('192.168.0.13', 55833)
DNSServer : Domain: 28-courier.push.apple.com
DNSServer : ***forward request
DNSServer : DNS request received!
DNSServer : Source: ('192.168.0.18', 49152)
DNSServer : Domain: 28-courier.push.apple.com
DNSServer : ***forward request
DNSServer : DNS request received!
DNSServer : Source: ('192.168.0.13', 55833)
DNSServer : Domain: 28-courier.push.apple.com
DNSServer : ***forward request
DNSServer : DNS request received!
DNSServer : Source: ('192.168.0.13', 55833)
DNSServer : Domain: 28-courier.push.apple.com
DNSServer : ***forward request
DNSServer : DNS request received!
DNSServer : Source: ('192.168.0.18', 49152)
DNSServer : Domain: 28-courier.push.apple.com
DNSServer : ***forward request
DNSServer

heres how my settings look now (i updated local IP to see if that changed anything), it didnt.

  #!/usr/bin/python

 
"""
Global Settings...
"""
 
#
# Plex Media Server
def getPlexGDM():
    return True  # True: use PlexGDM (GoodDayMate) to auto discover PMS
 
def getIP_PMS():  # default IP, if GDM fails... todo: do we need this fall back?
    return '192.168.0.18'
def getPort_PMS():
    return 32400
 
#
# DNS/WebServer
def getIP_DNSmaster():  # Router, ISP's DNS, ...
    return '192.168.0.18'  # google public DNS
 
def getHostToIntercept():
    return 'trailers.apple.com'

 

can anyone suggest what i need to change?

as always all help is appreciated, thanks guys!

Looks like you set the DNSserver to the same ip as as PMS. Leave it at 8.8.8.8 unless you are using a a DNS service of some kind.

Excellent!

thanks for the reply, resetting DNS to 8.8.8.8 and restarting my mac mini did the trick!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.