[Question] Setting up a bridged network for HomeAssistant in KVM Fedora
schizo @ schizo @forum.uncomfortable.business Posts 11Comments 1,437Joined 1 yr. ago
schizo @ schizo @forum.uncomfortable.business
Posts
11
Comments
1,437
Joined
1 yr. ago
My nas isn't running fedora and thus isn't using whatever fedora uses for network definitions, but is netplan under ubuntu.
I mean, probably the same thing, but it was shockingly trivial to configure:
Disabled addresses on the physical interface, added the bridge section and told it which interface(s) to bridge - in this case it'd be the real interface and whatever gets added later by qemu/kvm, and then defined the IP address info.
the virsh network xml file was also straightforward, just make a xml file similar to:
and then it's just
Should show up in the net list, and be selectable by name when making a VM