|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Emulating Multiple NIC cards on Guests
Augusto Castelan Carlson wrote: You don't necessarily require to assign an ip address to eth1 or even bring it up in dom0 if that is only used for network traffic to guests and not required to communicate to dom0. But the default behavior of network-bridge script is to bring it up automatically through do_ifup() in op_start (). What I usually do is I would copy the network-bridge to network-bridge-noifup and comment out do_ifup () calls in op_start() and op_stop() in network-bridge-noifup. Then configure my xend-config.sxp as below (network-script network-bridge-custom) Then I would configure netowrk-bridge-custom as below #!/bin/bash /etc/xen/scripts/network-bridge $1 netdev=eth0 bridge=xenbr0 vifnum=0/etc/xen/scripts/network-bridge-noifup $1 netdev=eth1 bridge=xenbr1 vifnum=1 Hope this clears things. --Sadique Thanks, Augusto ------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |