RE: ASYNC SOCKETS
- Posted by Chris Bensler <bensler at mail.com> May 09, 2002
- 396 views
I'm pretty sure most every system has an echo server built with the sockets just for such a reason, for testing. port 7?? It's often exploited as a hole for hackers to enter systems. Chris Martin Stachon wrote: > jordah ferguson wrote: > > ... > > > > Bytheway, has any one noticed you cannot connect to your local computer > > if not on the internet using winsock.ew. Even if it can resolve your > > hostname or IP address. > > You *can* connect. Connect to "localhost", or "127.0.0.1". Of course you > must listen on some port. You can try to launch the Telnet server using > async sockets > by bjackson and telnet to 127.0.0.1 at port 23. If you cannot connect > you can have some > problem/firewall on your machine. > > Martin > >