Answer the question
In order to leave comments, you need to log in
How to check on Mikrotik what dns servers it uses?
All the best! I ran into the problem that on one of my providers a certain resource (let's call it mysite.com) is not available by domain name, that is, it is available by ip (it pings normally), but it doesn’t work by name, mikrotika’s response to the ping command:
invalid value for argument address:
invalid value of mac-address, mac address required
invalid value for argument ipv6-address
while resolving ip-address: could not get answer from dns server
> /ip dns print
servers: 8.8.8.8,8.8.4.4
dynamic-servers:
allow-remote-requests: no
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
cache-used: 18KiB
> /ip dhcp-server network print
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 ;;; default configuration
192.168.88.0/24 192.168.88.1 8.8.8.8
8.8.4.4
Answer the question
In order to leave comments, you need to log in
Regardless of whether the provider's DNS is used or not, if mysite.com is on the ILV lists, the provider will ban it. For example, by intercepting DNS requests on port 53. If they contain a request to resolve mysite.com, such packets can stupidly drop. No resolution - no connection.
allow-remote-requests: no
How to check which dns servers Mikrotik is using
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question