[SOLVED] Client-Server Communication: Server not able to receive Client data or viceversa !?
-
Hi, I am testing my simple client-server application mentioned here: "Client-Server application":http://qt-project.org/forums/viewthread/28233/.
The Server, I am running in Linux (Fedora). Client is in Windows XP. When I click Login button, nothing happens. Server doesn't get any data so client doesn't receive any.
I've 3 Ethernet cards in my Server. One which is eth0 - connected to internet, one LocalHost and another virbr0 - have another IP 192.168.XXX.XXX. I've tried all the three IP's- none worked :(.
But when Client is running on Server machine, it works!
What is happening, please solve my issue ...