Hey all, currently when we add a new network adapter to a VM in vSphere 6.7, it defaults to creating it as an E1000 network adapter as shown in the screenshot. 99.9% of the time we will want a VMXNet network adapter instead, so is there a way to change the default type of a newly created adapter on a VM?
Thanks!
Deploy from a template or script?
We have our default template that creates a VM with one VMXNet adapter. I'm asking about the case when a VM requires a second or third network adapter and I'm manually adding another one from the VM Settings page after the template deployment has run.
So a script or some other automation solution, I don’t think there’s anything built into vSphere which does that.
I think it's absolutely natural to be on E1000E! because all cascaded options on the vsphere client are sorted in alphabetical form by default.
I always assumed that the defaults for virtual devices were selected according to more useful criterias than alphabetical order.
More useful would be to pick either "best performance" or "drivers already included in guestOS distribution"
That would make a E1000 for guests like XP.win2003 a good choice
E1000E for guests like Win 2012, 2016 and so on
VMXnet3 for recent Linux distibutions.
Agree with Continuum. At least for us, this isn't critical functionality, but it would be a nice option to be added at some point in the future.
Thanks for the responses, everyone.