Getting syslog-ng to listen to the network

From SUSE Wiki

Jump to: navigation, search

Type: Howto, Application-Specific (syslog-ng)

Tested Versions: 9.x

Written By: Rbos

Further Modifications By: Kamatsu

Image:cache.pngThis 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

Personal tools