Changeset 419d850 in freewrt


Ignore:
Timestamp:
Dec 8, 2007, 3:58:00 PM (18 years ago)
Author:
Phil Sutter <n0-1@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
cca8df03
Parents:
3667e10
Message:

added documentation for network logging

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3661 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/handbook/user/handbook.tex

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