Plex indirect connection locally via browser at Plex.tv

in Adguard I had to do a DNS rewrite under Filters>DNS rewrite. domain being “plex.direct” and router IP address in the second field “192.168.1.1” Then in addition I had to add “plex.direct” to the Unbound private domains setting in opnsense > services > unbounddns > advanced > private domains Original discussion:https://www.reddit.com/r/opnsense/comments/1bq62zh/plex_indirect_connection_locally_via_browser_at/

Creating an SSL certificate for iDRAC 6

Navigate to iDRAC Settings > Network/Security > SSL Click Next to Generate Certificate Signing Request (CSR). Fill in the fields with the hostname, Org name, ect… Click Generate once done. After a few moments, it the browser will download a txt file. Open the text fiel and copy the text including the —–BEGIN CERTIFICATE REQUEST—– … Read more

Resolve Plex Indirect on LAN

DNS Resolver (Unbound) Unbound has similar protections to dnsmasq, using its “Private Address support” option. With that option enabled RFC1918 addresses are stripped away from DNS answers. Additionally, the DNSSEC validator may mark the answers bogus. Individual domains can be excluded from DNS rebinding protection using the Custom Options on the Unbound general settings. Enter … Read more