java - Socket programming is not working -
i using socket programming in java. working in computer. when run server in computer , run client in computer not working. when run server in computer , run client in computer working.
in case stack trace , code snippet can hepful. can assume following reasons:
- firewall
- routing
to check routing try ping server client. if ping works have firewall problem. if both computers in same network check personal firewall configuration. server computer not allow "strangers" connect port have chosen.
i try stop filrewalls on both machines first. if helps start them again , learn how create firewall rule allows application work.
Comments
Post a Comment