[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Red Hat 7.1 TCP-Wrapper (/usr/sbin/tcpd) Problems
- Subject: [ale] Red Hat 7.1 TCP-Wrapper (/usr/sbin/tcpd) Problems
- From: george_vish at hp.com (VISH,GEORGE (HP-USA,ex1))
- Date: Thu, 21 Jun 2001 14:43:20 -0700
Does anyone know how to properly configure tcpd to integrate
into the new /etc/xinetd.d/* configuration files??? The man
page for tcpd references older examples from RH6.2 using
inetd.conf?!?
I tried this in /etc/xinetd.d/telnet:
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/tcpd #<--- Modified This
server_args = /usr/sbin/in.telnetd #<--- Added This
log_on_failure += USERID
disable = no
}
Restarted xinetd (/etc/rc.d/init.d/xinetd restart)
and then when I telnet from my machine (pc30) to the
machine (pc29) with an /etc/hosts.allow:
in.telnetd pc30
all I get back is the following hung telnet connection:
Trying 153.156.207.29...
Connected to pc29 (153.156.207.29).
Escape character is '^]'.
Any help would be greatly appreciated... Thanks in advance!!!
George Vish II
Senior Education Consultant
Hewlett-Packard Company
(404) 648-6403
george_vish at hp.com
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.