Plex

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

Post Reply
davereid
Posts: 12
Joined: Sun Jun 05, 2016 8:20 am

Plex

Post by davereid »

Hi,
I have a plex server at home, and i have port forwarding enabled to the plex server IP.

I have noticed in this thread something which may be similar to what i am experiencing however i can not get it to work using either suggestion.

using the suggestion of manually adding rebind-domain-ok=plex.direct to /etc/dnsmasq.conf and /var/etc/dnsmasq.conf and rebooting, removed the entry out of /var/etc/dnsmasq.conf as it is automatically generated (as per comment in file).

Doing:

Code: Select all

uci add_list dhcp.dnsmasq[0].rebind_domain=plex.direct 
i get the error

Code: Select all

uci: Invalid argument
I am using a TP-Link Archer C7 v2
firmware: 1.9.2

any assistance would be appreciated as i cannot connect to my plex server externally to my network.

thanks

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Plex

Post by Lantis »

Try an "@" symbol infront of "dnsmasq"
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

davereid
Posts: 12
Joined: Sun Jun 05, 2016 8:20 am

Re: Plex

Post by davereid »

Code: Select all

root@router:~# uci add_list dhcp@dnsmasq[0].rebind_domain=plex.direct
uci: Entry not found
root@router:~# 
Thanks Lantis - above is the error im getting - is "uci" enabled/installed on 1.9.2?

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Plex

Post by Lantis »

you need the "." As well. Just put the original command with the @added in.

Uci is core functionality. It is always there.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

davereid
Posts: 12
Joined: Sun Jun 05, 2016 8:20 am

Re: Plex

Post by davereid »

Thanks - the command worked but am still unable to access plex remotely.

not sure what to do now :\

Post Reply