On Wed, Apr 28, 2010 at 11:29 PM, Christopher G. Stach II cgs@ldsys.net wrote:
----- "Ed Donahue" liberaled@gmail.com wrote:
Command just times our for me
virt-install --paravirt --vcpus=4 --name server1 --ram 4096 --file /opt/xen-images/hlcnwmmp01.img -x "ks=http://10.203.1.11/kickstart/ks-xen.cfg" --file-size 40 --location http://128.61.111.11/pub/centos/5.4/os/x86_64 -b peth0
[...]
peth0 is there:
``-b'' is for a bridge interface. pethX is not usually a bridge. Try ``brctl show''.
-- Christopher G. Stach II http://ldsys.net/~cgs/ _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
# brctl show bridge name bridge id STP enabled interfaces virbr0 8000.000000000000 yes xenbr0 8000.feffffffffff no vif4.0 peth0 vif0.0
What argument do I use to have the virt use peth0? Like on virt-manager Network options, which doesn't show peth0.