Question 51

You have created a firewall with rules that only allow traffic over HTTP, HTTPS, and SSH ports. While testing, you specifically try to reach the server over multiple ports and protocols; however, you do not see any denied connections in the firewall logs. You want to resolve the issue.
What should you do?
  • Question 52

    You have configured a Compute Engine virtual machine instance as a NAT gateway. You execute the following command:
    gcloud compute routes create no-ip-internet-route \
    --network custom-network1 \
    --destination-range 0.0.0.0/0 \
    --next-hop instance nat-gateway \
    --next-hop instance-zone us-central1-a \
    --tags no-ip --priority 800
    You want existing instances to use the new NAT gateway. Which command should you execute?