WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

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

<Prev in Thread] Current Thread [Next in Thread>