I recently upgraded my linux box to Mandrake 7.2. I can't seem to get ftp or
telnet access setup for any user.
The 7.1 version had it mostly setup out of the box so to speak.
xinetd.conf
#
# simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST RECORD
}
{
service ftp
flags = REUSE NAMEINARGS
socket_type = stream
protocol = tcp
wait = no
user = root roberwi2
server = /usr/libexec/ftpd
server_args = ftpd -1
only_from = 169.205.134.0
}
{
service telnet
flags = REUSE NAMEINARGS
socket_type = tcp
protocol = tcp
wait = no
user = root roberwi2
server = /usr/libexec/telnetd
server_args = telnetd
only_from = 169.205.134.0
}
includedir /etc/xinetd.d
hosts.conf
order dns,host,bind
multi on
hosts.allow
#
#hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as
decided
# by the /usr/sbin/tcpd server
#
#
ALL: LOCAL
ALL: .revlon.com
Nothing in hosts.deny.
******************************************************************
This message is intended only for the use of the Addressee and may contain
information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended
recipient, you are hereby notified that any dissemination of this communication
is strictly prohibited. If you have received this communication in error, please
erase all copies of the message and its attachments and notify us immediately.
Thank You.