I have strange behavior with my wireless bridges. Mainly it takes a very long time until internet works, but then it is a lot faster.
With my linux box I checked the info of network manager and there I found strange DNS-IPs
To do a short explanation.
There is a wireless range extender DAP-X1860 A1 using OpenWrt 23.05.2. This extender connects to a Netgear Nighthawk X4S R7800 using OpenWrt 18.06.1 and the Netgear connects to a Fritzbox with FritzOS and the Fritzbox connects to the internet. I know the R7800 must be updated, but not now, it will be replaced with a Zyxel Armor Z2 and later the Zyxel with a Asus TUF 6000. So everything step by step.
I want that the Fritzbox is used as DNS-Server and the Fritzbox is used as DHCP-Server. Looks like to work generally, but maybe there is something not or misconfigured.
The DHCP servers in the downstream devices must be set to disabled. All DHCP requests will bridge back to the Fritzbox, which will configure the clients to use it as the gateway.
When the OpenWrt device itself wants to use the Internet (for example setting its clock with NTP) , it needs a gateway and DNS configured. The gateway is the main router (Fritzbox) and the DNS is also usually the main router. These can be configured automatically by making the lan interface proto dhcp instead of proto static. You will need to log into the main router to find out what their DHCP assignments are. They can also be forced to a particular IP by making a DHCP reservation in the main router.
Note that the IP and gateway settings in a downstream AP do not affect the clients using that AP. Cllients are bridged back to the main router at level 2 (traffic controlled by MAC addresses not IP addresses).
In luci there is "This is the only DHCP server in the local network."
What is the corresponding text line?
What is necessary by editing text to disable dns?
Do I have to add:
list server '192.168.178.1'
in config dnsmasq ?
Sorry I am not sure if I understand what you said, especially while I am confused with the names "master" and "client", so I am talking of the devices.
The DAP-X1860 is wireless connected to the Netgear R7800. The Netgear is connected via Ethernet to the Fritzbox.
Do I understand it correctly, that it depends, what is configured with the R7800?
Note I have 2 lines configured with the DAP-X1860
option gateway '192.168.178.1'
list dns '192.168.178.1'
In the lan section of /etc/config/dhcp, set dhcpv4, dhcpv6, and ra all to disabled. In the GUI this is done in the Network-->edit interface section, DHCP server tab.
It is not necessary to change any global DNS options. Setting a list dns in the lan interface or using proto dhcp on the lan interface will be sufficient. option dns is deprecated, use list dns now as it allows more than one server to be configured with multiple lines.
I did this with all my wireless bridges and internet is unusable. Removed this with 1 wireless brdige and I am back to internet. So I think there is something missing. No ping didn't work or it was about 5000ms.