KVM on Rocky Linux 9

I agree
But if the information is submitted correctly, then the person is trying to set up a virtual machine on the computer he is working on.
For both the host and the virtual machine to have connectivity, the communication interface of the host should not have an ip address but it should be active.
The IP address must be on the bridge interface.
As the physical network interface, it must be a slave to the bridge.
So that when the virtual machine initiates the network interface assigned to it, which also appears as a slave to the bridge, only then will the virtual machine have network connectivity.
Respectively, there will be access to it through a network, and not only and only from the local host.
Test and see if I’m right or wrong!