I have recently installed SSH and TCP-Wrappers on a solaris 8 box (SUN Ultra 60). I have suceccesfully got SSH running and have TCP_Wrappers successufuly logging all attempted conections to (Telnet,FTP,RLOGIN,RSH,netstat,tftp..etc..etc); I have edited /etc/INETD.conf to look like the following:
telnet stream tcp6 nowait root /usr/sbin/tcpd* in.telnetd
ftp stream tcp6 nowait root /usr/sbin/tcpd* in.ftpd
*where tcpd has wrapped the service
Here is the problem, it successfully logs the attempts to the service in /var/log/syslog, however it refuses the connection when it should be allowing it. I have created a /etc/hosts.allow (ALL: local networks) and a /etc/hosts.deny. (ALL: ALL)I know it is a problem with the TCP_Wrappers. Can any one help?
telnet stream tcp6 nowait root /usr/sbin/tcpd* in.telnetd
ftp stream tcp6 nowait root /usr/sbin/tcpd* in.ftpd
*where tcpd has wrapped the service
Here is the problem, it successfully logs the attempts to the service in /var/log/syslog, however it refuses the connection when it should be allowing it. I have created a /etc/hosts.allow (ALL: local networks) and a /etc/hosts.deny. (ALL: ALL)I know it is a problem with the TCP_Wrappers. Can any one help?