|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] bridge networking issue from dom0 to the world
> -----Ursprüngliche Nachricht-----
> Von: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-
> bounces@xxxxxxxxxxxxxxxxxxx] Im Auftrag von Con Hennessy
> Gesendet: Donnerstag, 23. Juni 2011 22:56
> An: xen-users@xxxxxxxxxxxxxxxxxxx
> Betreff: Re: [Xen-users] bridge networking issue from dom0 to the world
>
> On Thu 23 Jun 2011 21:32:34 Todd Deshane wrote:
> > On Thu, Jun 23, 2011 at 11:47 AM, Con Hennessy <con.hennessy@xxxxxxxxxx>
> wrote:
> > > Hi,
> > > I've manually setup the xen cfg for my domU (xen-create-tool was not
> > > available on SuSE and I could not seem to get virt-manager to do what I
> > > wanted - or made sence of it :( ).
> >
> > Can you post the domU config file that you are trying to use?
>
> Damn. I was trying to make sure I forgot nothing - except the obvious :)
>
> # grep -v "^#" test2.cfg | grep -vE "^$"
>
> kernel = "/boot/vmlinuz-xen"
> ramdisk = "/boot/initrd-xen"
> memory = 512
> name = "test2"
> vcpus = 1
> vif = [ 'mac=00:16:00:00:00:43, ip=x.y.z.125', 'bridge=br0' ]
> disk = [ 'phy:vgvm/xenvm01,xvda1,w','phy:vgvm/xenvm01-swap,xvda2,w' ]
> root = "/dev/xvda1"
> extra = " console=xvc0"
Hi,
try
vif = [ 'mac=00:16:00:00:00:43' ]
and assign IP in domu.
Hope it helps
Guido
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|