Networking Overview
Vapor provides extensive capabilities for managing the host's networking stack, from physical hardware interfaces to complex software-defined topologies.
Core Concepts
Vapor's networking configuration is divided into several abstractions:
- Physical Interfaces: The actual hardware NICs installed on the host.
- Bridges: Standard Linux bridges used to connect virtual machines to physical networks.
- Bonds: Link aggregation (LACP, Active-Backup) for redundancy and increased throughput.
- VLANs: Virtual LAN tagging for traffic isolation.
- Open vSwitch (OVS): An advanced, multi-layer virtual switch offering enterprise-grade network automation.
In the following sections, we will explore how to configure each of these components.