Networks
A network connects a virtual machine's network adapter to your physical network through an adapter group. When you create a VM and add a network adapter, you select which network it connects to. You manage networks from the Networks tab in the Gallium Console.
Network Types
When creating a network, you choose one of two types:
VLAN — A bridged network with an 802.1q tag. Each VLAN network has an ID between 2 and 4094 that must match the VLAN configuration on your physical network switch. Use this when your switch ports are configured as trunks carrying tagged traffic.
Untagged — The native VLAN without 802.1q tagging. Traffic on this network is sent untagged on the physical switch port. Only one untagged network is allowed per adapter group.
If your physical network does not use VLANs, choose Untagged when creating a network.
Create a Network
You must have at least one adapter group before creating a network. See Adapter Groups.
- Open your Standalone deployment in the Gallium Console.
- Select the Networks tab.
- Click Create Network.
- Under Select Network Type, choose VLAN or Untagged.
- Enter a Name for the network.
- Select the Adapter Group this network will use.
- If you chose VLAN, enter the VLAN number (2–4094).
- Click Create.
Only one untagged network is allowed per adapter group. If the selected adapter group already has an untagged network, you must choose VLAN instead.
Rename a Network
- Click on the network to open its detail page.
- Click Rename.
- Enter the new name and click Update.
Delete a Network
A network can only be deleted if no virtual machines are attached to it.
You must detach or delete all virtual machines connected to a network before it can be deleted.
- Click on the network to open its detail page.
- In the Delete Network section, click Delete.
- Confirm the deletion by clicking Delete.