im very new to using xvm and osol in general. 

I am running osol snv_133 running as the dom0. I have a windows 7 domU setup 
and running and am able to add 3 different nics (by the looks of virtual 
machine manager) 

realtek 8139 - negotiates at 100mbps 
pcnet - installed some drivers 
http://www.amd.com/us-en/ConnectivitySolutions/ProductInformation/0,,50_2330_6629_2452%5E2454%5E2486,00.html
 - negotiates at 10mbps
ne2k_pci - realtek 8029? old 10mbps card.

Am i missing something? how do i get a gigabit nic in my domu?

virt-install --hvm --name dom1 --ram 1024 --vnc \
 --os-type=windows --os-variant=vista \
 --network bridge \
 --disk 
path=/tank/scratch/vm/Windows7_X86.vmdk,size=10,driver=tap,subdriver=vdisk,format=vmdk
 \
 --cdrom /tank/scratch/vm/Windows7.iso

This is bridged to a aggregate

LINK        CLASS     MTU    STATE    BRIDGE     OVER
e1000g0     phys      1500   up       --         --
e1000g1     phys      1500   down     --         --
aggr1       aggr      1500   up       --         e1000g0 e1000g1
xvm5_1      vnic      1500   up       --         aggr1
xvm6_0      vnic      1500   up       --         aggr1
xvm6_2      vnic      1500   up       --         aggr1

Maybe there are additional nic models that are not listed in virtual machine 
manager? I did some reading but was unable to find this answer.

Any help with this would be greatly appreciated.
-- 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to