Subject: Re: isolated "internal" network?
To: Florian Heigl <floh@deranfangvomen.de>
From: Geert Hendrickx <ghen@NetBSD.org>
List: port-xen
Date: 09/13/2006 13:25:34
On Wed, Sep 13, 2006 at 11:26:00AM +0200, Florian Heigl wrote:
> I think You should create a lo1 in dom0 and attach a bridge to that, then
> assign it to all domUs that are ought to see it and also to one that acts
> as firewall/router.

Good idea, I hadn't thought of using lo(4).  However, on my test machine:

# ifconfig bridge0 create
# ifconfig bridge1 create
# ifconfig lo1 create
# ifconfig lo1 inet 10.0.0.1/24
# brconfig bridge0 add fxp0
# brconfig bridge1 add lo1
brconfig: add lo1: Invalid argument

...?

	Geert