From owner-freebsd-questions@FreeBSD.ORG Tue Aug 9 15:16:08 2005 Return-Path: X-Original-To: freebsd-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 6DD1116A41F for ; Tue, 9 Aug 2005 15:16:08 +0000 (GMT) (envelope-from christias@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E49F743D48 for ; Tue, 9 Aug 2005 15:16:05 +0000 (GMT) (envelope-from christias@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so1120168rna for ; Tue, 09 Aug 2005 08:16:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jwfB8ZgMFMXrro0wxT+SRYA55BCBmWP3/wpbpE9OFZy3Y8qAt7HJs/oTVAFrMbl8KyNgLL0PfFg4hyS9t2E/MO08Yqm7B/PbQi3NTRVZ9B0ZwEtAbiodemXjQcnfY9a/vZYJuDL+Km3KgApGfVVb+Iaar+mNhB4Eqo8AybZYV38= Received: by 10.38.74.73 with SMTP id w73mr350011rna; Tue, 09 Aug 2005 08:16:02 -0700 (PDT) Received: by 10.39.1.55 with HTTP; Tue, 9 Aug 2005 08:16:02 -0700 (PDT) Message-ID: Date: Tue, 9 Aug 2005 18:16:02 +0300 From: Panagiotis Christias To: freebsd-questions@freebsd.org In-Reply-To: <6.1.0.6.2.20050809035033.05a091e0@cobalt.antimatter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <135341256.20050809131547@spaingsm.com> <6.1.0.6.2.20050809035033.05a091e0@cobalt.antimatter.net> Subject: Re: about VPN solution 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, 09 Aug 2005 15:16:08 -0000 On 8/9/05, Glenn Dawson wrote: > At 03:15 AM 8/9/2005, vladone wrote: > >Hi! > >I have an private network, that acces the internet via an freebsd > >gateway. I want to buil some authentication for my users, to prevent > >ilegal connections. When an user want to connect to my gateway (to > >acces the internet), require to enter user and password. > >My questions is: > >What solution, is best for this? >=20 > m0n0wall should be able to do what you want, and it's based on FreeBSD. > http://m0n0.ch/wall/ >=20 > -Glenn You could try openvpn (http://openvpn.net/) too. It can run as an extra service on your freebsd box and provide ssl based vpn access using ssl certificates for authentication. Panagiotis