07-25-2007, 03:41 AM
Edit /etc/sysconfig/syslog on the server and set
Quote:
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)
Quote:
*.* @server
Don’t forget to restart the syslog on both machines after the above editing.