When deploying Windows virtual machines from a template in VMware Aria Automation, the virtual machine may fail to populate the default gateway, even when the network profile correctly specifies it. This issue occurs when the template itself retains a static IP configuration, which prevents Aria Automation or DHCP/IPAM from successfully reconfiguring the network adapter during deployment.
The virtual machine template contains a hardcoded static IP address or gateway configuration in the Windows registry or network adapter settings. During deployment, the Guest OS customization process or Aria Automation cannot overwrite these settings because the existing static configuration conflicts with the expected dynamic assignment.
sysprep /generalize /oobe /shutdown to ensure the template is clean.Ensure that your Aria Automation Network Profile does not conflict with the template settings. If the issue persists, review the C:\Windows\Panther\setupact.log for errors related to network re-assignment.