This recipe is part of the process of deploying FortiGate for OCI. Note OCI is only supported by FortiOS 5.4.8. See below for the rest of the recipes in this process:
- Create a virtual cloud network and public-facing subnets
- Create a security list
- Create a route table for the internal network
- Create internal network subnet
- Obtain the deployment image file and place it in your bucket
- Import the image
- Launch the FortiGate instance
- Attach a storage to FortiGate (required)
- Access the FortiGate
- Create the second vNIC
- Configure the second vNIC on the FortiGate
- Change the protected network’s default route
- [Connectivity test] Configure FortiGate firewall policies and virtual IPs
- Go to https://support.fortinet.com. Navigate to Download > VM Images in the top menu.
- In the Select Product dropdown list, select FortiGate.
- In the Select Platform dropdown list, select Oracle.
- Obtain the FGT_VM64_OPC-v5-buildXXXX-FORTINET.out.OpenXen.zip file. XXXX is the build number. Ensure the file name includes OpenXen.
- After downloading, unzip the file. You will find the forties.qcow2 file, which is needed to deploy the FortiGate on OCI.
- In OCI, go to Storage > Object Storage, then click Create Bucket to create a standard storage bucket.
- Select the bucket, then upload the deployment image file forties.qcow2.
- Click Upload Object. The dialog shows the upload progress.
- Once uploaded, the following screen appears. Click Create Pre-Authenticated Requests from the left or right menu.
- Note down this URL. It will be needed in further steps.
The post Obtain the deployment image file and place it in your bucket appeared first on Fortinet Cookbook.