You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
458 B
Markdown

# vmWare workstartion
- [Setup static IP](https://medium.com/shehuawwal/how-to-assign-a-static-ip-address-to-a-vmware-workstation-vm-de7773f9ef19)
- Update in `c:\programdata\vmware\vmnetdhcp.conf`. Add new entry for each vmware with fixed ip
```txt
# gitea server
host VMnet8 {
hardware ethernet 00:0c:29:F0:7C;73;
fixef-address 10.0.0.2;
}
# jenkins server
host VMnet8 {
hardware ethernet 00:0d:28:F0:7D;74;
fixed-address 10.0.0.3;
}
```