|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] 2 network devices inside a domU with one bridge
On Mon, Sep 28, 2009 at 3:34 PM, Rupert <linuxmls@xxxxxxxxxxxxxx> wrote:
> Hi,
>
> is there a way to get eth0 and eth1 inside my VM with just one bridge in
> dom0?
> I am transfering an VPN server to a VM and would like to keep the
> configuration like
> it is on the real machine.
>
> We use CENTOS with this line in the VM configfile.
>
> vif = [ "mac=00:16:3e:45:9c:df,bridge=xenbr0" ]
using
vif = [ "mac=00:16:3e:45:9c:df,bridge=xenbr0",
"mac=00:16:3e:45:9c:e0,bridge=xenbr0" ]
should work
>
> I already tried to add another "" section, but this gave me a kernel panic
> when i started the VM.
domU panic? What does it say?
Did you use the latest kernel-xen? If not, try updating first.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|