Home

 


Re: Coded messages on US govt timeserver's nonstandard port Posted on: Tue, 05 Apr 2005 22:50:04 EDT

On 2005-04-05, Moe Trin wrote:
> In article , Steve Kostecke wrote:
>
>>On 2005-04-05, Marc Brett wrote:
>
>>> This had me going for a while, but it turns out it's just a
>>> server status report via the finger(1) command.
>
>>> % telnet time.nist.gov 78
>
>>finger uses port 79 ...
>
> By default, yes. But that doesn't mean someone can't configure a
> finger server on some other port.

True. But the original example does not follow the finger protocol. In a
finger server conversation the client has to provide the username. For
our example we'll finger root:

steve:~$ telnet localhost 79
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
root
There is no such user.
Connection closed by foreign host.
steve:~$

The original example is similar to daytime in that merely connecting to
the port results in a reply:

steve:~$ telnet localhost 13
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Tue Apr 5 22:05:27 2005
Connection closed by foreign host.
steve:~$

--
Steve Kostecke
NTP Public Services Project - http://ntp.isc.org/
34381. Re: Coded messages on US govt timeserver's nonstandard port
34382. Re: Coded messages on US govt timeserver's nonstandard port
34383. Re: Coded messages on US govt timeserver's nonstandard port
34384. Re: Coded messages on US govt timeserver's nonstandard port
34385. Re: Coded messages on US govt timeserver's nonstandard port
34386. Re: Coded messages on US govt timeserver's nonstandard port
34387. Re: Coded messages on US govt timeserver's nonstandard port
34388. Re: Coded messages on US govt timeserver's nonstandard port
34389. Re: Coded messages on US govt timeserver's nonstandard port
34390. Re: Coded messages on US govt timeserver's nonstandard port
34391. Re: Coded messages on US govt timeserver's nonstandard port
34392. Re: Coded messages on US govt timeserver's nonstandard port
34393. Re: Coded messages on US govt timeserver's nonstandard port
34394. Re: Coded messages on US govt timeserver's nonstandard port
34395. Re: Coded messages on US govt timeserver's nonstandard port
34396. Re: Coded messages on US govt timeserver's nonstandard port
34397. Re: Coded messages on US govt timeserver's nonstandard port
34398. Re: Coded messages on US govt timeserver's nonstandard port
34399. Re: Coded messages on US govt timeserver's nonstandard port
34400. Re: Coded messages on US govt timeserver's nonstandard port