Skip to content

Instantly share code, notes, and snippets.

@flzxsqc200
flzxsqc200 / ovs_libvirt.md
Created March 3, 2023 08:21 — forked from jdoss/ovs_libvirt.md
Configure Fedora Server with Open vSwitch and Libvirt

This will allow you to use Open vSwitch with Libvirt to put your VMs on the same network as the host and not use the default NAT based bridge.

Install Packages

dnf install -y virt-install libvirt openvswitch

Services Prep Work

Disable NetworkManager :(