I have a jailbroken Apple TV 2 running 5.1.1 (IP 192.168.0.3) and PMS 0.9.7.22.511-4b5280f running on OS X 10.8.2 (IP 192.168.0.2).
I've installed PlexConnect according to the instructions and changed DNS settings on the Apple TV. When I boot the Apple TV it does not respond and only displays the apps available when there's no internet connection however Plex thumbnails (for the jailbroken app) are displaying in the top bar. The Apple TV dosen't respond to the remote at all, the only way to reboot it is to pull the plug. It also behaves the same if I switch off the router. The terminal window is showing DNS requests being intercepted.
def getIP_DNSmaster(): # Router, ISP's DNS, ...
return '192.168.0.102' # google public DNS
the redirected DNS is set to the machine itself which means it's just in a loop. Like f00b4r said above, change this back to Google DNS or your Router/ISP address.
Try changing 192.168.178.2 to the IP of your PMS and 192.168.0.102 to the IP of your ISP's DNS server.
the redirected DNS is set to the machine itself which means it's just in a loop. Like f00b4r said above, change this back to Google DNS or your Router/ISP address.
Thanks, guys. Can't believe I didn't catch that. I shouldn't try doing these things at 3am.