TCP Wrappers on Solaris
Could someone either provide a link to the Solaris 8 forum
Or..
I have downloaded and installed (pkgadd) tcp_wrappers-7.6-sol8-sparc-local.gz for Solaris 8 SPARC
from sunfreeware
I used the advanced option as per this pkg instructions
I am getting the following in syslog:
"refused connect from 0.0.0.0"
and at the commandline for
telnet myhost
I get:
Connection closed by foreign host
The /etc/hosts.deny has: ALL: ALL
the /etc/hosts.allow has: in.telnetd: 100.100. (shortned IP address for the subnet)
and ALL: 127.0.0.1
I am using a space between the in.telnetd: and the ip address not a tab.
The /etc/inet/inetd.conf looks like this:
"telnet stream tcp6 nowait root /usr/local/bin/tcpd in.telnetd"
default is IPv4
Thanks for your help

