1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/linux/_posts/2008-08-21-syslogd-for-lan.md

533 B

created layout layout_old redirect_to tags title toc updated
2008-08-21 10:39:59 +0200 redirect default https://blog.mbirth.de/archives/2008/08/21/syslogd-for-lan.html
know-how
software
linux
syslog
monitoring
networking
SyslogD for LAN false 2008-08-21 10:39:59 +0200

To let the syslogd also receive messages from your local network, edit the file /etc/default/syslogd and modify the last line so that it looks like this:

SYSLOGD="-r"

Restart the sysklogd and watch your /var/log/messages.