Displaying 4 results from an estimated 4 matches for "dpbr_n_0".
2015 Oct 30
2
Creating network interfaces with specific name in LXC
Hello
I am trying to create interfaces within an LXC container with specific
name. I am using the following XML:
<interface type='network' name='blah'>
<source network='dpbr_n_0'/>
</interface>
This doesn't seem to work; it always ends up creating interface with name
as "eth0".
I found some examples here:
http://libvirt.org/guide/html/Application_Development_Guide-Network_Interfaces-XML_Format.html
That uses interface type as "etherne...
2015 Oct 30
2
Re: Creating network interfaces with specific name in LXC
...Harish Vishwanath wrote:
>
>> Hello
>>
>> I am trying to create interfaces within an LXC container with specific
>> name. I am using the following XML:
>>
>> <interface type='network' name='blah'>
>> <source network='dpbr_n_0'/>
>> </interface>
>>
>>
> That name='' is not parsed, it won't get saved, it doesn't mean
> anything to libvirt. This particular configuration doesn't say much,
> because type=network means all the settings will get set from the
>...
2015 Oct 30
0
Re: Creating network interfaces with specific name in LXC
...i, Oct 30, 2015 at 08:16:33PM +0530, Harish Vishwanath wrote:
>Hello
>
>I am trying to create interfaces within an LXC container with specific
>name. I am using the following XML:
>
> <interface type='network' name='blah'>
> <source network='dpbr_n_0'/>
> </interface>
>
That name='' is not parsed, it won't get saved, it doesn't mean
anything to libvirt. This particular configuration doesn't say much,
because type=network means all the settings will get set from the
network dpbr_n_0. See https://libvi...
2015 Nov 02
0
Re: Creating network interfaces with specific name in LXC
...t;
>>> Hello
>>>
>>> I am trying to create interfaces within an LXC container with specific
>>> name. I am using the following XML:
>>>
>>> <interface type='network' name='blah'>
>>> <source network='dpbr_n_0'/>
>>> </interface>
>>>
>>>
>> That name='' is not parsed, it won't get saved, it doesn't mean
>> anything to libvirt. This particular configuration doesn't say much,
>> because type=network means all the settings wil...