diff --git a/README.md b/README.md index 2bc0b94..2d0d5c7 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ $ git config --list **Accessing the server** 1. Establish ssh port forwarding. Open a command prompt. Run below command. The ssh IP address can be found from Tailscale console ```shell -$ ssh -L 3000:172.16.16.2:3000 -L 222:172.16.16.2:222 mitpenang@100.72.57.125 +$ ssh -L 3000:172.16.16.2:3000 -L 29419:172.16.16.2:29419 mitpenang@100.72.57.125 ``` 2. Open Chrome. Browse to Source Control Server [Mitech : Gitea](http://dev.mitech.com.sg:3000) diff --git a/vmWare.md b/vmWare.md new file mode 100644 index 0000000..8c8d9c4 --- /dev/null +++ b/vmWare.md @@ -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; +} + +``` \ No newline at end of file