On Thursday 19 January 2006 01:37 am, Michael Bibby wrote:
> 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


You will need to start syslog on the openbsd server with the -u option 
(see /etc/rc.conf and syslogd man pages) and also make sure you have pf.conf 
allowing port 514 udp from your linux host.

Reply via email to