...memory isn't always reliable. However, I promised to come back with details. The two reboots I mentioned earlier were actually done to ensure VMware Tools were installed properly. They were scheduled at the same time as the Windows security patching, and sometimes pending reboots would block the VMware Tools installation.
And as a workaround for the issue with static IPs disappearing, we had a local account ready for console access via vCenter, and we ran a script beforehand that exported all VMs' IP configurations.
Original Message:
Sent: Jul 07, 2025 10:07 AM
From: Alexandru Capras
Subject: VMware Tools 13.0.0 Upgrade May Wipe Static IP Config - Heads-Up for Windows Admins!
I came across this a few months ago but can't recall the exact VMware Tools version - I think it was 12.x something. The workaround involved scheduling two reboots for the VMware Tools upgrade, which were set in the same window as the Windows security patching.
I'll dig into this a bit more, try to remember the exact steps, and get back to this thread with the details.
Original Message:
Sent: Jul 05, 2025 07:12 AM
From: Saibal Chatterjee
Subject: VMware Tools 13.0.0 Upgrade May Wipe Static IP Config - Heads-Up for Windows Admins!
Hey folks,
We recently ran into an issue while upgrading VMware Tools to version 13.0.0 on Windows Server VMs.
After the upgrade, we noticed:
β Static IPs disappeared, and VMs defaulted to DHCP - resulting in network drops and service disruptions.
If you're managing Windows servers with static addressing, planned properly.
π Why Does This Happen?
When VMware Tools updates, it often replaces the virtual NIC driver (like VMXNET3).
Windows detects this as a new network adapter, and:
- The original NIC is hidden
- Static IP is no longer bound to the new NIC
- The VM falls back to DHCP or ends up with no IP
β
What You Can Do to Prevent It
Here's the quick checklist we follow now:
πΉ 1. Record Static IP Details
Before upgrading, export or note down:
- IP, Gateway, DNS
- NIC names
πΉ 2. Avoid NIC Driver Upgrade (If Possible)
Use custom install during VMware Tools upgrade.
Uncheck NIC driver updates unless required.
πΉ 3. Clean Up Old Adapters
After upgrade, go to Device Manager
β Enable View > Show Hidden Devices
β Remove any ghost/hidden NICs
πΉ 4. Test First in Staging
Never update directly in production. We always test on low-impact VMs first.
Pro Tip:
Take a snapshot before the upgrade - it's a lifesaver for quick rollback.