Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Cant install NetBSD DOMU



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@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--



Home | Main Index | Thread Index | Old Index