I'm a little confused by the DNS settings in the LAN - DHCP Server section of the GUI configuration.
I have set "DNS Server 1" to 1.1.1.1 and "DNS Server 2" to 8.8.4.4 and I have set "Advertise router's IP in addition to user-specified DNS" to yes.
When clients use DHCP to get their address etc. they get given all three of the above DNS Server addresses, i.e. using nmcli to check the configuration on a client I see:-
This is surely wrong (or at least not what I want), I want the clients on my LAN to use only 192.168.1.1 for their DNS as otherwise they may not get valid responses for local addresses.
How should things be set up to get the result I want?
I have set "DNS Server 1" to 1.1.1.1 and "DNS Server 2" to 8.8.4.4 and I have set "Advertise router's IP in addition to user-specified DNS" to yes.
When clients use DHCP to get their address etc. they get given all three of the above DNS Server addresses, i.e. using nmcli to check the configuration on a client I see:-
Code:
DNS configuration:
servers: 1.1.1.1 8.8.4.4 192.168.1.1
domains: zbmc.eu
interface: wlp4s0
This is surely wrong (or at least not what I want), I want the clients on my LAN to use only 192.168.1.1 for their DNS as otherwise they may not get valid responses for local addresses.
How should things be set up to get the result I want?