Hi all,

For a long time I had our bbs set up so that incoming telnet 
connections would bring up a NODE response instead of the 
standard TELNET login. I had set this up by making the entries 
in /etc/services as follows:

telnet  24/tcp
node            23/tcp

It worked fine until I upgraded the machine to RedHat 5.2. After that,
telnet originating from the machine would try to access port 24 on the 
distant machine. It seems the telnet software on our box now checks 
/etc/services to see what port it should be using instead of assuming 
that it should be 23.

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?

73
Phil vk6ad

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Adams
> Sent: Wednesday, 19 May 1999 6:07
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: ax25 utils
> 
> 
> According to Ted Gervais: While burning my CPU.
> > 
> > I just discovered that if someone telnets into my system, where 
> I am using
> > the ax25 utils node set up, that everything is fine if that person is
> > coming from an amateur internet account. If it is a Commerical one, the
> > ax25 node says something like " I don't want to talk to you'.
> > Obviously something is built into the code ( I would think) to 'police'
> > one's operation such that non-hams will not be able to access 
> these nodes.
> > 
> > Assuming that this is correct, is there a way to disable this 
> restriction 
> > so users who ARE hams, can get into my node?
> 
> Setup your /etc/node.perms file for known users, an example is in
> ./ax25-utils-2.1.42*/etc/oh7lzb/ax25
> 
> You could also attach the login process to another port for telnet access
> via /etc/inetd.conf a good port is 24, but keep it to yourself and your
> known friends.
> 
> You could use the following.
> 
> /etc/services
> 
> ted   24/tcp          # Allow telnets on this port.
> 
> /etc/inetd.conf
> 
> ted    stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd
> 
> kill -HUP pidof inetd
> 
> A user then would do from his console.
> 
> telnet ve1drg 24
> 
> That way known trusted users could access your machine and use there
> accounts.
> 
> > 
> > ----
> > Ted Gervais <[EMAIL PROTECTED]>
> > 
> > 
> 
> 
> -- 
> Regards Richard.
> [EMAIL PROTECTED]
> 
> 

Reply via email to