Python Forum
Trying to connect to a server running on another machine - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Trying to connect to a server running on another machine (/thread-15054.html)



Trying to connect to a server running on another machine - PythonForever - Jan-01-2019

I am trying to connect from another machine(a virtual machine on my MAIN MACHINE) to my server that is running on my main machine but it never connects.

here is the code:
https://hastebin.com/eqilenipah.makefile

I have tried many solutions from stackoverflow and other sites but they never work for me.
The client connects normally if I'm using on main machine, so what does causes that?


RE: Trying to connect to a server running on another machine - heiner55 - Jun-07-2019

Your link does not work.