|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] bridge networking issue from dom0 to the world
> -----Ursprüngliche Nachricht-----
> Von: todd.deshane.xen@xxxxxxxxx [mailto:todd.deshane.xen@xxxxxxxxx] Im Auftrag
> von Todd Deshane
> Gesendet: Donnerstag, 23. Juni 2011 23:54
> An: Guido Hecken; cp.hennessy@xxxxxxxxxx
> Cc: xen-users@xxxxxxxxxxxxxxxxxxx
> Betreff: Re: [Xen-users] bridge networking issue from dom0 to the world
>
> On Thu, Jun 23, 2011 at 5:32 PM, Guido Hecken
> <guido.hecken@xxxxxxxxxxxxx> wrote:
>
> > try
> > vif = [ 'mac=00:16:00:00:00:43' ]
>
> I think you actually mean ['mac=00:16:00:00:00:43,bridge=br0']
>
> The problem with the original is the you ended the single quote too
> soon for the bridge.
>
> The config that you had will produce two domU nics, not one. And you
> want the bridge to be associated with the first nic.
@Todd,
afaik the line
vif = [ 'mac=00:16:00:00:00:43' ]
creates an interface on the standard bridge with the above mac.
I have this line on a lot of domu without problems so far.
@CP
These two lines (xend-config.sxp) are from a running system
(network-script 'network-bridge')
(vif-script vif-bridge)
Give it a try with the above single vif statement and the above network
statements in xend-config.sxp.
You might have to restart at least the xend processes.
Perhaps, reboot the hole machine.
Guido
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|