Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNAME resolution failure #2

Open
sfxworks opened this issue Jul 26, 2020 · 0 comments
Open

CNAME resolution failure #2

sfxworks opened this issue Jul 26, 2020 · 0 comments

Comments

@sfxworks
Copy link
Contributor

type C:\Users\shaba\Documents\git\cluster-red-flux\infra\dns\test.json | etcdctl put /skydns/red/mcserverhosting/test5/1
OK

etcdctl get /skydns/red/mcserverhosting/test5/1
/skydns/red/mcserverhosting/test5/1
{"host":"10.0.2.15"}

dig a @ns1.mcserverhosting.red test5.mcserverhosting.red

; <<>> DiG 9.14.8 <<>> a @ns1.mcserverhosting.red test5.mcserverhosting.red
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65496
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
; COOKIE: fb30230269632295 (echoed)
;; QUESTION SECTION:
;test5.mcserverhosting.red.     IN      A

;; ANSWER SECTION:
test5.mcserverhosting.red. 30   IN      A       10.0.2.15

;; Query time: 32 msec
;; SERVER: 51.222.70.240#53(51.222.70.240)
;; WHEN: Sun Jul 26 05:19:06 Eastern Daylight Time 2020
;; MSG SIZE  rcvd: 107


type C:\Users\shaba\Documents\git\cluster-red-flux\infra\dns\test.json | etcdctl put /skydns/red/mcserverhosting/test6/1
OK

etcdctl get /skydns/red/mcserverhosting/test6/1
/skydns/red/mcserverhosting/test6/1
{"host":"test5.mcserverhosting.red"}

dig cname @ns1.mcserverhosting.red test6.mcserverhosting.red

; <<>> DiG 9.14.8 <<>> cname @ns1.mcserverhosting.red test6.mcserverhosting.red
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54957
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
; COOKIE: ff8250c5ea412d17 (echoed)
;; QUESTION SECTION:
;test6.mcserverhosting.red.     IN      CNAME

;; AUTHORITY SECTION:
.                       30      IN      SOA     ns.dns. hostmaster. 1595755177 7200 1800 86400 30

;; Query time: 28 msec
;; SERVER: 51.222.70.240#53(51.222.70.240)
;; WHEN: Sun Jul 26 05:19:35 Eastern Daylight Time 2020
;; MSG SIZE  rcvd: 117
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant