Displaying 4 results from an estimated 4 matches for "privnet0".
2016 Nov 03
2
Re: sttic vnet device for guest
...leftover" from a previous instance of the domain (for
>> better or worse) an replaced with an autogenerated name. But if you
>> supply a name that doesn't start with "vnet", it will be used).
>
>
> Hmm. What right way to manualy create my vnet device (example privnet0)
> and apply it device for guest?
You can create it with tunctl.
--
For a light heart lives long.
-- Shakespeare, "Love's Labour's Lost"
2016 Nov 03
0
Re: sttic vnet device for guest
...ftover" from a previous instance of the domain (for
>>> better or worse) an replaced with an autogenerated name. But if you
>>> supply a name that doesn't start with "vnet", it will be used).
>> Hmm. What right way to manualy create my vnet device (example privnet0)
>> and apply it device for guest?
> You can create it with tunctl.
create device by command
ip tuntap add dev privnet0 mode tap one_queue vnet_hdr
set it in guest xml by
<interface type='network'>
<mac address='52:54:00:e8:6d:19'/>
<source net...
2016 Oct 31
2
Re: sttic vnet device for guest
On 10/28/2016 05:30 PM, Michal Privoznik wrote:
> On 28.10.2016 14:17, Anton Gorlov wrote:
>> 28.10.2016 23:32, Michal Privoznik пишет:
>>
>>
>> On my host node i using system created bridge. example
>>
>> brctl show br1
>> bridge name bridge id STP enabled interfaces
>> br1 8000.0025907925d3 no
2016 Nov 03
0
Re: sttic vnet device for guest
...assumed to be "leftover" from a previous instance of the domain (for
> better or worse) an replaced with an autogenerated name. But if you
> supply a name that doesn't start with "vnet", it will be used).
Hmm. What right way to manualy create my vnet device (example privnet0)
and apply it device for guest?