On Fri, May 21, 1999 at 09:19:31AM +0800, Phil Maley wrote:
> Richard's suggestion of calling the non-standard telnet port
> something different looks like it might overcome my problem,
> but it might also leave /etc/services with no entry labelled
> "telnet". Does anyone know what really happens and whether the
> lack of any "telnet" entry will cause problems?

You actually want to change /etc/inetd.conf instead.  There's a
line that looks something like this:
telnet stream tcp nowait root /usr/sbin/in.telnetd in.telnetd

Change it to call your program instead, e.g.

telnet stream tcp nowait root /usr/something/node node

That way, the service number for telnet hasn't changed, but the
program that gets called for incoming telnet connections, has.

73,
ke6cbr

Reply via email to