Skip to navigationSkip to content
libvirtd docs
InteractiveCommands

Manual nav

Search `/` · tty `~` · g top · G bottom

Portal

  • Manual index
  • Interactive lab
  • Command explorer
Foundations5 sections
  • libvirtd Overview1
  • Host & Installation2
  • Architecture & Concepts6
  • Domains2
  • Domain XML2
Subsystems6 sections
  • Daemons3
  • virsh3
  • Virtual Networking5
  • Virtual Storage4
  • Virtualization Security3
  • Remote libvirt1
Operations5 sections
  • Migration2
  • Snapshots & Backup2
  • Performance3
  • Troubleshooting2
  • Reference2
LIBVIRT-NETWORKING(7)05 entries

Virtual Networking

Libvirt NAT, bridges, routed and isolated networks, DHCP, forwarding, and network diagnostics.

  1. 01
    Bridge design and host uplinks

    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 Request path mental model For a libvirt managed

    man
  2. 02
    DHCP, DNS, and libvirt virtual networks

    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

    man
  3. 03
    Libvirt network modes

    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

    man
  4. 04
    Network debugging for guests

    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.

    guide
  5. 05
    virsh network commands

    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

    guide