Well, in the xinetd.conf file, there is a directive in eace service section
that specifies 'something' = tcp. I forget what 'something' is..I'm not at
home. And I fugured that tcpd then controled those specified. Maybe I'm
wrong. Oh, I'm using 7.0. And, if these services no longer use tcp, how to
allow and restrict access from certain hosts?
--MB
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Gordon Messmer
Sent: Tuesday, September 26, 2000 11:46 PM
To: [EMAIL PROTECTED]
Subject: Re: xinetd
On Tue, 26 Sep 2000, Mark Basil wrote:
> Does anyone have any experience with xinetd? I chose to install this
> instead of inetd, and I can't figure the damn thing out. I can't get
telnet
> or ftp to work. I've configured /etc/xinetd.conf, hosts.allow/deny, and
> still can't get into my box.
xinetd usually doesn't call tcpd, so hosts.allow and hosts.deny won't be
used. I don't know if you're using Red Hat 7.0 or 6.2... in 7.0, the
default configuration for wu-ftpd is:
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It uses \
# normal, unencrypted usernames and passwords for authentication.
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}
Telnet should (I think, it's not installed) be:
service telnet
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_success += DURATION USERID
log_on_failure += USERID
}
MSG
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list