syslog-ng 1.6.4 and tcp_wrappers
My name is Angelo, And I have equal problem of Joe Geek I compile the syslog-ng with support tcpwrappers. I put in hosts.deny my filter and it´s not work. Thanks. -----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu]On Behalf Of Joe Geek Sent: quinta-feira, 15 de julho de 2004 18:41 To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]syslog-ng 1.6.4 and tcp_wrappers I've got syslog-ng v 1.6.4 compiled with tcp_wrapper support and tried to block a particular ipaddress in hosts.deny Does the syslog-ng daemon have to be started from inetd for this to work? Does syslog-ng use tcp_wrappers for UDP traffic also? _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
Hi! I use syslog-ng to log all incomming pckts in a named pipe. Then I run a script to parse all the information I need. The problem is that a couple of minutes after 6.00 the process stops. I know the problem is not in my script, so I decided it could be a cron job that restarts the syslog-ng daemon. But in cron.daily I saw only sysklogd. How does this communicates with syslog-ng so that the whole process restarts? Has anyone idea how to fix that problem? cheers Dian
Angelo,
I compile the syslog-ng with support tcpwrappers. I put in hosts.deny my filter and it?s not work.
From reading the documentation, you and Joe should be aware that hosts.deny is depreciated and that deny statements go in hosts.allow, eg. ALL : localhost 127.0.0.1 your.server.or.IP : allow sshd : ALL : severity auth.info : allow syslog-ng : your.network : allow ALL : ALL : severity auth.notice : \ twist echo "You are not welcome to use %d from %h." You should also see any errors or warnings when you run tcpdchk. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |
participants (3)
-
Amaral, Angelo
-
Andrew J Caines
-
Dian HiWi