clients cannot connect to server on another machine
Hello
I have written server/client programs in java. When i 'm executing my server and client on the same machine then , my client program can easily be connected to the server on the same machine , but when Server is running on one machine and client on another machine , client cannot connect to the server and creates an Exception that "No route to host".
I've tried with disabling the firewall and changing the port , but still the problem persists.
Anybody suggestions are welcomed...