Configuring NG Firewall for AWS using routed subnets

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search

Overview

Untangle NG Firewall in relation to AWS instances and VPN tunnels.
Untangle NG Firewall in relation to AWS instances and VPN tunnels.

Untangle NG Firewall deployment in AWS can secure Internet access for other AWS instances. This scenario is useful if you have for example Amazon Workspaces and you need to apply Intrusion Prevention, Content Filtering, Bandwidth Control, and other next generation firewall capabilities to those instances. This type of deployment requires advanced Virtual Private Cloud (VPC) configuration to establish an internal subnet for AWS instances that routes through NG Firewall.

Before you begin

Step 1. Configure a Security Group

AWS instances and network interfaces inherit traffic rules defined by security groups. The security group assigned to your NG Firewall instance and instances on the private network behind NG Firewall should have an open policy to avoid conflicts. Confirm that the security group designated for your instances has rules to permit all incoming and outgoing traffic.

  1. In the AWS Management Console go to your VPC configuration from the Services menu.
  2. Click Security Groups.
  3. Select the default security group or a custom security group you designate for instances belonging to your internal subnet.
    Security group with permissive inbound rule
  4. In the Inbound Rules tab, click Edit.
  5. Add or confirm a rule allowing all traffic for all protocols where the source is 0.0.0.0/0.
  6. Confirm this same policy in the Outbound Rules tab.

Step 2. Configure a Network ACL

Network ACL with permissive inbound rule

Each subnet inherits the policies of network ACLs. Confirm that the network ACL designated for your internal subnet contain rules to permit all incoming and outgoing traffic.

  1. In the AWS Management Console go to your VPC configuration from the Services menu.
  2. Click Network ACLs.
  3. Select the default network ACL or a custom network ACL if designated for your internal subnet.
  4. In the Inbound Rules tab, click Edit.
  5. Add or confirm a rule allowing all traffic for all protocols where the source is 0.0.0.0/0.
  6. Confirm this same policy in the Outbound Rules tab.

Step 3. Create an internal subnet

AWS subnet configuration wizard

To route traffic for AWS instances through NG Firewall you must designate an internal [subnet]. You assign this subnet to network interfaces belonging to your AWS instances and NG Firewall.

  1. In the [AWS Management Console] go to your VPC configuration from the Services menu.
  2. Click Subnets.
  3. Click Create Subnet.
  4. Select the VPC containing your NG Firewall and AWS instances.
  5. Select an availability zone.
  6. Assign an IPv4 block that is within the scope of your VPC.
  7. Click Create to confirm the new subnet.

Step 4. Create a network interface

Network interfaces in AWS attach to instances and facilitate network access to the VPC. The NG Firewall and instances protected by the firewall must be assigned to the internal subnet you created in the previous step. If you created your instances and network interfaces prior to creating the internal subnet, you can create new network interfaces to associate your instances to the internal subnet.

  1. In the AWS Management Console go to your EC2 configuration from the Services menu.
  2. Click Network Interfaces.
  3. Click Create Network Interface.
    AWS network interface configuration wizard
  4. Select the internal subnet you created in the previous step.
  5. Keep Private IP as auto assign.
  6. Select the permissive security group you created in the first step.
  7. Click Yes, Create.

Step 5. Attach the network interface

Attaching a network interface to an instance in AWS

After you create a network interface you must attach it to an instance.

  1. In the Network Interfaces screen select an available interface that belongs to the internal subnet.
  2. In the Actions menu choose Attach.
  3. Select the Instance ID of your NG Firewall
  4. Repeat the steps for creating and attaching network interfaces for all instances that you intend to place on the internal subnet.
If you attach a new network interface to an instance other than NG Firewall, it is recommended to detach the previous network interface to prevent traffic from bypassing NG Firewall. To detach an interface, select the network interface and choose Detach from the Actions menu.

Step 6. Disable source and destination check

Disabling source and destination check on a network interface in AWS

By default, the AWS VPC configuration prevents NAT routing. You must override this behavior by disabling source and destination check for the internal network interface of NG Firewall.

  1. In the network interfaces screen select the internal network interface attached to NG Firewall.
  2. In the Actions menu choose Change Source/Dest. Check.
  3. Set the value to Disabled.
  4. Click Save.

Step 7. Create a route table

To direct traffic through your NG Firewall instance you must create a route table with NG Firewall as a gateway and associate it with the internal subnet.

  1. In the AWS Management Console go to your VPC configuration from the Services menu.
  2. Click Route Table.
  3. Click Create Route Table.
    Creating a route table in AWS
  4. Assign the route table a Name Tag and the VPC containing your NG Firewall and associated instances.
  5. Click Yes, Create.

Step 8. Add a default route

Adding a default route to a route table in AWS

Before adding the default route, refer to the network interfaces screen and capture the Network Interface ID of the internal interface attached to your NG Firewall instance.

  1. In the Route Table screen, select the route table you created in the previous step.
  2. Select the Routes tab.
  3. Click Edit.
  4. Click Add another route.
  5. In the Destination field, enter 0.0.0.0/0.
  6. In the Target field, enter the Network Interface ID of the internal network interface attached to your NG Firewall instance.
  7. Click Save.

Step 9. Associate the route table

To associate the route table to your internal subnet:

  1. Select the new route table entry and click Subnet Associations from the configuration panel.
  2. Click Edit and associate the route table to your internal subnet.
    Associating a subnet in AWS
  3. Click Save.