Network Configuration
Configuring Network for MatterV Host
After installing MatterV Host, you need to configure the network that will be used by virtual machines. This guide explains the network model and configuration process.
Network Model
MatterV Host currently supports a simple network model called “Basic Network”:
- Basic Network: A single network where all VMs can communicate with each other
- Only one basic network is supported per MatterV host
- VLANs are not supported in the current version
- The network is implemented using Linux bridge
Physical Network Interface
Before configuring the basic network, you need to identify which physical network interface will be used.
- List available network interfaces using
ip
- Review the output to identify available interfaces
- Choose one physical interface for the basic network
- Note the chosen interface name (e.g., ens192)
Example ip addr
output:
Creating Basic Network
Once you’ve identified the physical network interface, follow these steps to create the basic network:
- Run the setup script with your chosen network interface:
- Wait for the script to complete (network will be interrupted briefly)
- Verify the bridge creation:
ip link show virbr0
After Configuration
When the setup is complete:
- A new bridge interface
virbr0
will be created - The physical interface will be added to the bridge
- VMs can now be configured to use this network
- The host’s original IP address will be moved to the bridge interface