hello ,[EMAIL PROTECTED] I have a Linux(SUSE ENTERPRISE LINUX 9) system ,and i want to send all syslogd messages to another system which runs OpenBSD 3.8 release . How can i do with OpenBSD ?
well ,i know how to configure it in Linux(suse): Server (get all messages sent from client,IP:192.168.0.1): ====== /etc/syslogd.conf ====== *.* -/var/log/messages ====== /etc/sysconfig/syslog ====== SYSLOGD_PARAMS="-r" Client (send all syslogd messages to Server): ====== /etc/syslogd.conf ====== *.* @192.168.0.1