Piotr Jasiukajtis on 2009-3-14 5:50 wrote:> Hi,
>
> Can anyone explain how to create a dedicated VNIC (well this part I
> know) and add it to the domain?
>
After you create the vnic manually by running dladm, you can attach it
to the domU by running virsh command where you pass the link name of the
vnic as ''bridge'' and pass ''vif-dedicated''
script in command line. For
example, you can create a vnic named v0 using dladm. And you can pass it
to a domU named snv-p like below:
# virsh attach-interface snv-p bridge v0 --script vif-dedicated
Max