posted 9 years ago
Hello,
I am trying establish a server (my android phone) client(my computer at home) connection.
My computer is in Lan network. so i could overcome the issue of starting a connection within the Lan network.
Because of the NAT mechanism i tried to create the android mobile as a server and my computer as a client, my computer will start the connection to the android mobile.
I created the server in my mobile with ServerSocket
I found my android ip address in web like www.whatsismyip.com
It is not working. the client(my computer) can't find the server(my phone).
(I know this not recomended architecture)
What is wrong? why is it not working? why the client can't connect to the server?
Thank's
Itamar.