| | 1483 | \section{Network Logging} |
|---|
| | 1484 | |
|---|
| | 1485 | Administered networks often make use of a central Log Server to store the |
|---|
| | 1486 | SysLog output of the local servers. This is also a good approach when setting |
|---|
| | 1487 | up a Log Analyser or IDS. |
|---|
| | 1488 | |
|---|
| | 1489 | To enable sending SysLog output via network for \command{syslogd}, simply alter |
|---|
| | 1490 | it's flags in \file{/etc/rc.conf}. Use \code{-R Host[:Port]} to send all |
|---|
| | 1491 | messages to \code{Host}, and \code{Port} (optional). To keep the messages |
|---|
| | 1492 | locally also, give \code{-L} as additional flag. |
|---|
| | 1493 | |
|---|