Shell error
Perhaps I could be wrong, but when you're telneting a service you do this :
by this way :
you'll not get anything, so try by this form : telnet 127.0.0.1 6667
without the :
Code: Select all
jiv@hall ~ $ telnet 127.0.0.1 6667
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
:hall.ssp.sld.cu NOTICE AUTH :*** Looking up your hostname...
:hall.ssp.sld.cu NOTICE AUTH :*** Found your hostname (cached)
Code: Select all
jiv@hall ~ $ telnet 127.0.0.1:6667
telnet: could not resolve 127.0.0.1:6667/telnet: Name or service not known
jiv@hall ~ $
without the :