Subject: Re: Cant install NetBSD DOMU
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: mark kirby <mark@fishladder.co.uk>
List: port-xen
Date: 02/09/2008 17:55:40
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.

Mark Kirby