|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen 3 and multiple physical network devices
On Dec 09 2005 Nivedita Singhvi <niv@xxxxxxxxxx> wrote:
> Peter.Weiss@xxxxxxxxx wrote:
>
>> Hello,
>> the docs seem to subscribe only the xen 2.0 way.
>> Are there any docs on how to setup xen with two physical network
>> interfaces
>> that are served to 2 virtual network interfaces on some XenU domain?
>
> almost :). a little stalled on getting stuff working, but should
> be out very soon..
>
>> What I did so far:
>> I changed following lines in my XenU description file:
>> [...]
>> nics=2
>> vif = [ 'mac=00:0b:cd:68:1c:6a, bridge=xenbr0',
>> 'mac=00:0b:cd:68:1d:6a, bridge=xenbr1' ]
>> [...]
>
> try and provide netdev=eth1 (or whatever your dev name is) as well..
>
> [...]
Where should I provide this?
The syntax in the DomU description file does not allow to set netdev
vif = [ 'mac=00:0b:cd:68:1c:6a, bridge=xenbr0',
'mac=00:0b:cd:68:1d:6a, bridge=xenbr1, netdev=eth1' ]
gives me a
Error: Invalid vif specifier: mac=00:0b:cd:68:1d:6a, bridge=xenbr1,
netdev=eth1
Running
# /etc/xen/scripts/network-bridge start vifnum=1 netdev=eth1
sets up the bridge in the same way:
# brctl show
bridge name bridge id STP enabled interfaces
xenbr0 8000.feffffffffff no vif0.0
peth0
vif3.0
vif4.0
xenbr1 8000.feffffffffff no vif4.1
But the second interface does not work as before.
Peter
--
Peter.Weiss@xxxxxxxxx ConSol* Software GmbH
Phone +49 89 45841-100 Consulting & Solutions
Mobile +49 177 6040121 Franziskanerstr. 38
http://www.consol.de D-81669 München
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|