Setting Up an Appliance in a Net

For security reasons, or because of the capacity of your software solutions, you might want to delegate the control of network traffic to an appliance.

To do this, you can send all external network traffic to a VM running an appliance.

This guide explains how to set up an appliance in a Net.

Setting Up an Appliance in a Net

  1. Create a Net with 10.0.0.0/16 as IP range in CIDR notation, see Creating a Net.

  2. Create a Subnet-A with 10.0.1.0/24 as IP range in CIDR notation, see Creating a Subnet in a Net.

  3. Create an Internet Service and attach it to the Net, see Creating an Internet Service and Attaching an Internet Service to a Net.

  4. Create a route table and link it to the Subnet-A. Add a default route in Subnet-A targeting the Internet Service. For more information, see Creating a Route Table and Linking a Route Table with a Subnet.

  5. Create a VM-A in the Subnet-A, see Creating VMs.

  6. Allocate a public IP to your account and link it with the VM-A, see Allocating a Public IP to Your Account and Linking a Public IP with a VM or a Network Interface.

  7. Connect to your appliance onto the VM-A and configure it as you need, see Accessing Your VMs.
    This VM-A with your appliance now acts as a router.

  8. Create a Subnet-B with 10.0.2.0/24 as IP range in CIDR notation, see Creating a Subnet in a Net.

  9. Create a route table and link it to the Subnet-B. Add a default route in Subnet-B targeting the VM-A. For more information, see Creating a Route Table and Linking a Route Table with a Subnet.

  10. Create a VM-B in the Subnet-B, see Creating VMs.
    This VM-B can receive the incoming traffic from the Internet forwarded by the VM-A.

sch ApplianceRouter

Related Pages