VMware Cloud Community
sayanpha
Contributor
Contributor

vCAC 6.0.1 VM Multi networkcard problem

Hi all

I have some question to ask abou vCAC 6.0.1 multi network profile. I want my vm have 3 vnic and only vnic1 have DNS. My VM have 3 vnic each vnic has own subnet and ip address (picture 4) example

vnic1     172.19.206.xx    for service        --> Assign DNS

vnic2    10.7.214.xx    for management    --> No DNS

vnic3    10.96.138.xx    for backup           --> No DNS


each vnic have own static ip pool in network profile (picture 15).I already create Researvation as show (picture 14)

and create blueprint as show (picture 1) in my blueprint i use custom properties (picture 2 and 3). When i provisioing machine only the  vnic3 get DNS setting

but i want only vnic1 get DNS config i try to do this many many time but i stil can't assign DNS to vnic1

Thank you

Tags (2)
Reply
0 Kudos
5 Replies
sayanpha
Contributor
Contributor

6-Custom Properties Network1.png7-Custom Properties Network2.png8-Local Area Connection.png9-Local Area Connection 2.png10-Local Area Connection 3.png11-Net Adapter1.png12-Net Adapter2.png13-Net Adapter3.png14-Reservation Network.png15-Network Profile.png

Reply
0 Kudos
GrantOrchardVMw
Commander
Commander

Instead of using all of those custom properties, why don't use populate the Reservation and Network Path with the associated Network Profile?

Then use

VirtualMachine.Network0.Name = PortGroupName

VirtualMachine.Network0.ProfileName = ExternalNetworkProfileName

VirtualMachine.Network1.Name = PortGroupName

VirtualMachine.Network1.ProfileName = ExternalNetworkProfileName

VirtualMachine.Network2.Name = PortGroupName

VirtualMachine.Network2.ProfileName = ExternalNetworkProfileName

Grant

Grant http://grantorchard.com
Reply
0 Kudos
sayanpha
Contributor
Contributor

VirtualMachine.Network0.Name = PortGroupName

VirtualMachine.Network0.ProfileName = ExternalNetworkProfileName

VirtualMachine.Network1.Name = PortGroupName

VirtualMachine.Network1.ProfileName = ExternalNetworkProfileName

VirtualMachine.Network2.Name = PortGroupName

VirtualMachine.Network2.ProfileName = ExternalNetworkProfileName

In Reservation

The result is all 3 vnic get the ip address from static ip pool in Network Profile correctly but only the last vnic have DNS not vNIC0 as my configuration

Only Service Network Profile have DNS setting and i assign this to

VirtualMachine.Network0.Name = 1S-172.19.206-207.xx  <-- This is my portgroup name

VirtualMachine.Network0.ProfileName = 172.19.206-207.xx <-- This is my ExternalNetworkProfileName (with DNS Setting)

But vnic0 don't get DNS only vnic2 get DNS

:smileyconfused:

Any idea ???1-Reservation Network.jpg1-Network Profile External Service.jpg2-Network Profile External Backup.jpg2-Network Profile External Management.jpg

Reply
0 Kudos
GrantOrchardVMw
Commander
Commander

What OS? I'd like to try and replicate this.

Grant

Grant http://grantorchard.com
Reply
0 Kudos
sayanpha
Contributor
Contributor

Windows server 2008 R2 blueprint

i'll PM you

Thank you so much.

Reply
0 Kudos