Hi,
        I would like to use SYSLOG-NG to relay syslog messages received to multiple destinations.  Through TCPDUMP I can tell I receive the messages but they aren't not being sent to the destionations. Any help will be greatly aprreciated of course...



#sample syslog-ng.conf for a remote client
source src
        {
                udp (ip(0.0.0.0) port (514));
                tcp (ip(0.0.0.0) port (514));

        };

destination loghos
           {
                                        udp ("172.22.134.58" port(514));
#                                       udp ("172.22.134.55" port(514));

};

log             {
                        source (src); destination (loghos);
                };
________________________________________________________
DTCC DISCLAIMER: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify us immediately and delete the email and any attachments from your system. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.