Hi,
Kindly refer to the following method.
1.configure a public DNS, for example, the google DNS 8.8.8.8
2. If the AR router functions as a DHCP server to allocate IP addresses and DNS addresses to terminals, configure two DNS addresses when configuring DNS. If the first DNS address is unreachable, the terminals will use the second DNS.
For example:
dhcp enable
interface Vlanif10
ip address 10.1.1.1 255.255.255.0
dhcp select interface
dhcp server dns-list 8.8.8.8 8.8.4.4 // Configuring two DNS Server