Hey all,
I also have an Eero Pro 6. Plex server runs on a Synology 918+. I installed Plex version 1.23.2.4600 and Iâm still experiencing the issue:
`; <<>> DiG 9.10.6 <<>> plex.tv AAAA
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36465
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
If it is then weâre not at the bottom of the rabbit hole
I donât know if weâll ever be because this is a firmware problem weâre trying to work around. The only apparent viable option, until fixed by Eero, is to turn off secure.
Letting my presence be known, as requested by ChuckPa. I found and reported my own solution for Arch Linux Plex Media Server after the issue appeared in v1.23 here (1.23.2.4656-85f0adf5b did not fix it as some have reported here):
Whitelisting didnât appear to make any difference to me. The problem wasnât that the eero filter was blocking Plex domains, it was replacing normal responses (NXDOMAIN) with an error (SERVFAIL).
Whatever happens in Arch Linux is the responsibility of whomever provides the package. We do not have any Arch installations to even support with or from nor do we package it.
PMS did resolve the SERVFAIL messages with EERO devices by working around that firmware bug. If it exists elsewhere will need be investigated and Engineering will need determine how they want to handle it.
I have a 10Gbe fiber connection going from my server to a Mikrotik switch and from the switch to a Mikrotik router. Both have ipv6 disabled. I am running this on my Kubernetes cluster with a docker image. Port 32400/tcp is open to the internet and exposed from the container. I also opened 32469/tcp, 1900/udp, 8324/tcp, 32410/udp, 32412/udp, 32413/udp & 32414/udp from the container to the lan. The container and ALL my other containers access the internet without issue. Only the plex app itself is having this disconnect. I was using the freebsd version for years and just recently migrated to the linux version.
I will say that the new version 1.23.4.4712-1f0ed4aea is at least partly usable. All other versions of 1.23 would not even let me access the server. The web app would keep telling me to install the server. 1.22.3.4523-d0ce30438 is the last version that works for me.
@ChuckPa âWhy canât the host resolve plex.tv ?â This is why I am in this thread. You asked for people that were affected by this. Yes it has resolv.conf. I have numerous containers running with zero issues. I fought with plex for a solid week before I found the other thread and simply installed 1.22 to get up and running. It is the plex app itself that has resolve issues. I can curl plex.tv from the container just fine. Your app can not as of v1.23. It doesnât matter if itâs your official container or a custom built container. The results are exactly the same.
You guys are trying to blame everything else except taking responsibility for this. Itâs an EERO bug, arch linux doesnât have an official package, now you are wondering if my host has a resolv.conf. Im not trying to be a d*ck, but your update introduced this bug.