Understanding Traffic Flow
Traffic/Network Flow Diagram
Example of an External Network using VLAN 55 and an Internal Network
Example of the Core Network Configuration
Document Information
- Last Updated: 2024-03-21
- vergeOS Version: 4.12.5
Document Information
A virtual wire provides a tenant the ability to access a VLAN outside the VergeOS environment without going through routing steps.
Warning
VLANs 1 & 100-102 cannot be used in a virtual wire capacity. These VLANs are reserved for internal traffic. They can, however, be remapped to another VLAN for tenant consumption.
Info
If a tenant requires access to more than 1 or 2 VLANs, it is recommended to configure the virtual wire in Trunk Mode.
Info
Info
tenant_'$TENANTNAME'
.Warning
To use Trunk Mode Virtual Wires, the corresponding "Physical Network" (tied to node NICs) must be set to bridge mode.
Warning
If the external network is in a VLAN and the physical NIC that the external network references is in bridge mode, trunking a virtual wire from the bridge will not work.
The "On Power Loss" setting can remain as Last State or Power On.
Info
Info
For the interface network, select Physical.
Document Information
Important
Adding this rule will allow tenants to connect on the DMZ network. By default, this is disabled for security reasons.
This guide provides instructions on how to connect a root system to a tenant site in VergeOS. The Sites feature is typically used to connect two VergeOS sites together, but to extend this functionality to a tenant site, you’ll need to add a specific rule on the root system's External network.
Access External Networks - In the Root system, navigate to Networks and then External Networks. - Double-click on the External network.
Add the Rule - In the left menu, click on Rules. - Before adding a new rule, ensure it doesn’t already exist. - Click New in the left menu. - Enter the following details:
After the rule is applied, the root system should now be able to connect to the tenant site.
To verify that the rule works, follow these steps:
The Response should say Connection successful. If the connection fails, review the rule to ensure accuracy, particularly ensuring that the Interface is set to DMZ rather than Auto.
Common Issues
Need Help?
If you encounter any issues while setting up the root-to-tenant site connection, or have any questions, feel free to contact our support team.
Document Information
Key Points
This article guides you through the process of setting up access to the VergeOS User Interface (UI) from a virtual machine (VM) running inside the VergeOS system. This is accomplished using a networking technique known as hair-pinning, where a packet travels to an interface, goes out towards the Internet, but instead of continuing, it makes a "hairpin turn" and comes back in on the same interface.
Navigate to the Internal Network - Log into your VergeOS environment - Go to the internal network that your target VM is connected to
Create a New Rule - Locate the option to create a new rule - Configure the rule with the following settings:
Rule: - Name: Use a reference name, such as "Allow UI" - Action: Translate - Protocol: TCP - Direction: Incoming - Interface: Auto - Pin: No
Source: - Type: Any / None - Source Ports/Ranges: Leave blank
Destination: - Type: My Network Address - Destination Ports/Ranges: 80, 443
Target: - Type: Other Network DMZ IP - Target Network: Core - Target Ports/Ranges: Leave blank
Submit the Rule - Click "Submit" to save the rule
Apply the New Rule - Click "Apply Rules" to activate the newly created rule
Access the UI from the VM - Open a web browser within your VM - Navigate to the IP address of the internal network (e.g., if the internal network IP is 192.168.0.1, use this address)
Pro Tip
Always ensure that your VM's network settings are correctly configured to use the internal network where you've set up this rule.
Here's a visual representation of the rule configuration:
Common Issues
Need Help?
If you encounter any issues while setting up UI access or have questions about this process, please don't hesitate to contact our support team.
Document Information
The following is a simple method to establish a route between two networks in the VergeOS platform.
Info
After completing the two rules on the first network, you will need to create identical rules on the second network.
Document Information
Key Points
This article guides you through the process of setting up access to the vergeOS User Interface (UI) from a virtual machine (VM) within your vergeOS environment. This is accomplished by creating a specific route rule on the network to which your VM is connected, typically an internal network.
Navigate to the Network Dashboard - Log into your vergeOS environment - Go to the dashboard of the network that your target VM is connected to
Create a New Rule - Locate the option to create a new rule - Use the settings shown in the image below:
Submit the Rule - After configuring the rule, submit it - You will be redirected to the list view of rules on the network
Apply the New Rule - Click "Apply Rules" to activate the newly created rule
Access the UI from the VM
- Open a web browser within your VM
- Navigate to the IP address of the Verge UI (e.g., https://192.168.4.1
)
Pro Tip
Always ensure that your VM's network settings are correctly configured to use the internal network where you've set up this rule.
Common Issues
Need Help?
If you encounter any issues while setting up UI access or have questions about this process, please don't hesitate to contact our support team.
Document Information