
Answer-first summary for fast verification
Answer: 1. Create a Cloud DNS private forwarding zone in the host project of the Shared VPC that forwards the private zone to the on-premises DNS servers. 2. In your Cloud Router, add a custom route advertisement for the IP 35.199.192.0/19 to the on-premises environment.
To enable Google Cloud instances in a Shared VPC to resolve on-premises hostnames via Dedicated Interconnect, the correct approach involves creating a Cloud DNS private forwarding zone in the host project that forwards the private zone to the on-premises DNS servers. Additionally, a custom route advertisement for the IP 35.199.192.0/19 should be added to the on-premises environment via the Cloud Router. This ensures that DNS queries for on-premises domains are correctly forwarded and responses are routed back through the Dedicated Interconnect. Option A correctly outlines these steps, making it the correct choice. Options B, C, and D either involve incorrect IP addresses for route advertisement or suggest configurations that do not properly address the need for DNS forwarding to on-premises servers.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To enable Google Cloud instances in your Shared VPC service projects to resolve on-premises hostnames over the Dedicated Interconnect for hybrid connectivity, what configuration should you implement?
A
B
C
D
1.Configure a Cloud DNS private zone in the host project of the Shared VPC. 2. Set up DNS forwarding to your Google Cloud private zone on your on-premises DNS servers to point to the inbound forwarder IP address in your host project. 3. Configure a DNS policy in the Shared VPC to allow inbound query forwarding with your on-premises DNS server as the alternative DNS server.