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 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.
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.
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.consulit 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 mDNSResponderThank you for any assistance you can provide.