From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 13:25:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82FCB16A420 for ; Fri, 27 Jan 2006 13:25:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 963F143D58 for ; Fri, 27 Jan 2006 13:25:54 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so611526nzo for ; Fri, 27 Jan 2006 05:25:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t+UEBDGT8Jsk2ujmT+xjhF87UZJhLPmsD6rlpdRcz0SftxT+cFPW756sckVBzNBdX5jTt3Dqlhdn6z+QA8QE6HbHct9+2TxXaDMC1HK4VmkAZOTiS7nCVRZ5QG+rAfZnbCk+FUX6arItzUcW27yr/+RSJ5091NX4H3YwxoglxiA= Received: by 10.37.20.41 with SMTP id x41mr2520484nzi; Fri, 27 Jan 2006 05:25:53 -0800 (PST) Received: by 10.37.20.67 with HTTP; Fri, 27 Jan 2006 05:25:53 -0800 (PST) Message-ID: Date: Fri, 27 Jan 2006 16:25:53 +0300 From: Andrew Pantyukhin To: Erik Norgaard In-Reply-To: <43DA1EBE.7060000@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43D9E707.2050809@locolomo.org> <43DA1EBE.7060000@locolomo.org> Cc: FreeBSD questions Subject: Re: Encrypted syslog over network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 13:25:56 -0000 On 1/27/06, Erik Norgaard wrote: > Andrew Pantyukhin wrote: > > On 1/27/06, Erik Norgaard wrote: > >> Hi: > >> > >> I was thinking, is there any way of secure syslogging to a different > >> server? > >> > >> AFAIK syslog uses udp/514 and I would like to monitor a number of remo= te > >> hosts. > >> > >> Now, for privacy and security reasons, I would like that the syslog > >> messages are sent encrypted. This may require pre-shared keys as the u= dp > >> protocol does not include a handshake and key exchange. > >> > >> Any solution for this? syslog-ng doesn't seem to include such feature. > >> > > It's 2006. IPSec is the answer. > > Yeah, I considered that, but then you have the problem with NAT, > something lighter would be neat. > > Cheers, Erik > Well, I would say "It's 2006. IPv6 is the answer", but you'll probably find another reason not to do it :-) Ssh port forwarding is the second solution on my list.