From owner-freebsd-questions@FreeBSD.ORG Tue May 10 20:08:32 2011 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 07701106567B for ; Tue, 10 May 2011 20:08:32 +0000 (UTC) (envelope-from btillman99@yahoo.com) Received: from nm27-vm3.bullet.mail.ne1.yahoo.com (nm27-vm3.bullet.mail.ne1.yahoo.com [98.138.91.157]) by mx1.freebsd.org (Postfix) with SMTP id A9F5C8FC1C for ; Tue, 10 May 2011 20:08:31 +0000 (UTC) Received: from [98.138.90.49] by nm27.bullet.mail.ne1.yahoo.com with NNFMP; 10 May 2011 19:55:38 -0000 Received: from [98.138.87.6] by tm2.bullet.mail.ne1.yahoo.com with NNFMP; 10 May 2011 19:55:38 -0000 Received: from [127.0.0.1] by omp1006.mail.ne1.yahoo.com with NNFMP; 10 May 2011 19:55:38 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 571985.21850.bm@omp1006.mail.ne1.yahoo.com Received: (qmail 40320 invoked by uid 60001); 10 May 2011 19:55:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1305057338; bh=zePyJxVZl2Tg2RDec+oggGy0G0zP2caKQwypPqB1tZg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=th8ync6TP/MGnCZBXUxwiTCnLh8Zdg9i3xA6Emofjmw3pZ0qgBNBGzyxNAFN/tFSjitCF5x+nBEpjmK5TprN7ldsuNy3sJLeQCIxYgLT/HowgxLs3dHjYm8N9V5lher+T6MjVwqMnKUpd4TFCjnZBqmQ+VPs1UtJlpbTPVZ/Ye8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=0S3iZ60htKDDcKRanCPkLMpgwo5uKhpfA4+HzuTJxo2Vg3945VgbNhhImMKthvu+0Wmct48Tu/NV2ODDp1X1m8jvLz9WSq4+WfF40FjF0zzHdzUW6ed+kAC00kF9QoIMV6db/3rW3ZryOnxHXQM1Z8D3MzrnjCTH9Mvcaof2ig4=; Message-ID: <180587.39161.qm@web36506.mail.mud.yahoo.com> X-YMail-OSG: c8asc0UVM1l6HIiVYeSxswXxaiT0.q4kSwtPVpHBh3mOLLQ Ip.NLlx.IEYRBA6c43xlPJZPD0sueySODOqfJ4OakJ6h6dW9OLPchq.kJInr kpLYHChBeYVNZ9fmKryl0TVCYY5p0NobjTmsrylz2Xy3LWFqsB22dWINkQnL 2StI0kJ.TFo7b9IEIWPFqZDiqDAoZps5MKd2BfqjIl_s648ia_C4lLqvun8S MzfxClTV2WnhdhU61UtlCdhDflkYGL9lNlMQaIL.uXOFbg6H.89ZVv9dYu18 7tRXJll3QuHISfuG6BW7zVvuM3aN4UDORGA_1N2QKrhmL0U5_LZxm4O5DFeC GI5UTiVqjs.fvhHCWlclW6xrgeeWz2RX7O..PQvDVtoVo6Oc15dcEulqQ Received: from [98.242.233.74] by web36506.mail.mud.yahoo.com via HTTP; Tue, 10 May 2011 12:55:38 PDT X-Mailer: YahooMailRC/559 YahooMailWebService/0.8.110.299900 References: <4DC97839.6010108@mage.hu> <4DC982B2.6090303@mage.hu> <4DC98B05.7080503@mage.hu> <20110510221009.49a1c6ea@ukr.net> Date: Tue, 10 May 2011 12:55:38 -0700 (PDT) From: Bill Tillman To: freebsd-questions@freebsd.org In-Reply-To: <20110510221009.49a1c6ea@ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: OpenVPN Setup 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, 10 May 2011 20:08:32 -0000 I have a FreeBSD-8.2-STABLE server running OpenVPN. What I'm trying to do is to be able to access my LAN with my M$ Windows laptop using a M$ compatible client. I read the manpage and it basically sets forth examples in which there will be two (2) OpenVPN servers. In my case I will only have one OpenVPN server and my laptop out there on the road. And of course I won't know the IP address of my laptop until I connect out there somewhere. Can anyone recommend how to do this or where I can read more about how to use OpenVPN with only one server?