Please help me .I am new in Socket programming.These are process i am following .So please help me in 5th point because i am stuck in that point to implement
I have created socket programming with a client and server system.
Client and server are communicating perfectly in local network.
When I am making a laptop with dongle as a server and connecting with a client machine which resides within a router(local system within a local network created by router) is working fine.
when I am making server a machine which resides within a router (local system within a local network created by router)and trying to communicate with client which is a laptop with dongle(ie outside local network) is not working. Every time it is giving timed out error message.
Outside local network system is not able to communicate with inside local network(ie system within router).
Thanks In advance