From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 02:06:37 2004 Return-Path: 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 4F95016A4CE for ; Mon, 20 Dec 2004 02:06:37 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E257D43D53 for ; Mon, 20 Dec 2004 02:06:36 +0000 (GMT) (envelope-from dmscheidt@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so75307rne for ; Sun, 19 Dec 2004 18:06:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=qefgrCbSgMfRHLb86XLsaKeP5bDTCWZir0DiPCofVdMUon+t5u+CPStMUiy2HvHD8t8hLgtD90S1ec70O1POCEbR823AZ2rOx+fsKubLQWmmwRu+JYv+AivOyYq4k0yUbpnyoVRPhNUKCbsTyDD1Aa+KX1ipcIVtGKIe6wycdJI= Received: by 10.38.81.10 with SMTP id e10mr279459rnb; Sun, 19 Dec 2004 18:06:36 -0800 (PST) Received: by 10.38.73.11 with HTTP; Sun, 19 Dec 2004 18:06:36 -0800 (PST) Message-ID: <2400a5d404121918064fbf1596@mail.gmail.com> Date: Sun, 19 Dec 2004 21:06:36 -0500 From: David Scheidt To: Ruben de Groot , David Scheidt , freebsd-questions@freebsd.org In-Reply-To: <20041209140806.GA35611@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <2400a5d404120718542c596833@mail.gmail.com> <20041209140806.GA35611@ei.bzerk.org> Subject: Re: pptp problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Scheidt List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2004 02:06:37 -0000 On Thu, 9 Dec 2004 15:08:06 +0100, Ruben de Groot wrote: > On Tue, Dec 07, 2004 at 09:54:46PM -0500, David Scheidt typed: > > I'm having problems getting a PPTP VPN to work, using net/pptpclient. > > I get the tunnel set up, but I'm not sending traffic over it. > > > > my etc/ppp/ppp.conf entry > > > > VPN: > > set autname MYNAME > > set authkey PASSWD > > set timeout 0 > > add default HISADDR So I got things to work. It seems I have to add a host route to the PPTP server. To get mpd to work, I not only have to add the host route, but delete the default route, else it fails to change it. This seems not quite sensible. -- David Scheidt dmscheidt@gmail.com