this post was submitted on 22 Apr 2025
12 points (100.0% liked)

Homelab

907 readers
1 users here now

Rules

founded 2 years ago
MODERATORS
 

I just set up a local DNS server in my LAN with a custom domain "jellyfin.local". I set my router up to advertise this DNS server via DHCP. This seems to work for my Linux laptop. But neither my windows machine nor my android phone use my local DNS server.

I believe the issue may be that my router is crappy, and while it does announce my DNS server correctly for IPv4, I am unable to stop it from announcing some other DNS server for IPv6. I believe that this may confuse my Windows and Android devices, which probably prioritise DNS via IPv6, and hence use the wrong DNS server.

I could now buy a better router. But before I do that, I wanted to know if someone else successfully uses a local DNS server with Windows devices, Android devices, Smart TVs, and so on. Specifically, with a properly configured DHCP server, will all modern devices use the correct DNS server?

Update

Thanks for all the informative comments! I have now resorted to using a global DNS record (jellyfin.mydomain.de) to point to my local server. That seems to work and the easiest option.

you are viewing a single comment's thread
view the rest of the comments
[–] MangoPenguin@lemmy.blahaj.zone 3 points 2 months ago (3 children)

Make sure your devices/browsers don't have "private DNS" or "secure DNS" or something like that enabled, it will bypass your DNS server.

[–] Sibbo@sopuli.xyz 2 points 2 months ago (1 children)

Thanks! It's really disappointing that devices nowadays come with these restrictions. This way, guests can't easily use local services on my network.

[–] MangoPenguin@lemmy.blahaj.zone 2 points 2 months ago (1 children)

Its a feature! If you're on public WiFi or something it's handy to be able to route your DNS securely somewhere else.

[–] Sibbo@sopuli.xyz 1 points 2 months ago

Yeah I understand. Maybe someone will at some point invent a standard to have this kind of local DNS securely as well.

load more comments (1 replies)