Linux and in.telnetd problems


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Linux and in.telnetd problems
# 1  
Old 08-30-2001
Data Linux and in.telnetd problems

Hi,

This is not the usual "unable to telnet to my machine" post. I:

* have ensured that in.telnetd is started from inet.conf

* that hosts.allow/deny are correctly configured

* in.telnetd is listening, and on the correct port

When I check my syslog i notice that tcpd (as I have in.telnetd running under tcp_wrappers) has 10 seperate entries (with ten seperate PIDs) proclaiming "exit status 1".

I am assuming that this is in.telnetd exiting in error. I cannot telnet to myself.

I have a hunch that this might be concerned with verifying the calling host

Now, my question is this: does in.telnetd (or tcp_wrappers for that matter) attempt to do some kind of DNS lookup on the calling host to verify the entry in hosts.allow/deny?

Can I put IP addresses in hosts.allow/deny to avoid this DNS lookup or otherwise turn it off?

Anyone else got any ideas?

Thankyou very much in advance! Smilie
# 2  
Old 08-30-2001
You can put IP addresses in the hosts.deny/allow. Same format as you would use for hostnames. tcpd will try to do a reverse lookup on any IP that connects. Ensure that your dns is functioning properly.
# 3  
Old 08-30-2001
telnet probs.

Yes. You must have your DNS configured properly.
You can set up ranges of IP's that are allowed.
For instance, if you want to allow all telnet
and ftp requests from your internal network,
you can...

in.telnetd: LOCAL, 192.168.254.
in.ftpd: LOCAL, 192.168.254.


Or allow all SSH requests from anywhere...

sshd: ALL
# 4  
Old 08-31-2001
Thankyou for your help

:-)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

telnetd daemon

Hi, When a client connected to AIX server by telnet is killed/crashes, is there a way for telnetd to recognize that and close/kill the application linked/started by that telnet session? We have a situation where clients disconnect because of frequent network outages, this leaves the... (2 Replies)
Discussion started by: mreyaz
2 Replies

2. SCO

Telnetd Port Options

Ok, here i am in 2008 trying to figure out how to edit the port of Telnetd in sco openserver 4.2. I googled my butt off and cant seem to find any info. Does anyone have some specific howto's or good documentation on this? (2 Replies)
Discussion started by: j0ntar
2 Replies

3. Solaris

Can't start telnetd

Hello all, I've got a problem on a V240 running Solaris 9, the telnet daemon won't start. The error message I get is "telnetd: stdin is not a socket file descriptor." I've never seen this message before and I'm not exactly sure what it means. I know generally what stdin, sockets, and file... (4 Replies)
Discussion started by: ONEX
4 Replies

4. Solaris

telnetd bug!

hi mates, a very important info for all solaris admins, there is a bug in telnetd on nearly every solaris version: pressy@mp-wst01 # id uid=100(pressy) gid=1(other) pressy@mp-wst01 # telnet -l "-froot" 192.168.40.1 Trying 192.168.40.1... Connected to 192.168.40.1. Escape character is... (3 Replies)
Discussion started by: pressy
3 Replies

5. Cybersecurity

telnetd vs telnetd -a

Hi folks. I have a quick question on using "telnetd" vs. "telnetd -a". OS: AIX 5.x (5.1 through 5.3 ML3) Some engineers at work want to stop using "telnetd -a" and use "telnetd". (and of course, if I could get a cogent answer from them, I wouldn't be posting this question...) :mad: The... (0 Replies)
Discussion started by: davidl9999
0 Replies

6. UNIX for Dummies Questions & Answers

telnetd: all network ports in use

I hope someone can enlighten me on this. A few weeks ago, the root file system my UnixWare 7.1.1 server became corrupt so I ended up doing a full restore of the OS from tape backup. Since then, after I get about 270 users on the system, the message "telnetd: all network ports in use" is... (1 Reply)
Discussion started by: davekox
1 Replies

7. UNIX for Dummies Questions & Answers

Linux problems

Hi I'm using linux slackware 8.0 with the 2.2.19 kernel I have some problems.. First problem: I cannot get kernel 2.4.* to work.. it hangs when I boot and displays someting like: configuring 100mbps tbase 100x full duplex what can cause this? and what can I do about it? Second... (4 Replies)
Discussion started by: Maestin
4 Replies

8. UNIX for Dummies Questions & Answers

Get telnetd to start a process other than login

I want to be able to get telnetd to start a program of my choice or one that I have written . . . or . . . write a daemon of my own to listen on a port other than 23 and when a connection arrives it should create a controlling tty/pty and then launch my program on the client side of the pty. A... (2 Replies)
Discussion started by: pdenaro
2 Replies

9. IP Networking

in.telnetd[5115] -- compromised?

/* Linux Slackware */ looking in my logs I see tons of entries similar to below. Does anyone know what these mean, and should I be concerned. I looked up a few of the IP's at Arin.net and saw that many of them belong to isp's (not good).. Any information is helpful.. Body of Messages log... (1 Reply)
Discussion started by: LowOrderBit
1 Replies
Login or Register to Ask a Question