1. via dhcp-server you have to send the IP of your router in LAN
/ip dhcp-server network set dns-server=192.168.88.1 domain=name.local
2. open port for DNS in firewall
/ip/firewall/filter add action=accept protocol=udp port=53
3. allow remote requests
/ip dns set allow-remote-requests=yes
4. add static entry
/ip dns static add address=192.168.88.2 name=switch.local type=A
/ip dhcp-server network set dns-server=192.168.88.1 domain=name.local
2. open port for DNS in firewall
/ip/firewall/filter add action=accept protocol=udp port=53
3. allow remote requests
/ip dns set allow-remote-requests=yes
4. add static entry
/ip dns static add address=192.168.88.2 name=switch.local type=A
Statistics: Posted by panisk0 — Sat Dec 28, 2024 12:33 pm