Getting syslog-ng to listen to the network
From SUSE Wiki
Type: Howto, Application-Specific (syslog-ng)
Tested Versions: 9.x
Written By: Rbos
Further Modifications By: Kamatsu
| This article is considered overly breif in it's explanations. You can help SUSE Wiki by expanding it |
To get syslog-ng to listen to the network,
edit /etc/syslog-ng/syslog-ng.conf.in and uncomment the line
#udp(ip("0.0.0.0") port(514));
by removing the # mark. Then save and run
$ SuSEconfig --module syslog-ng
SuSEconfig will reload the new configuration
Categories: Networking | Howto | SUSE 9.x | Syslog-ng | Breif Articles

