On remote server: edit /etc/sysconfig/syslog on the server and set
SYSLOGD_PARAMS=”-r”
The -r option allows remote machine to log to syslog.
On the client machine, edit /etc/syslog.conf and add the line(s)
*.* @server
Don’t forget to restart the syslog on both machines after the above editing.
0 comments:
Post a Comment