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

DNS not responding #372

Open
mahsa-frj opened this issue Jul 12, 2017 · 4 comments
Open

DNS not responding #372

mahsa-frj opened this issue Jul 12, 2017 · 4 comments

Comments

@mahsa-frj
Copy link

Hi, when i execute

 dig @192.168.0.6 +short kubernetes.default.svc.cluster.local

I get below output

;; connection timed out; no servers could be reached

and when execute

dig @192.168.0.6 +tcp openshift-lb.example.com
;; Connection to 192.168.0.6#53(192.168.0.6) for openshift-lb.example.com failed: connection refused.

how to resolve this problem?
thanks in advanced

@ioggstream
Copy link
Contributor

1- from where do you run this command?
2- you need an exernal DNS to run openshift-on-openstack. afaik these templates don't install a DNS on the loadbalancer no more.

@mahsa-frj
Copy link
Author

@ioggstream thanks for your reply.
1- from my master node.
I have 5 node:
1 node for bastion, 1 node for master, one node for infra and 2 node
2- I have external DNS

@ioggstream
Copy link
Contributor

Which is the output of

bastion# grep -r dns /var/log/*

What's the 192.168.0.6 node?

What's the address of your DNS?

@mahsa-frj
Copy link
Author

@ioggstream
the output of grep -r dns /var/log/*:

log.txt

192.168.0.6 is ip addres of master node
the ip address of my local dns in bastion node is 192.168.0.4

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

2 participants