From owner-freebsd-questions@FreeBSD.ORG Fri Nov 4 14:23:07 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 9874B106566C for ; Fri, 4 Nov 2011 14:23:07 +0000 (UTC) (envelope-from editor@d3photography.com) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id 6FDE28FC13 for ; Fri, 4 Nov 2011 14:23:06 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id 156B9278FF2E for ; Fri, 4 Nov 2011 09:27:29 -0500 (CDT) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K+Y52zSJucGd for ; Fri, 4 Nov 2011 09:27:16 -0500 (CDT) Received: from [192.168.46.167] (173-160-104-249-Minnesota.hfc.comcastbusiness.net [173.160.104.249]) by server.cwis.biz (Postfix) with ESMTPSA id 51190278FF21 for ; Fri, 4 Nov 2011 09:27:16 -0500 (CDT) From: Ryan Coleman Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 4 Nov 2011 09:22:52 -0500 Message-Id: <84AD393C-FDDE-4F00-BAD8-F5CB41BCED07@d3photography.com> To: FreeBSD Questions Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) Subject: OpenVPN - what configuration do I need/want 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, 04 Nov 2011 14:23:07 -0000 I have a PE 2450 with dual NICs and I want to turn it into a bridging = VPN for the guys in the office to utilize. Our configuration: My office: 192.168.46.0/24 Server IPs: 192.168.46.2 [8.2-RELEASE] + public IP Corporate office: 192.168.45.0/24 My VPN: 192.168.47.0/24 [preferred] There's a NetVanta VPN between my office and the corporate office and I = presume that will still work to route 47.0/24 to 45.0/24 when all is = said and done. I am going to be supporting Windows and Mac clients (well, all windows = and then my mac) and I'd like to test it from my 8.2 server at home = before pushing this over to my MacBook Pro (using Tunnelblick) and then = to my Windows users. I've tried the FreeBSD handbook and the Section6.net walkthroughs to no = avail. Any help would be appreciated. Thanks, Ryan=20