1
votes

I have a client service deployed and hosted on IIS in VM windows 10 machine. Then I have server side application hosted on host machine which is ubuntu. Now I need the server side application that is hosted on host machine to access the client side service. but it does not work so far. I tried what I could find on line, such as changing network setting to bridged adapter didn't really work. adding ip address into host file didn't work either.

worth to mention that the client service is running just fine on http://192.168.0.103:8080/ on guest machine. and server side service running also just fine on http://172.18.0.1:8082/ on host machine.

Any suggestions?