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

help to get this work on a sles12 #104

Open
kundeng opened this issue Apr 3, 2018 · 1 comment
Open

help to get this work on a sles12 #104

kundeng opened this issue Apr 3, 2018 · 1 comment

Comments

@kundeng
Copy link

kundeng commented Apr 3, 2018

Hi, I followed the steps but couldn't get it to work:

This is what I am getting:
kundeng@splunkapp-preprod02:/opt/splunk/dnsdock> dig *.docker
;; Warning: Message parser reports malformed message packet.

; <<>> DiG 9.9.9-P1 <<>> *.docker
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21379
;; flags: qr rd; QUERY: 1, ANSWER: 15, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; WARNING: Message has 268 extra bytes at end

;; QUESTION SECTION:
;*.docker. IN A

;; ANSWER SECTION:
*.docker. 0 IN A 172.17.0.3

;; Query time: 0 msec
;; SERVER: 172.17.0.1#53(172.17.0.1)
;; WHEN: Tue Apr 03 15:43:00 EDT 2018
;; MSG SIZE rcvd: 338

Why does the message parser complain that message is malformed??

Further I can ping dnsdock.docker but no other containers.
kundeng@splunkapp-preprod02:/opt/splunk/dnsdock> ping dnsdock.docker
PING dnsdock.docker (172.17.0.4) 56(84) bytes of data.
64 bytes from dnsdock.docker (172.17.0.4): icmp_seq=1 ttl=64 time=0.042 ms
64 bytes from dnsdock.docker (172.17.0.4): icmp_seq=2 ttl=64 time=0.082 ms

@kundeng
Copy link
Author

kundeng commented Apr 3, 2018

I also ran this command for debug:
dig +norec @dnsdock.docker mule-ce.docker a

; <<>> DiG 9.9.9-P1 <<>> +norec @dnsdock.docker mule-ce.docker a
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 62584
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mule-ce.docker. IN A

;; AUTHORITY SECTION:
docker. 0 IN SOA dnsdock.docker. dnsdock.dnsdock.docker. 1522782000 28800 7200 604800 0

;; Query time: 0 msec
;; SERVER: 172.17.0.4#53(172.17.0.4)
;; WHEN: Tue Apr 03 15:46:58 EDT 2018
;; MSG SIZE rcvd: 110

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