You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
I launched the Hashiqube vagrant (Docker provider) successfully on a MacBook Pro M1 after adding the Consul DNS to /etc/resolver/consul as per instructions here: https://github.com/servian/hashiqube#consul-dns.
However DNS resolution fails with a timeout when I run nslookup vault.service.consul 10.9.99.10. If I run nslookup vault.service.consul it tries to resolve from the local IP 192.168.2.1.
If I try the dig command with the DNS IP 10.9.99.10 and port 8600, it resolves fine.
Hi there @cotjoey - Thank you for opening this issue. I had some time to look into it and it seems that config.vm.network "private_network", ip: "#{machine[:ip]}" is not working as expected with the docker provider.
A workaround is to use 127.0.0.1 for the DNS IP in /etc/resolver/consul
Hello,
I launched the Hashiqube vagrant (Docker provider) successfully on a MacBook Pro M1 after adding the Consul DNS to /etc/resolver/consul as per instructions here: https://github.com/servian/hashiqube#consul-dns.
However DNS resolution fails with a timeout when I run
nslookup vault.service.consul 10.9.99.10
. If I runnslookup vault.service.consul
it tries to resolve from the local IP 192.168.2.1.If I try the dig command with the DNS IP 10.9.99.10 and port 8600, it resolves fine.
Because of that problem I am unable to launch the Fabio LB URLs in my browser such as http://vault.service.consul:9999/.
After each change to /etc/resolver/consul, I restarted the following :
sudo killall -HUP mDNSResponder
Thank you for any assistance you can provide.
The text was updated successfully, but these errors were encountered: