Subject: Re: Can't Telnet
To: Joe Chin <yardie@vt.edu>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 10/08/2000 16:50:16
On Sun, 8 Oct 2000, Joe Chin wrote:
> I'm having a tough time with 1.5_Alpha2. After doing a clean install on a
> DEC 3000 I can't telnet into the workstation.
>
> I configured ttys as such:
>
> ttyp0 none network secure
>
> is there anything I'm missing in this line to open a telnet session?
"telnet" and "ftp" are no longer enabled by default ("ssh" is the
modern, preferred replacement). So uncomment "telnet" in
/etc/inetd.conf, then either "hup inetd" or "/etc/rc.d/inetd reload".
Frederick