From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 00:14:04 2005 Return-Path: X-Original-To: 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 A261816A41F for ; Tue, 30 Aug 2005 00:14:04 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3925B43D45 for ; Tue, 30 Aug 2005 00:14:04 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so467512wra for ; Mon, 29 Aug 2005 17:14:03 -0700 (PDT) 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=TapWcS4pXW4iSb22gg3e4d3nkPilAhKcO2r8jNNa2MG+9uEXzoPrfOjgT9gAXKx5JQ/ceGzZpi4+PcbJDyayWcXkOFDWiM+MNRFgIkm+E6x4b2WfSwaa9V6QSRdrujf0Oe13ukGaW2ENQ+a1ASRkjzcGa9RAdZvUQ/9dwlwnMVA= Received: by 10.54.3.2 with SMTP id 2mr1512924wrc; Mon, 29 Aug 2005 17:14:03 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Mon, 29 Aug 2005 17:14:02 -0700 (PDT) Message-ID: Date: Mon, 29 Aug 2005 19:14:02 -0500 From: Nikolas Britton To: "albi@scii.nl" In-Reply-To: <20050829222152.1064a7e4.albi@scii.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050829222152.1064a7e4.albi@scii.nl> Cc: questions@freebsd.org Subject: Re: local port 512 connects in logfiles & ipsec-client-question 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: Tue, 30 Aug 2005 00:14:04 -0000 On 8/29/05, albi@scii.nl wrote: >=20 > 1) > on a mailserver with FreeBSD and a couple of jails, i've put the line > biff =3D no > in every main.cf from postfix > still i see local 512-attempts in the logfiles, how does one get rid of > these biff-messages attempts completely ? > (i do like log_in_vain=3D"YES" btw) >=20 > 2) > i've successfully set up ipsec over 2 m0n0wall-firewalls > (FreeBSD-based firewall http://www.m0n0.ch/wall ) from one > (linux) lan-machine to another "remote" (linux) lan-machine >=20 > i now wonder whether someone has good (preferably > easy & GUI-based) recommendations for ipsec-clients *that work well with > ipsec on FreeBSD* for linux-, windows- and apple-machines for my users > so that they can easily access their files from homes >=20 With a site to site IPsec tunnel you don't need VPN clients, everything is transparent: LAN 1 =3D 192.168.0/24 LAN 2 =3D 192.168.1/24 WAN =3D Internet LAN 1 <--> (m0n0wall, IPsec tunnel) <--> WAN <--> (m0n0wall, IPsec tunnel) <--> LAN 2 Maybe I'm not understanding your question?