[cs631apue] Testing the server

Paul-Anthony Dudzinski pdudzins at stevens.edu
Sat Nov 2 14:25:25 EDT 2013


Is anyone else having a hard time using telnet to connect between different
scrit labs (smurf and nemo)? I cannot get the connections to go through on
80, 8080 or any of the ports I am trying to use to test my web server. I
can get a connection on port 22 though... Is anyone testing on anything but
local host?

When I use the samples provided in class for datagrams I do not run into
the same error.

pdudzins at nemo:~$ host 155.246.89.106
106.89.246.155.in-addr.arpa domain name pointer smurf.srcit.stevens-tech.edu
.
pdudzins at nemo:~$ telnet smurf.srcit.stevens-tech.edu 38994
Trying 155.246.89.106...
telnet: Unable to connect to remote host: Connection refused
pdudzins at nemo:~$ telnet smurf.srcit.stevens-tech.edu
Trying 155.246.89.106...
telnet: Unable to connect to remote host: Connection refused
pdudzins at nemo:~$ telnet smurf.srcit.stevens-tech.edu 80
Trying 155.246.89.106...
telnet: Unable to connect to remote host: Connection refused
pdudzins at nemo:~$ telnet smurf.srcit.stevens-tech.edu 22
Trying 155.246.89.106...
Connected to smurf.srcit.stevens-tech.edu.
Escape character is '^]'.
SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.stevens.edu/pipermail/cs631apue/attachments/20131102/6fd690a1/attachment.html>


More information about the cs631apue mailing list