From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 19:31:27 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 AD42E1065680 for ; Tue, 3 Jun 2008 19:31:27 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6561D8FC15 for ; Tue, 3 Jun 2008 19:31:27 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so419017rne.12 for ; Tue, 03 Jun 2008 12:31:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=1UebQMD4ZV8EX+F4QlWvH9+UWt/7F0MhFPRsx3EGjh4=; b=jgR3yTq/7QzRGjKIFTSLftEByTCCualG2Q7DAARY3/4DgrSytYNUbDYDqaaKV1RnFK8spMp8ZD7i1dvGtMCnzzu61q1kR0+i8ZSqfMxs3SB1fjb+/c1uj1I30bs3AqvHIDzjFsX+3K9CvrVcBqGb3MDPKMxIIj1OK7Qq8jWmsfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HdFXezG7ZmVqLlcrwjyF7YQh0GeQ/BpePExWgRhVICv2ZG+ePI0Q8sT8D6B7nuK6d/ee2NkOibvbwNwlYVJJnUiqEYJesEQmAybbJ9I2IXghzTFMdwBGOkgUBH/S/uZvzPTXEdePzQici/DysIr8gHUECZbqZGemSBABYLWzKHo= Received: by 10.114.113.1 with SMTP id l1mr11711322wac.226.1212519885671; Tue, 03 Jun 2008 12:04:45 -0700 (PDT) Received: by 10.114.255.7 with HTTP; Tue, 3 Jun 2008 12:04:45 -0700 (PDT) Message-ID: <8d23ec860806031204l34bee56k80ced31851516526@mail.gmail.com> Date: Tue, 3 Jun 2008 15:04:45 -0400 From: Schiz0 To: "freebsd questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Setting up a VPN 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, 03 Jun 2008 19:31:27 -0000 Hey, I'm looking for information on how to setup a Virtual Private Network on a FreeBSD 7.0-RELEASE system. The only VPNs that I've worked with previously is Hamachi on windows and linux, so I have no experience in OpenVPN or IPSec. The purpose of this VPN is to restrict certain things to only administrators. For example, phpmyadmin and vsFTPd. I'd prefer not to have these things listen on the public interface. I read the Handbook entry on IPSec/VPNs: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html However, that entry only has examples for how to connect one network to another network via FreeBSD gateways. I don't want a setup like this; I just want the freebsd system, my windows XP system, and a few other windows XP systems to be on a VPN together. Can anyone link me to how-tos or any references on how to do this? Also, any suggestions on which software to use (OpenVPN, IPSec, etc) would be appreciated. Thanks.