Users in a vSphere 8.0U3g environment report that virtual machines (VMs) created via cloning exhibit unexpected networking behavior during the initial power-on sequence.
VMware vSphere ESXi
VMware vCenter Server
This behavior often occurs when the guest operating system's networking stack or a Guest Customization task overrides the hardware configuration during the initial boot phase. If the underlying .vmx file or the Customization Specification triggers a re-read of the hardware state, the NIC may be "hot-added" or re-enabled by the VMware Tools service to complete customization tasks.
To ensure a cloned VM remains isolated from the network until manually configured, use one of the following validated methods.
Method 1: Hardware Customization (Manual Clone)
Method 2: VM Customization Specifications (Recommended for Automation)
For a robust, repeatable process that prevents IP conflicts and SID issues in Windows, use a Customization Specification.
Method 3: Direct .vmx Modification (Advanced)
If the GUI settings are being bypassed, you can hard-code the state into the VM configuration file.
.vmx file. ethernet0.startConnected = "FALSE"