On Sat, Aug 02, 2003 at 03:38:32PM +1200, Andrew Packer wrote:
> 4. I haven't got a telnet demon running so have never been able to
> telnet into port 631.
'telnet' can be used as a diagnostic tool, not as just a telnet client. The
telnet daemon (telnetd, or in.telnetd) usually only listens to port 23. in
this case, you're not trying 23, you're trying 631. no need for a telnet
daemon. examples:
ssh:
[EMAIL PROTECTED]:~> telnet localhost 22
Trying 127.0.0.1...
Connected to toolbox.
Escape character is '^]'.
SSH-1.99-OpenSSH_3.6.1p2 Debian 1:3.6.1p2-4
smtp:
[EMAIL PROTECTED]:~> telnet localhost 25
Trying 127.0.0.1...
Connected to toolbox.
Escape character is '^]'.
220 toolbox ESMTP Exim 3.36 #1 Sat, 02 Aug 2003 16:00:28 +1200
etc etc....
Mike.
--
Mike Beattie <[EMAIL PROTECTED]> ZL4TXK, IRLP Node 6184
Spock, the women on your planet are logical. No other planet in the
galaxy can make that claim. -- Capt. James T. Kirk