Displaying 1 result from an estimated 1 matches for "examplesprivate".
Did you mean:
example_privates
2020 Sep 09
0
Re: Isolated bridge does not bridge
...DHCP, and add iptables rules to prevent the guests from breaking
out of the isolated bridge, *and* as a bonus *re*create all of that
every time you reboot the host, you can create an isolated libvirt
virtual network, with a config file like the one here:
https://libvirt.org/formatnetwork.html#examplesPrivate
(editing to your taste for bridge name and IPv4 and IPv6 addresses). Put
that in a file (e.g. net.xml) and run (as root) "virsh net-define
net.xml; virsh net-start private; virsh net-autostart private".
Then define your guest interfaces with this:
<interface type='network&...