-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
consul provider cannot resolve server on VPN #2780
Comments
Also, in the configuration above, |
Ping. This is pinning us to terraform (Still an issue as of latest |
Sorry for the trouble here - that's a weird regression. Will try to reproduce and follow up. |
I'm seeing the same sort of thing for the vSphere provider:
|
I think this might be the same thing as #3536, assuming you're on a Mac. It seems that the cause there was Go's DNS resolver going directly to the global nameservers and bypassing the more complex resolver steps that libc-based applications would do. More details in PR #5925. Does this seem like plausibly the same thing to you, @igrayson? If so, I'd like to consolidate the discussion about the issue in #3536. |
Would it be possible to push docker versions for previous minor versions instead of 3 latest 0.6.x? |
@apparentlymart Plausible. |
Thanks @igrayson! I am going to close this in favor of the other existing issue. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi team,
My consul server lives on a VPN with private DNS. While connected to the VPN, I expect the consul provider to be able to resolve and connect to my consul server.
Error:
I can
ping
him:consul
can talk to him:This error began with terraform 0.5.3. terraform 0.6.0 does not work either.
This error does not appear, and I am able to use the consul provider fully, in terraform 0.5.2.
The text was updated successfully, but these errors were encountered: