Subject: Re: Cant install NetBSD DOMU
To: mark kirby <mark@fishladder.co.uk>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-xen
Date: 02/09/2008 20:08:16
On Sat, Feb 09, 2008 at 05:55:40PM +0000, mark kirby wrote:
> Manuel Bouyer wrote:
> >
> >You need to setup bridge0 before starting the domU.
> >E.g.:
> >ifconfig bridge0 create
> >brconfig bridge0 add <your network interface> up
> >
> bridge0 is set to come up on boot.
> 
> ifconfig
> 
> bridge0: flags=41<UP,RUNNING> mtu 1500
> 
> bash-3.2$ cat /etc/ifconfig.bridge0
> create
> !brconfig $int add tlp0 up
> 
> As per the how to.

If your domU conf entry is still
vif = [ 'mac=aa:00:00:50:02:f0 bridge=bridge0' ]
you're missing a coma; it should be
vif = [ 'mac=aa:00:00:50:02:f0, bridge=bridge0' ]

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
     NetBSD: 26 ans d'experience feront toujours la difference
--