I have a base machine where I have multiple entries to connect to different developer's server in my hosts file.
Example: 127.0.0.1 dev.domain.com
Now, I use putty to connect to these servers securely.
I also have a VMware machine in which I can perform the same process. But, I do not want to connect to Putty everytime I use my VMWare. Previously I used to enter my base machine's ip into VM's hosts file like
192.168.1.4 dev.domain.com and it used to connect me to the domain within VM without connecting to Putty in VM.
This is not working anymore for me.
Please help