baslinux AT lists.ibiblio.org
Subject: Baslinux mailing list
List archive
- From: baslinux AT lists.ibiblio.org
- To: baslinux AT lists.ibiblio.org
- Subject: [BL] Suse syslog redirects to a Windows server
- Date: Mon, 9 Jun 2008 06:52:42 -0700 (PDT)
Hi,
I have a Novell suse 10 linux box which runs syslog-ng. I am trying to
redirect the syslog messages to a Windows 2003 server.
I have setup the syslog-ng.conf (changes are in italics):
...
source src {
#
# include internal syslog-ng messages
# note: the internal() soure is required!
#
internal();
#
# the following line will be replaced by the
# socket list generated by SuSEconfig using
# variables from /etc/sysconfig/syslog:
#
@SuSEconfig_SOCKETS@
#
# uncomment to process log messages from network:
#
udp(port(514));};
....
destination mail { file("/var/log/mail"); };
destination postfix_mail { udp("10.141.52.15" port (514)); };
log { source(src); filter(f_mail); destination(mail); };
log { source(src); filter(f_mail); destination(postfix_mail); };
The Windows server is open on udp port 514. But it doesnt seem to reflect
anything on the Windows box? Do I need to make any more changes on the
Windows end?
Thanks for all your help in advance.
--
View this message in context:
http://www.nabble.com/Suse-syslog-redirects-to-a-Windows-server-tp17678126p17678126.html
Sent from the BasicLinux Mailing List mailing list archive at Nabble.com.
-
[BL] Suse syslog redirects to a Windows server,
baslinux, 06/09/2008
-
Re: [BL] Suse syslog redirects to a Windows server,
baslinux, 06/09/2008
-
[BL] BL on Toshiba T4800CT,
baslinux, 06/10/2008
- Re: [BL] BL on Toshiba T4800CT, baslinux, 06/10/2008
-
Re: [BL] BL on Toshiba T4800CT,
baslinux, 06/10/2008
-
Re: [BL] BL on Toshiba T4800CT,
baslinux, 06/11/2008
-
Re: [BL] BL on Toshiba T4800CT,
baslinux, 06/11/2008
- Re: [BL] BL on Toshiba T4800CT, baslinux, 06/11/2008
- Re: [BL] BL on Toshiba T4800CT, baslinux, 06/11/2008
-
Re: [BL] BL on Toshiba T4800CT,
baslinux, 06/11/2008
- Re: [BL] BL on Toshiba T4800CT, baslinux, 06/11/2008
-
Re: [BL] BL on Toshiba T4800CT,
baslinux, 06/11/2008
-
Re: [BL] BL on Toshiba T4800CT,
baslinux, 06/11/2008
-
[BL] BL on Toshiba T4800CT,
baslinux, 06/10/2008
-
Re: [BL] Suse syslog redirects to a Windows server,
baslinux, 06/09/2008
Archive powered by MHonArc 2.6.24.