NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
APMH64
Jan 12, 2021Tutor
DNS for home network devices
Hi, I am using an ORBI RBK53 as my router and would like to stop having to address devices on my local network using IP addresses. I would appreciatte it if someone could let me know if there is a wa...
- Jan 13, 2021
APMH64 wrote:Thanks for the reply, you have a good point though on single point of failure. I wonder does anyone know if it is possible to have a DNS server for local devices and another for internet resources?
I don't see how that could be possible. Client devices (PC's, phones, tablets, even smart plugs) have one or more entries for "DNS Server". The plan is if the first DNS server does not respond, then the device will try the next server. There's no distinction of where the DNS name being resolved is located.
What can be done on some clients is put entries in their hosts file, but not all devices have one.
CrimpOn
Jan 12, 2021Guru - Experienced User
As you have figured out, Orbi's DNS capabilities do not include resolving local devices.
I use Pi-Hole on a Raspberry Pi, and it supports local DNS resolution.
The Orbi can point at "anything" for DNS, including devices on the local LAN (such as my Pi). The only worry I see is a single point of failure. If the local DNS server is unavailable, then internet access essentially stops.
APMH64
Jan 13, 2021Tutor
Thanks for the reply, you have a good point though on single point of failure. I wonder does anyone know if it is possible to have a DNS server for local devices and another for internet resources?
- CrimpOnJan 13, 2021Guru - Experienced User
APMH64 wrote:Thanks for the reply, you have a good point though on single point of failure. I wonder does anyone know if it is possible to have a DNS server for local devices and another for internet resources?
I don't see how that could be possible. Client devices (PC's, phones, tablets, even smart plugs) have one or more entries for "DNS Server". The plan is if the first DNS server does not respond, then the device will try the next server. There's no distinction of where the DNS name being resolved is located.
What can be done on some clients is put entries in their hosts file, but not all devices have one.
- APMH64Jan 13, 2021Tutor
Ok, thanks for the help CrimpOn.