From owner-freebsd-questions@FreeBSD.ORG Thu Mar 7 21:42:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0B4E15C8 for ; Thu, 7 Mar 2013 21:42:51 +0000 (UTC) (envelope-from suseuser04@lajt.hu) Received: from mailout3.bwave.pl (mailout3.bwave.pl [37.233.100.48]) by mx1.freebsd.org (Postfix) with ESMTP id C3537652 for ; Thu, 7 Mar 2013 21:42:50 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=drone-mailout3) by mailout3.bwave.pl with esmtp (Exim 4.76) (envelope-from ) id 1UDiaO-0003eP-Pe for freebsd-questions@freebsd.org; Thu, 07 Mar 2013 22:42:48 +0100 Received: from [10.2.1.186] by drone-mailout3 with esmtp (Exim 4.76) (envelope-from ) id 1UDiaO-0003eM-L8 for freebsd-questions@freebsd.org; Thu, 07 Mar 2013 22:42:48 +0100 Subject: =?UTF-8?Q?Re:_How_to_connect_to_VPN?= From: =?UTF-8?Q?Istvan_Gabor?= To: freebsd-questions@freebsd.org In-Reply-To: References: Mime-Version: 1.0 Message-ID: <584e1036.41c74522.513909d5.97cb8@lajt.hu> Date: Thu, 07 Mar 2013 22:42:45 +0100 X-Originator: 92.249.232.165 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2013 21:42:51 -0000 2013.=20m=C3=A1rcius=205.=2023:44=20napon=20=D0=9B=D1=8E=D0=B1=D0=BE=D0=BC= =D0=B8=D1=80=20=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=BE=D0=B2=20=20=C3=ADrta: >=20I=20have=20been=20trying=20to=20find=20a=20way=20to=20connect=20to=20= a=20PPTP=20or=20L2TP=20VPN=20for=20over >=20a=20year=20now.=20There=20is=20no=20GUI=20client=20that=20I=20know=20= of=20and=20any=20text >=20configuration=20I=20try=20with=20pptpclient=20fails. >=20 >=20How=20can=20I=20connect=20to=20a=20VPN,=20the=20fast=20way=20as=20in=20= Windows,=20OS=20X=20and=20GNU/Linux. >=20I=20have=20the=20following=20information=20(no=20internal=20IP's=20or= =20ranges=20or=20NAT): >=20 >=20Gateway=20-=20I=20have=20the=20URL=20to=20connect=20to,=20I=20suppose= =20I=20can=20map=20it=20to=20IP >=20Username >=20Password >=20MSCHAP >=20MSCHAPv2 >=20Use=20point-to-point=20encryption=20(MPPE) >=20Allow=20BSD=20data=20compression >=20Allow=20deflate=20data=20compression >=20Use=20TCP=20header=20compression >=20 >=20 >=20How=20can=20I=20connect=20to=20the=20VPN=20with=20just=20this=20infor= mation=20above?=20Everything=20I >=20find=20requires=20internal=20IP's,=20ranges,=20NAT=20and=20other=20th= ings=20making=20a=205=20second >=20gui=20configuration=20take=20months.=20The=20VPN=20server=20supports=20= PPTP=20and=20L2TP=20as >=20mentioned.=20Any=20advice=20on=20how=20I=20can=20connect=20will=20be=20= helpful. >=20 >=20 Hello: I=20too=20had=20problems=20with=20vpn=20in=20FreeBSD=209.0=20RELEASE. I=20don't=20know=20specifically=20about=20PPTP=20or=20L2TP,=20but=20there= =20is vpn=20over=20ipsec.=20Fot=20that=20you=20need=20to=20customize=20and=20re= build your=20kernel. FreeBSD=20handbook=20says: To=20add=20IPsec=20support=20to=20your=20kernel,=20add=20the=20following=20= options=20to=20your kernel=20configuration=20file: options=20=20=20IPSEC=20=20=20=20=20=20=20=20#IP=20security device=20=20=20=20crypto see: http://www.freebsd.org/doc/handbook/ipsec.html After=20this=20install=20shrew=20vpn=20client. Once=20more,=20I=20don't=20know=20whether=20this=20is=20relevant=20in=20a= ny=20way=20in your=20case=20but=20that's=20how=20I=20solved=20vpn=20to=20cisco=20server= =20earlier. Istvan