Networking
NAT, bridges, routed networks, isolated networks, and diagnostics.
- 01Bridge design and host uplinksman
A Linux bridge is a layer 2 switch in the host. The host address belongs on the bridge, while the physical interface becomes a port of that bridge. Inspect without changing NetworkManager pattern Move the host IP configu
- 02DHCP, DNS, and libvirt virtual networksman
Managed libvirt networks can provide bridge creation, DHCP, DNS, NAT, and firewall integration. Libvirt launches scoped dnsmasq instances from network XML. Inspect the network service Persistent reservation Use a stable
- 03Libvirt network modesman
Libvirt networking usually comes down to four patterns: NAT, bridge, routed, and isolated. The right answer depends on who must reach the guest and how much host networking policy you control. NAT mode NAT is the easiest
- 04Network debugging for guestsguide
When a guest has no network, debug the path in layers: domain XML, libvirt network XML, host bridge state, and packet flow. Guest has no address Start with the libvirt view and then compare it with what the guest thinks.
- 05virsh network commandsguide
These are the virsh net commands that usually matter first when guests lose connectivity or a lab network does not come online. net list Use net list to confirm whether the network exists, whether it is active, and wheth