Wind4/vlmcsd

NO IPV4 ADDRESS

ghost77235 opened this issue · 3 comments

When I run in VMware Workstation, it shows up like below:
Screenshot 2022-10-18 022747

si458 commented

I don't think this has anything to do with this repo sadly
This repo is just for the software to active kms

What the VM is telling you is that it's trying to get an IP address from your network and failing to do so. It could be because:

  • You didn't attach a network card (NIC) to your VM when you created it
  • The network card type is VMware, and the ISO image doesn't have VMware Tools pre-installed, so it's unable to detect it. See if you can change it to Intel E1000 (Intel gigabit NIC).
  • The network card is attached to the wrong type of network. Needs to be bridged probably, but that really depends on what you're trying to do. If you want to activate a bunch of other VMs, you could use a host-only network. If you need to activate other computers running on the same network as the "server" running VMware, then bridged is your best bet, that way the VM can get its own IP address from your router's DHCP server.

I works when I changed the connection type, THANKSS