[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.