Displaying 1 result from an estimated 1 matches for "myvm_isolated".
2012 Aug 29
0
network settings for an isolated network
...e initialized
The tun module is loaded and I can create tap devices with tunctl. So
there might be no problem...
2. I configurerd a network with no forward element.
I've defined and started following network on the host with virsh
net-define / net-start
<network>
<name>myvm_isolated</name>
<bridge name='virbr_myvm_1' />
</network>
The documentation says: "If there is no forward element, the network
will be isolated from any other network (unless a guest connected to
that network is acting as a router, of course)."
The interface conf...