Hello all,
1. I have created VPC and 2 network tiers. 2. Added VM to the 1-st one (default). Got IP by DHCP, everything works so far. 3. Added 2-nd network tier to the same VM at run-time. VIF initialised and I run dhclient for 2nd interface and got IP from 2nd tier. Everything works ... until 4. Reboot 5. After reboot VM console shows : * ???that 1-st network (default) was neglected by DHCP server -- I got NACK for DHCP offer from VM * 2-nd network got ACK from DHCP server and IP, but since it is not default NIC - route is not provided * VM is waiting for default route from VR for 30 seconds and after timeout I have non-working configuration. 1-st interface has no IP, there is no default route. Am I doing something wrong? Can VM have 2 NICs in different tiers or this kind of scenario is prohibited? As far as VM has only 1 NIC everything works fine. Thank you for explaination, Vadim.