From owner-freebsd-questions@FreeBSD.ORG Sun Mar 23 21:45:58 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 692B1106566C for ; Sun, 23 Mar 2008 21:45:58 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 35C0C8FC18 for ; Sun, 23 Mar 2008 21:45:58 +0000 (UTC) (envelope-from jontheil@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2954372waf.3 for ; Sun, 23 Mar 2008 14:45:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=/PycVSqK88AW97uiVoSg8Uzo2Xk0NRcG2kTlLL4fnxA=; b=LWoM3t50j8ZzsEIywLCJdKb9isjQZCBgXcu51F4rnAMR0UoVhrbEUXQIG7ElraLp9dyKMX78l0HVUWBWpfSNWY7aERVW/eLPQcYhuCjx8GOwNmHGzZkHtevkIvhCTmigE49yDLgUCBPh38Ig8zGiEn1oV0Tx0QAvRPSs9Hr7914= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=JkQ36K6cWL2AV2JkqzOp7MXj65OykD8OMe0PFxXJcaXI2eG3c2NY/wffc8/JrT6TpgIyXU4D2G9vax0ydulfjLz1GNNaPWZb85IIC43NZ7wcl/iGE0Hfg9QBpPy5kt2Xl+JVla9RNKy958zKUJcXuuVt4FV2RySI7eD76B0ulMg= Received: by 10.114.110.12 with SMTP id i12mr10281651wac.73.1206308757914; Sun, 23 Mar 2008 14:45:57 -0700 (PDT) Received: by 10.114.168.6 with HTTP; Sun, 23 Mar 2008 14:45:57 -0700 (PDT) Message-ID: <8f82c35c0803231445i4145172fm4794d1bbd08cc846@mail.gmail.com> Date: Sun, 23 Mar 2008 22:45:57 +0100 From: "Jon Theil Nielsen" To: freebsd@akruijff.dds.nl In-Reply-To: <20080323201917.GB1890@Alex1.kruijff.org> MIME-Version: 1.0 References: <8f82c35c0803181643w712b2c91scbaa999466a0eb84@mail.gmail.com> <20080323201917.GB1890@Alex1.kruijff.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: mpd pptp server? 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: Sun, 23 Mar 2008 21:45:58 -0000 2008/3/23, Alex de Kruijff : > > On Wed, Mar 19, 2008 at 12:43:58AM +0100, Jon Theil Nielsen wrote: > > I have tried some different ways to make a working VPN server on FreeBSD > 7.0. > > The main goal is to make it possible for Windows clients to access their > > Samba home shares. I'm not sure if mpd is the best solution, but I will > give > > it a try. > > I have installed /usr/ports/mpd4 and have the following configuration: > > I run openvpn on FreeBSD and Windows XP. > > -- > Alex > I have now succeeded in establishing connections from Windows to a VPN server based on mpd4. But it has some severe limitations: I have to define every single connection in the conf file (not a major problem). And I don't see any option to authenticate against neither UNIX or Samba passwords. Is that different through openvpn? Could you give some brief hints on the configuration or maybe a reference to a useful howto? Regards, Jon