I would like to type in “http://viacore.local” instead of “http://10.0.0.1” into my web browser to access my Mikotik router. I have configured my DNS settings; I am able to resolve from the router but unable to resolve from a DHCP client device. How do I configure my router properly to resolve this?
Here are some things I have tried already:
- Searched this forum for “DNS static”
- Confirmed that the bridge interface is working correctly (I am able to browse on the internet via a physical Ethernet connection to the router [i.e. no Wifi])
- Deleted DNS caches on the router and on the DHCP client device
- Manually added the DNS entry into my DHCP server settings
Output from Mikrotik
> /ping viacore.local
SEQ HOST SIZE TTL TIME STATUS
0 10.0.0.1 56 64 475us
1 10.0.0.1 56 64 383us
2 10.0.0.1 56 64 387us
3 10.0.0.1 56 64 380us
sent=4 received=4 packet-loss=0% min-rtt=380us avg-rtt=406us max-rtt=475us
> /ip dns static print
Columns: NAME, TYPE, ADDRESS, TTL
# NAME TYPE ADDRESS TTL
0 viacore.local A 10.0.0.1 1d
1 vialinkstorm.local A 10.0.0.2 1d
2 vialinkcloud.local A 10.0.0.3 1d
3 jupiterdisk.local A 10.0.1.0 1d
4 mercurymac.local A 10.0.1.1 1d
5 marstv.local A 10.0.1.2 1d
6 atlasbook.local A 10.0.2.0 1d
> /ip dns print
servers: 10.0.0.1
dynamic-servers: 139.175.1.243
8.8.8.8
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: 1w
address-list-extra-time: 0s
vrf: main
mdns-repeat-ifaces:
cache-used: 79KiB
/ip/dhcp-server> /ip dhcp-server network print detail
Flags: D - dynamic
0 ;;; defconf
address=10.0.0.0/16 gateway=10.0.0.1 netmask=16 dns-server=10.0.0.1 wins-server="" ntp-server="" caps-manager="" dhcp-option=""
1 address=192.168.64.0/20 gateway=192.168.66.254 dns-server="" wins-server="" ntp-server="" caps-manager="" dhcp-option=""
DHCP client configuration
