This article describes how to deploy a FortiADC VM instance (BYOL) in Google Cloud Platform to attach two Virtual Private Cloud (VPCs) external and external previously created on the cloud provider
FortiADC.
gcloud compute images list --project fortigcp-project-001 --filter="name ~ adc- AND status:READY" --format="get(selfLink)"
Deploy FortiADC-1:
gcloud compute instances create fortiadc-vm-1 --zone=us-central1-a \
--machine-type=n1-highmem-4 \
--image-project=fortigcp-project-001 \
--image=projects/fortigcp-project-001/global/images/fadc-700-01282022-001-w-license \
--can-ip-forward \
--network-interface="network=vpc-external,subnet=sub1-external" \
--network-interface="network=vpc-internal,subnet=sub1-internal,no-address"
It is recommended to modify the Virtual Private Cloud and Subnet information to have the desired values.
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.