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.
458 B
458 B
vmWare workstartion
- Setup static IP
- Update in
c:\programdata\vmware\vmnetdhcp.conf. Add new entry for each vmware with fixed ip
# 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;
}