DemitasseNZ / vSphereAutoLab

Nested vSphere lab that builds itself
Apache License 2.0
14 stars 6 forks source link

Windows VM NIC name #23

Closed DemitasseNZ closed 6 years ago

DemitasseNZ commented 9 years ago

When building DC you may see a msg about a failure setting IP address. Check with ipconfig the proper name of your ethernet card. Edit the build.cmd on the floppy and replace "ethernet" with your proper value. Mine is "ethernet0". Save, close and restart installation... netsh interface ip set address "Ethernet0" static 192.168.199.4 255.255.255.0 192.168.199.2 1 netsh interface ip set dnsservers "Ethernet0" static 192.168.199.4 primary

DemitasseNZ commented 6 years ago

Unable to replicate this issue. Ethernet adapter always shows up as "Ethernet"