Ferora: /etc/sysconfig/syslog:
# Options to syslogd
# -m 0 disables 'MARK' messages.
# -r enables logging from remote machines
# -x disables DNS lookups on messages received with -r
# See syslogd(8) for more details

SYSLOGD_OPTIONS="-m 0 -r"

# Options to klogd
# -2 prints all kernel oops messages twice; once for klogd to decode, and
# once for processing with 'ksymoops'
# -x disables all klogd processing of oops messages entirely
# See klogd(8) for more details

KLOGD_OPTIONS="-2"
--------------------
Debian: /etc/init.d/sysklogd
# Options for start/restart the daemons
# For remote UDP logging use SYSLOGD="-r"
#
#SYSLOGD="-u syslog"
SYSLOGD="-r"
-----------------------------------------
Check the port:
netstat -an | grep 514
udp 0 0 0.0.0.0:514 0.0.0.0:*

Configuring the Linux Client : /etc/syslog.conf
*.debug @loghost





موضوعات مشابه: