CSocket problem connecting with remote computer
-
I am writing a simple client/server program to be used for a simple game program. It works fine within my computer(both server and client running in the same computer), but when I try to connect to the server program (running in my computer) form other computer ( from internet cafe') it doesn't connect.... I think I am missing something. could you please give me some suggestions or information useful to make my clinet program connect with the server program running in different computer. thanks!!!! santosh Neupane
-
I am writing a simple client/server program to be used for a simple game program. It works fine within my computer(both server and client running in the same computer), but when I try to connect to the server program (running in my computer) form other computer ( from internet cafe') it doesn't connect.... I think I am missing something. could you please give me some suggestions or information useful to make my clinet program connect with the server program running in different computer. thanks!!!! santosh Neupane
-
Do you have a fixed IP-address for your home computer? Do you have a firewall on it? "Time to give a Newtonian demonstration, of a bullet, its mass and its acceleration." -Stephen Hawking the gangsta rapper
Yes. I have a fixed IP Address. I am not sure about a firewall. thank you.