[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: R: Re: [Xen-users] more bridge with one NIC
On Tuesday 15 July 2008, rmarfisi@xxxxxxxxx wrote: > >Bridges do not need to enslave physical devices. > > how i create a bridge > without a physical device? brctl new <bridge name> The bridge now appears as an interface you can configure using ifconfig, if you want to give it an IP address. You can add interfaces (real or virtual) to it using: brctl addif <bridge> <device> and remove them using: brctl delif <bridge> <device> See brctl --help or man brctl for more information. Cheers, Mark -- Push Me Pull You - Distributed SCM tool (http://www.cl.cam.ac.uk/~maw48/pmpu/) _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |