F5F Stay Refreshed Software Operating Systems Addressing domain names locally

Addressing domain names locally

Addressing domain names locally

N
Nienke_2002
Senior Member
621
09-19-2016, 11:40 AM
#1
You're looking to set up a custom DNS server for your home network services, such as Plex and Home Assistant, within a Docker container. This would simplify managing IP addresses and make it easier to access your devices. A popular approach is to use tools like `dnsmasq` or `dnsmasq-goodie` for local DNS resolution. You can also consider using a managed DNS service if you prefer not to handle the configuration yourself. Make sure to test connectivity after deployment.
N
Nienke_2002
09-19-2016, 11:40 AM #1

You're looking to set up a custom DNS server for your home network services, such as Plex and Home Assistant, within a Docker container. This would simplify managing IP addresses and make it easier to access your devices. A popular approach is to use tools like `dnsmasq` or `dnsmasq-goodie` for local DNS resolution. You can also consider using a managed DNS service if you prefer not to handle the configuration yourself. Make sure to test connectivity after deployment.

C
CasqerMedQ
Member
121
09-23-2016, 04:03 PM
#2
Are you referring to using hostnames directly instead of names like dockers? Since you're not running multiple services on a single device, the approach might work without extra configuration beyond assigning names.
C
CasqerMedQ
09-23-2016, 04:03 PM #2

Are you referring to using hostnames directly instead of names like dockers? Since you're not running multiple services on a single device, the approach might work without extra configuration beyond assigning names.

A
Aspriet
Member
247
09-23-2016, 07:48 PM
#3
Normally your router should support this feature. If it doesn't, maybe you can start using Pi-Hole. It will help you to (partly) block ads and tracking and will also allow you to resolve local hostnames. This Reddit post might help you as the user has the same question!
A
Aspriet
09-23-2016, 07:48 PM #3

Normally your router should support this feature. If it doesn't, maybe you can start using Pi-Hole. It will help you to (partly) block ads and tracking and will also allow you to resolve local hostnames. This Reddit post might help you as the user has the same question!

A
AaronJJ
Junior Member
41
09-30-2016, 09:46 PM
#4
You can leverage the DNS server already included in your router. Set up static IP Bindings via DHCP for each device, assigning names like plex or homeassistant, and configure the router’s domainname to be "local". Once done, connect to these devices on your local network using their hostnames or hostname.local, provided you also set the domainname on your workstation to "local".
A
AaronJJ
09-30-2016, 09:46 PM #4

You can leverage the DNS server already included in your router. Set up static IP Bindings via DHCP for each device, assigning names like plex or homeassistant, and configure the router’s domainname to be "local". Once done, connect to these devices on your local network using their hostnames or hostname.local, provided you also set the domainname on your workstation to "local".

U
unicorn520
Member
208
10-02-2016, 11:40 AM
#5
Running multiple servers is possible, but using a Pihole is recommended. Proper configuration usually finishes within five minutes if you're comfortable with Docker.
U
unicorn520
10-02-2016, 11:40 AM #5

Running multiple servers is possible, but using a Pihole is recommended. Proper configuration usually finishes within five minutes if you're comfortable with Docker.

T
THE_UNlVERSE
Member
166
10-02-2016, 11:58 AM
#6
I've reviewed the instructions, but you're still experiencing an issue with port 53 being blocked. After disabling systemd-resolved, your internet access has stopped. Please check the configuration files or settings related to DNS resolution.
T
THE_UNlVERSE
10-02-2016, 11:58 AM #6

I've reviewed the instructions, but you're still experiencing an issue with port 53 being blocked. After disabling systemd-resolved, your internet access has stopped. Please check the configuration files or settings related to DNS resolution.