Displaying 2 results from an estimated 2 matches for "78a1c8faaddc".
2016 Jul 24
2
Network without forward mode
...nnected to that network is acting as a router, of course).
╰─────
That's exactly what I want: just a vnet interface, no bridge, no
routing, no forwarding. However, if I create a network with just that:
#v+
<network>
  <name>public</name>
  <uuid>4629ba54-9e33-4a1f-9e45-78a1c8faaddc</uuid>
</network>
#v-
libvirt (2.0.0) adds a bridge stanza:
#v+
<network>
  <name>public</name>
  <uuid>4629ba54-9e33-4a1f-9e45-78a1c8faaddc</uuid>
  <bridge name='virbr1' stp='on' delay='0'/>
  <mac address='52:54:00:...
2016 Jul 25
0
Re: Network without forward mode
...>routing, no forwarding. However, if I create a network with just that:
>
"Just a vnet interface, no bridge" means you want no network.  Where
should the vnet be connected?
>#v+
><network>
>  <name>public</name>
>  <uuid>4629ba54-9e33-4a1f-9e45-78a1c8faaddc</uuid>
></network>
>#v-
>
>libvirt (2.0.0) adds a bridge stanza:
>
>#v+
><network>
>  <name>public</name>
>  <uuid>4629ba54-9e33-4a1f-9e45-78a1c8faaddc</uuid>
>  <bridge name='virbr1' stp='on' delay='0...