RE: [syslog-ng]syslog-ng 1.6.4 and tcp_wrappers
Andrew, I put in my system, the hosts.allow below: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # hosts.allow This file describes the names of the hosts which are # allowed to use the local INET services, as decided # by the '/usr/sbin/tcpd' server. # in.tftpd: ALL :allow sshd: ALL :allow ALL: ALL :deny ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ And the configuration continue not working. May you help me, please. Thanks. -----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu]On Behalf Of Andrew J Caines Sent: quarta-feira, 21 de julho de 2004 20:25 To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]syslog-ng 1.6.4 and tcp_wrappers 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 | _______________________________________________ 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
My syslog / mysql is working good, but I am not a DBA and am wondering what kind of backup and maintence I should be doing. After a few weeks it is getting slower. I feel I need to keep the data but dont need it have it in the database. Looking for good recommendations Thanks __________________________________ Do you Yahoo!? Vote for the stars of Yahoo!'s next ad campaign! http://advision.webevents.yahoo.com/yahoo/votelifeengine/
Angelo On Thu, 22 Jul 2004 11:10:40 -0300 Subject: RE: [syslog-ng]syslog-ng 1.6.4 and tcp_wrappers "Amaral, Angelo" <angelo.amaral@hp.com> wrote: Another senario. Have you ever run ldd against syslog-ng itself? This will show how syslog-ng linked against libwrap library or not. On my Linux box, $ ldd /sbin/syslog-ng libnsl.so.1 => /lib/libnsl.so.1 (0x40020000) libresolv.so.2 => /lib/libresolv.so.2 (0x40034000) libwrap.so.0 => /usr/lib/libwrap.so.0 (0x40044000) libnet.so.2 => /usr/lib/libnet1/libnet.so.2 (0x4004c000) libc.so.6 => /lib/libc.so.6 (0x4005e000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) And, on my FreeBSD box, % ldd /usr/local/sbin/syslog-ng /usr/local/sbin/syslog-ng: libwrap.so.3 => /usr/lib/libwrap.so.3 (0x2807c000) libc.so.4 => /usr/lib/libc.so.4 (0x28084000) HTH mitch
Andrew,
I put in my system, the hosts.allow below:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# hosts.allow This file describes the names of the hosts which are # allowed to use the local INET services, as decided # by the '/usr/sbin/tcpd' server. #
in.tftpd: ALL :allow sshd: ALL :allow ALL: ALL :deny
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
And the configuration continue not working. May you help me, please.
Thanks.
-- Musashino-shi, Tokyo, Japan K12LTSP in Japanese ; http://open-mitch.dyndns.org/k12ltsp/
participants (3)
-
Amaral, Angelo
-
Ben Whittaker
-
michihito matsubara