Preparing network connection for FortiSandbox VM
Creating a private subnet
The Private Subnet (IPv4 CIDR 10.0.1.0/24) is connected to all VM clones and FSA-VM.
To create a private subnet:
- Click Create Subnet and configure the following information.
- Click Yes, Create.
Creating a NAT gateway and setting the route table
The AWS security team recommends the following:
- Do not use NAT/Internet Gateway for private subnet. You can use it temporarily for testing but do not use it for running real malware.
- Use AWS VPN or AWS Direct Connect to route out of an egress point to a third-party Internet provider.
To create a NAT Gateway:
- Under Virtual Private Cloud, select NAT Gateways.
- Click Create NAT Gateway and select the public subnet you created.
- For Subnet, select the Elastic IP you created.
- Click Create a NAT Gateway.
To create a route table:
- Under Virtual Private Cloud, select Route Tables.
- Click Create Route Table and configure the following. Then click Yes, Create.
- For Name Tag, enter a name.
- For VPC, select the VPC you created.
- Go to Subnet Associations.
- Click Edit, select the public subnet, then click Save.
- Go to Routes and click Add Another Route.
- For Destination, enter
0.0.0.0/0
. - For Target, select the Internet Gateway for public subnet you created.
- For Destination, enter
- Click Save.
- Repeat these steps to create a route table for your private subnet, and, if needed, for your HA-Cluster.
Creating and attaching DHCP options to VPC
- Under Virtual Private Cloud, select DHCP Options Sets.
- Click Create DHCP options set and configure the following:
- Click Create DHCP options set.
- Go back to Your VPCs; then right-click the VPC entry you created and select Edit DHCP Options Set.
- Choose the DHCP Options Set you created and click Save.