I am not sure what I am doing wrong. Can you please help me with setup?
I set up DNS server
Servers: 192.168.88.1
Dynamic servers: (2 servers set by my ISP)
Allow Remote Requests = yes
and set some static DNS records
Detail:
Code: Select all
/ip dns print
servers: 192.168.88.1
dynamic-servers: 93.153.117.1,93.153.117.33
use-doh-server:
verify-doh-cert: no
doh-max-server-connections: 5
doh-max-concurrent-queries: 50
doh-timeout: 5s
allow-remote-requests: yes
max-udp-packet-size: 4096
query-server-timeout: 2s
query-total-timeout: 10s
max-concurrent-queries: 100
max-concurrent-tcp-sessions: 20
cache-size: 2048KiB
cache-max-ttl: 1d
address-list-extra-time: 0s
cache-used: 38KiB
DHCP-server network:
Address: 192.168.88.0/24
Gateway: 192.168.88.1
When I leave configuration as is, everything is ok, but when I add DNS Server 192.168.88.1 to DHCP-server I got DNS resolve error.
Can you please tell me, which part is misconfigured?
Regards
Petr