-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Question: Reverse Lookup On Private DNS Zone #607
Comments
This was not possible with Azure DNS at the time this question got posted. The resolver on the Virtual Network would not be able to know where to go for the DNS resolution for the private arpa zone and hence could do not do any reverse DNS resolution. With the release of Azure Private DNS this is now possible though. PR #1404 should bring that functionality to Terraform. If this answers your question, can this issue be closed? |
Yes. Thank you so much!!
…On Thu, Jun 28, 2018, 6:01 PM Roeland Nieuwenhuis ***@***.***> wrote:
This was not possible with Azure DNS at the time this question got posted.
The resolver on the Virtual Network would not be able to know where to go
for the DNS resolution for the private arpa zone and hence could do not do
any reverse DNS resolution.
With the release of Azure Private DNS
<https://docs.microsoft.com/en-us/azure/dns/private-dns-overview> this is
now possible though.
PR #1404
<#1404>
should bring that functionality to Terraform.
If this answers your question, can this issue be closed?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#607 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHhRyYgRt5jihE6w-jGffkhDGDYNDBHEks5uBVIigaJpZM4Q2--9>
.
|
👍 closing in favour of #1404 |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Greetings,
Please note, this is a question, no issue is being raised.
I tried to post a question in Stack Overflow, but I got zero hits back (https://stackoverflow.com/questions/47645016/azure-private-dns-reverse-lookup-terraform)
Question: I am a little confused about reverse lookup on Azure.
What I want to do is to reverse-lookup private IP addresses assigned. I can forward lookup my internal zone (something like auto generated fgityvclopuymnv.bx.internal.cloudapp.net), but I cannot reverse lookup the IP address
I did create in-addr.arpa segment for the network segment using Terraform, but it seem still not provide a reverse lookup.
Zone gets created, as well as PTR records, but still reverse lookup is not possible.
I did go through https://www.terraform.io/docs/providers/azurerm/r/dns_ptr_record.html but still can't seem to grasp how reverse lookup is attainable in Azure environment.
Are there any examples that can demonstrate such as:
...using Terraform? May be I can model after it and solve this problem.
Thanks so much in advance!!
The text was updated successfully, but these errors were encountered: