SonicOS 8 NSv Getting Started Guide for AWS

Forwarding Traffic to your NSv

After installing and registering the NSv, the next step is to configure routing of the LAN subnet so that the traffic is forwarded through the NSv.

To configure routing

  1. Navigate to All Services > VPC.

  2. On the VPC dashboard, select Route Tables from the left navigation pane.

  3. In the Route Tables list, select the route table where:

    • The Main column displays Yes, and

    • The VPC column matches the VPC in which the NSv instance is deployed.

  4. In the lower panel, select the Routes tab.

  5. Click Edit routes.

    The Routes table switches to edit mode.

  6. Select Add route to add a new row.

  7. In the Destination field, enter 0.0.0.0/0 to route all internet‑bound traffic.

  8. In the Target field:

    • Select Network Interface.
    • From the drop‑down list, select the eth1 network interface (eni-xxxx) associated with the NSv instance.
  9. Click Save changes.

Proceed to Configuring Internet/Public Access Through the NSv.