Displaying 2 results from an estimated 2 matches for "formatdoma".
2017 Jan 20
2
Re: Controlling the name of the 'tap0' device, in a bridged networking setup
...orking. The XML specification of the
>> domain contains the following configuration
>>
>> <interface type='bridge'>
>> <source bridge='br0'/>
>> </interface>
>>
>> The libvirt documentation (http://libvirt.org/formatdoma
>> in.html#elementsNICSBridge) and other discussions online tell me that I
>> just need to include the <target dev='desired_dev_name'/> tag in the XML
>> specification of the domain under the <interface> tag. Unfortunately doing
>> so appears to have no e...
2017 Jan 14
2
Controlling the name of the 'tap0' device, in a bridged networking setup
...that gets created as I
start a domain that uses bridged networking. The XML specification of the
domain contains the following configuration
<interface type='bridge'>
<source bridge='br0'/>
</interface>
The libvirt documentation (
http://libvirt.org/formatdomain.html#elementsNICSBridge) and other
discussions online tell me that I just need to include the <target
dev='desired_dev_name'/> tag in the XML specification of the domain under
the <interface> tag. Unfortunately doing so appears to have no effect; the
tun device created and ...