Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: isolated "internal" network?
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
Home |
Main Index |
Thread Index |
Old Index