Jump to content

Renato Sinohara

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

About Renato Sinohara

Renato Sinohara's Achievements

0

Reputation

  1. Ok i fugured out part of it... I was starting the TcpListener with 127.0.0.1 as local IP. So i couldn't connect to it from others computers. But still I'm having problems to connect through the internet. I am behind a router, so I think the problem is that I have to set my local IP to my lan address when I start the listener, but like this I can't get a connection from outside the lan. Does anybody know a solution to starting a listener behind a router?? Please help me Oh yes I should say I've set up the port forwarding of the router so I don't see what else is keeping me from connecting exept for having the right IP when I start listening.
  2. Ok, I've tried turning off firewalls, pinging the machines sure works, but i can't even make one machine connect to itself (i do, but only using localhost, not its IP on the network). I figured out its probably a security issue, like being unable to accept incoming connections, but can't see how to fix it. Besides I extensively use p2p and other sharing programs and they do well. Thanks for your help.
  3. I know it must be basic stuff but there comes an easy one for you: I'm am creating a simple multiplayer game, now I just need to set up the network part. The thing is I can't make even the simplest client-server chat because I get stuck on this connection denied error(error 10061). I can make one machine connect to itself using localhost(127.0.0.1) but it wont work even with its network address. I'm sory it must really be simple but i've been having trouble with this one. Thanks a lot.
×
×
  • Create New...