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 15 Jul 2008, at 13:55, rmarfisi@xxxxxxxxx wrote:

how i create a bridge
without a physical device?

You can use a dummy device

make device:
# ifconfig dummy0 10.0.0.1 netmask 255.255.255.0

and then add it to the bridge:
# brctl addbr br1
# brctl addif br1 dummy0

or you let xen make the bridge for you:
in /etc/xen/xend-config.sxp:
(network-script 'network-bridge netdev=dummy0 bridge=br1')


Bye,
Thomas

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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