Skip to content

Commit

Permalink
Chromecast Networking
Browse files Browse the repository at this point in the history
Explain the advantages of IPv6 in a beginner friendly way
  • Loading branch information
jameskimmel authored Aug 19, 2024
1 parent 43ac52b commit 92be331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/general/networking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ HTTP and HTTPS are the primary means of connecting to the server. If using a sel

:::caution

In order for Chromecast to work on your local LAN, the easiest solution is to use IPv6 instead of IPv4. For a public routable IPv6 (not a link-local or ULA) there is no differentiation between public or local. An IPv6 address can simultaneously be publicly routable and accessible from the local LAN.
For IPv4 connections, you need to use NAT reflection to redirect to your local LAN IPv4 or you need to block Chromecast from reaching the Google DNS servers (8.8.8.8) and add a override rules to your local DNS server to point to your local LAN IPv4
In order for Chromecast to work on your local LAN, the easiest solution is to use IPv6 instead of IPv4.
For IPv4 connections, you need to use NAT reflection to redirect to your local LAN IPv4 or add a override rules to your local DNS server to point to your local LAN IPv4 of Jellyfin. Because Chromecasts have hardcoded Google DNS servers, you need to block Chromecast from reaching these servers (8.8.8.8) so it makes use of your local DNS server instead.

Check failure on line 19 in docs/general/networking/index.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

Trailing spaces [Expected: 0 or 2; Actual: 1]
For a public routable IPv6 (not a link-local or ULA) there is no differentiation between public or local. An IPv6 address can simultaneously be publicly routable and accessible from the local LAN. Because of that, there is no blocking, redirecting or DNS override needed.

:::

Expand Down

0 comments on commit 92be331

Please sign in to comment.