No internet access in ATV3 while I use plexconnect

Hi,

 
plex runs so far, but unfortunately, now I get no internet access about the ATV3. Only the access to internet over plex / trailer runs . the direct port is 192.178.168.1. when I enter this in ATV3 it goes. What is wrong? how do I start over root under windows? Is this the problem? I start only PlexConnect.pyc by doubleclick.
 
my config:
 

"""
Global Settings...
PMS: plexgdm, ip_pms, port_pms
DNS: ip_dnsmaster - IP of Router, ISP's DNS, ... [dflt: google public DNS]
IP_self: enable_plexconnect_autodetect, ip_plexconnect - manual override for VPN usage
HTTP: port_webserver - override when using webserver + forwarding to PlexConnect
HTTPS: port_ssl, certfile, enable_webserver_ssl - configure SSL portion or webserver
"""
g_settings = { \
'enable_plexgdm' 'True', 'False'), \
'ip_pms' '192.168.178.1',), \
'port_pms' '32400',), \
\
'enable_dnsserver''True', 'False'), \
'port_dnsserver' '53',), \
'ip_dnsmaster' '178.168.178.1',), \
'prevent_atv_update' 'True', 'False'), \
\
'enable_plexconnect_autodetect''True', 'False'), \
'ip_plexconnect' '0.0.0.0',), \
\
'port_webserver' '80',), \
'enable_webserver_ssl' 'True', 'False'), \
'port_ssl' '443',), \
'certfile' './assets/certificates/trailers.pem',), \
\
'loglevel' 'Normal', 'High', 'Off'), \
'logpath' '.',), \
}
 

 
greetings chris
 
 

no solutions :(

Change the ip_dnsmaster in settings.cfg to 8.8.8.8 and see if it works. Don’t edit the settings.py.

Download a brandnew plexconnect from here:


https://github.com/iBaa/PlexConnect


Use this guide to install:


https://github.com/iBaa/PlexConnect/wiki/Install-guides


Do not edit anything. Double click plexconnect.py to start plexconnect not plexconnect.pyc

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