PHPWebSocket-Chat icon indicating copy to clipboard operation
PHPWebSocket-Chat copied to clipboard

socket error when trying to access client from remote computer.

Open anubhav1 opened this issue 11 years ago • 1 comments

i have installed a xampp server in computer A .I start the server in computer A and then I am trying to access client.php page (url is ipadresssofA/project/client.php) from computer B using the ip address of computer A. But it is displaying socket error.

And when i try same url on computer A (url is ipadresssofA/project/client.php). client get connects.BOTH COMPUTERS ARE CONNECTED WITH SAME WIFI

anubhav1 avatar May 10 '13 08:05 anubhav1

They could be connected to the same wifi but you're probably using a loop back address on computer B or your network separates the computers A and B so they are not able to communicate. Have you tried making computer A Public by doing port forwarding on your router and then Use public address on computer B?

adminy avatar Oct 14 '17 13:10 adminy