Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 21353

General • RouterOS 7.13 DNS issue

$
0
0
Another trouble with DNS on mikrotik
Code:
/ip dns staticadd cname=foo.example.com name=bar.example.com ttl=1w type=CNAME
Try to check it:
dig foo.example.com @192.168.1.1

; <<>> DiG 9.10.6 <<>> foo.example.com @192.168.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 35991
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;foo.example.com.INA

;; Query time: 54 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Wed Dec 20 10:11:58 CET 2023
;; MSG SIZE rcvd: 33
where - 192.168.1.1 is a mikrotik IP

It's not working on 7.11.2 too

Statistics: Posted by dmitriikuvshinov — Wed Dec 20, 2023 11:14 am



Viewing all articles
Browse latest Browse all 21353

Trending Articles