Skip to content

Basic Network Setup

This guide covers the basic network configuration: assigning interface zones, configuring addresses, and establishing internet connectivity.

The starting state

The example virtual machine has two network interfaces: ens32 and ens33. The current initial state

Switching interface zones

Assign each interface to a zone before configuring its services.

In simple terms

WAN = the port connected to the modem / external network
LAN = the port connected to your PC / switch.

For details, see: Zone

Select an interface to open its details panel, then click ZONE to open the zone settings.

Interface panelZone switching

Confirm that both interfaces are assigned to the intended zones and show UP.

My interface is DOWN, what should I do

If an interface is DOWN, enable ON to bring it up and BOOT to start it automatically during boot.

If the interface is still DOWN after that, make sure the network cable is plugged in.

Configuring WAN Connectivity

Click the IP button below the interface card:

The WAN interface needs an IP configuration. Choose the method that matches the upstream network.

Use this when the modem or upstream router provides DHCP.

  1. Make sure the interface is assigned to the WAN zone
  2. Select the DHCP client configuration method
  3. Fill in a hostname (optional; leave empty to use the current hostname)
  4. Click save

DHCP client

The router now has an upstream connection. Next, configure address assignment on the LAN.

Configuring LAN Address Assignment

The LAN port connects internal devices; the DHCPv4 service is usually enabled on it.

  1. Make sure the interface is assigned to the LAN zone

  2. Click the DHCPv4 service button below the interface

  3. Configure the subnet to use

  4. Click save

Configuring WAN/LAN Forwarding and NAT

After the steps above, the current network state is:

  1. LAN devices can reach the router via the DHCPv4 configuration
  2. The router itself can get online
  3. LAN-side devices cannot access the internet

Preserve remote access before enabling NAT

If the current management connection enters through the WAN interface, create a Static NAT mapping before enabling the NAT service. Enabling NAT first will disconnect that management session.

Static NAT mapping

Click Static NAT in the left menu to open the static NAT configuration page. Click the add button and configure as shown below to access the router from WAN. If you connect via LAN, you can ignore this.

Now enable the WAN/LAN routing and forwarding services, as well as the NAT service:

Verifying network connectivity

Verify the completed configuration:

  1. Open Metrics Monitoring → Connection Info to view the current connection status
  2. Run ping 8.8.8.8 on an internal device to test internet connectivity
  3. Run nslookup example.com to test DNS resolution

Next steps

After the basic network configuration, we recommend continuing with DNS Setup and Flow Setup.