New install of RH 7.1 (Seawolf)
attempting to get telnet/ftp/finger services running
(Please no replies about ssh, this is a home network )
Have verified that
telnet-server
xinetd
wu-ftpd
are all installed.
running chkconfig --list
verified that xinetd telnet/ftp are on
I am able to loopback telnet
$telnet localhost
Works
So it is a permission problem.
/etc/hosts.allow is set up
in.telnetd: 192.18.0.6
192.168.0.6 being the machine I am telneting from.
Any other suggestions would be helpful.