parent
7bf3f74ecb
commit
17df8ef886
@ -0,0 +1,18 @@
|
|||||||
|
# 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue