1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/software/linux/_posts/2008-08-21-syslogd-for-lan.md
2015-03-29 22:05:46 +02:00

21 lines
447 B
Markdown

---
title: SyslogD for LAN
layout: default
created: 2008-08-21 10:39:59 +0200
updated: 2008-08-21 10:39:59 +0200
toc: false
tags:
- know-how
- software
- linux
- syslog
- monitoring
- networking
---
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`.