이 페이지에서는 관리형 역방향 조회 영역을 만드는 방법을 설명합니다. 자세한 배경 정보는 관리형 역방향 조회 영역을 참조하세요.
관리형 역방향 조회 영역은 Cloud DNS가 Compute Engine DNS 데이터에 대해 PTR 조회를 수행하도록 지정하는 특수한 속성이 포함된 비공개 영역입니다. 가상 머신(VM) 인스턴스의 비RFC 1918 PTR 레코드를 올바르게 확인하기 위해서는 Cloud DNS에 대해 관리형 역방향 조회 영역을 설정해야 합니다.
영역의 DNS 이름 서픽스를 입력합니다. 서픽스는 역방향 영역이 되려면 in-addr.arpa로 끝나야 합니다. 이 DNS 이름은 Cloud DNS를 통해 확인하려는 비RFC 1918 PTR 레코드의 역방향 조회 이름과 일치해야 합니다.
예를 들어 20.20.1.2의 PTR 레코드와 일치시키려면 2.1.20.20.in-addr.arpa의 DNS 이름이 있는 역방향 조회 영역을 만들어야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-26(UTC)"],[[["This guide provides instructions for creating a managed reverse lookup zone, which is a private zone that performs PTR lookups against Compute Engine DNS data."],["Setting up managed reverse lookup zones is necessary for Cloud DNS to correctly resolve non-RFC 1918 PTR records for virtual machine (VM) instances."],["When creating the zone, the DNS name suffix must end with `in-addr.arpa` and match the reverse lookup name of the non-RFC 1918 PTR records you intend to resolve."],["Managed reverse lookup zones can be created using the Google Cloud console, the `gcloud` command-line tool, or Terraform, and the data for the zone is populated directly by the Compute Engine IP address data."],["A managed reverse lookup zone can be set to match any child zone, for example, a zone named `20.in-addr.arpa` would match any VPC-owned address beginning with `20. * . * . *`."]]],[]]