Hi,
There are three external networks configured in the pVDC which are mapped to 3 org networks, and these 3 org networks are available for use within a vApp in that org.
Now, I'm in the org VDC screen in vCD and I'm creating a VM inside a vApp. I configure each of the 3 vNICs in the VM to connect to the 3 networks (in the "hardware" tab for that VM). The addressing is "static - IP pool".
In vCD, for that VM in the "hardware" tab
vNIC0 (eth0) - MAC0 - IP0
vNIC1 (eth1) - MAC1 - IP1
vNIC2 (eth2) - MAC2 - IP2
But when the VM boots up (it's a linux VM btw), "ifconfig -a" in the VM console shows this...
eth0 - MAC0 - IP1
eth1 - MAC1 - IP2
eth2 - MAC2 - IP0
I'm a vCD newbie, so would appreciate some troubleshooting pointers. Thanks!