Remote syslog

2008-02-19 Thread Steve B
My employer has given me some free colo space and I thought I would take advantage of it to do remote system logging. Those of you here who are doing it, could you comment on whether you are using Syslog-NG or something else, and whether you are doing it over SSH or IPSEC? I have looked at various

Re: Remote syslog

2008-02-19 Thread Zhang Huangbin
Steve B wrote: My employer has given me some free colo space and I thought I would take advantage of it to do remote system logging. Those of you here who are doing it, could you comment on whether you are using Syslog-NG or something else, and whether you are doing it over SSH or IPSEC? I have l

Re: Remote syslog

2008-02-19 Thread Ryan Corder
On Tue, Feb 19, 2008 at 09:42:43PM -0700, Steve B wrote: | My employer has given me some free colo space and I thought I would take | advantage of it to do remote system logging. Those of you here who are doing | it, could you comment on whether you are using Syslog-NG or something else, | and whet

Re: Remote syslog

2008-02-19 Thread Kian Mohageri
On Feb 19, 2008 8:42 PM, Steve B <[EMAIL PROTECTED]> wrote: > My employer has given me some free colo space and I thought I would take > advantage of it to do remote system logging. Those of you here who are doing > it, could you comment on whether you are using Syslog-NG or something else, > and w

Re: Remote syslog

2008-02-19 Thread Puthanveetil Unnikrishnan
> My employer has given me some free colo space and I thought I > would take advantage of it to do remote system logging. Those > of you here who are doing it, could you comment on whether > you are using Syslog-NG or something else, and whether you > are doing it over SSH or IPSEC? I have look

Re: Remote syslog

2008-02-21 Thread Steve B
Terrific! Thanks to all who responded.

Re: Remote syslog

2008-02-22 Thread Brian A. Seklecki
syslog-ng + transport mode IPSec (or tunnel, if you have infrastructure on either end). use pf(4) to ensure that only IPSec peers can write. ~BAS On Tue, 2008-02-19 at 21:42 -0700, Steve B wrote: > and whether you are doing it over SSH or IPSEC? I have looked at > various

Trouble with remote syslog over TLS

2021-01-21 Thread Seth Hanford
I'm trying unsuccessfully to create a central syslogd logging server between two OpenBSD 6.8 hosts, but I can't see what I'm missing. My syslog server (logs.lan.ckure.com) has a certificate from my internal CA, and that certificate's Root & Intermediate certs are pushed out internally to the /

Re: Trouble with remote syslog over TLS

2021-02-13 Thread Stuart Henderson
On 2021-01-21, Seth Hanford wrote: > I'm trying unsuccessfully to create a central syslogd logging server between > two OpenBSD 6.8 hosts, but I can't see what I'm missing. > > My syslog server (logs.lan.ckure.com) has a certificate from my internal CA, > and that certificate's Root & Intermedi

Re: Trouble with remote syslog over TLS

2021-02-16 Thread Seth Hanford
Stuart, Thank you so much for this. I was able to get things working with your configuration guidance. Seth On 2021-02-13 05:18, Stuart Henderson wrote: > On 2021-01-21, Seth Hanford wrote: >> I'm trying unsuccessfully to create a central syslogd logging server >> between two OpenBSD 6.8 ho

pf logging in ascii and send to remote syslog

2023-11-10 Thread Hrvoje Popovski
Hi all, what would be best way to log pf logs in ascii and sent it to remote syslog ? I'm aware of pflow but I need ascii pf logs on remote syslog server. I remember that it was on https://www.openbsd.org/faq/pf/logging.html and that that section was removed. Old version is on

Re: pf logging in ascii and send to remote syslog

2023-11-11 Thread Peter N. M. Hansteen
On Fri, Nov 10, 2023 at 08:23:54PM +0100, Hrvoje Popovski wrote: > what would be best way to log pf logs in ascii and sent it to remote > syslog ? I'm aware of pflow but I need ascii pf logs on remote syslog > server. something like the good old https://home.nuug.no/~p

Re: pf logging in ascii and send to remote syslog

2023-11-11 Thread Stuart Henderson
On 2023-11-11, Peter N. M. Hansteen wrote: > On Fri, Nov 10, 2023 at 08:23:54PM +0100, Hrvoje Popovski wrote: >> what would be best way to log pf logs in ascii and sent it to remote >> syslog ? I'm aware of pflow but I need ascii pf logs on remote syslog >> server. >

Re: pf logging in ascii and send to remote syslog

2023-11-11 Thread Hrvoje Popovski
On 11.11.2023. 12:13, Stuart Henderson wrote: > On 2023-11-11, Peter N. M. Hansteen wrote: >> On Fri, Nov 10, 2023 at 08:23:54PM +0100, Hrvoje Popovski wrote: >>> what would be best way to log pf logs in ascii and sent it to remote >>> syslog ? I'm aware of p

Re: pf logging in ascii and send to remote syslog

2023-11-11 Thread Daniele B.
"Peter N. M. Hansteen" wrote: > something like the good old > https://home.nuug.no/~peter/pf/newest/log2syslog.html should still > work, I think. > > - Peter To disable pflogd completely what to you consider best: ifconfig pflog0 down or pflogd_flags="-f /dev/null" = Daniele Bonini

Re: pf logging in ascii and send to remote syslog

2023-11-11 Thread Zé Loff
On Sat, Nov 11, 2023 at 06:32:26PM +0100, Daniele B. wrote: > > "Peter N. M. Hansteen" wrote: > > > something like the good old > > https://home.nuug.no/~peter/pf/newest/log2syslog.html should still > > work, I think. > > > > - Peter > > > To disable pflogd completely what to you consider best

Re: pf logging in ascii and send to remote syslog

2023-11-11 Thread Daniele B.
Thnx, this seems toasting better..