Originally posted by: SystemAdmin
I installed and configured TCP Wrapper on AIX 5.3 and all went well except the /etc/hosts.allow won't work with wild card "*" or "?" for the client hostname list. If I have following in /etc/hosts.allow, everything works as expected(ftp access restricted to host01 and 02):
ftpd : host01.domain.com host02.domain.com
However it does not work if I try:
ftpd : host*.domain.com
or
ftpd : host0?.domain.com
or
ftpd : *.domain.com
TCP Wrapper I installed is come from 5.3 AIX expansion pack. I tried tcp_wrappers-7.6.1.0 from bullfreeware.com, same problem. I also tried it on redhat linux, the wildcards works fine.
Any ideas?
Thanks
#AIX-Forum