[syslog-ng]Problems getting tcp wrappers to work in Solaris

Ed Ravin eravin@panix.com
Wed, 18 Dec 2002 23:11:38 -0500 (EST)


Jason Buchanan writes:
> Can someone pass along the format required for properly implementing tcp 
> wrappers for syslog-ng?

I do this : 

in hosts.deny:

  syslog-ng: ALL EXCEPT 1.2.3.4

And I don't have a hosts.allow file.

However, the example you posted looked OK - it's possible there's
something else wrong.  Have you tried strace/ktrace/truss as
appropriate for your platform and see if syslog-ng is actually
searching for / reading in /etc/hosts.allow and hosts.deny?