From owner-freebsd-questions@FreeBSD.ORG Wed Dec 8 02:55:14 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 D4DEB16A4CE for ; Wed, 8 Dec 2004 02:55:14 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FBC43D6A for ; Wed, 8 Dec 2004 02:55:14 +0000 (GMT) (envelope-from dmscheidt@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so426286rng for ; Tue, 07 Dec 2004 18:54:58 -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:mime-version:content-type:content-transfer-encoding; b=WJLFH5ZJ2l7OGZJEFAnvjixIn0+bkOR2/X3YY5Nv3hnDaleanjygwpdx+6WvtzCHABYCTn/TGa5Mrmj1LOIre8tce7j0yVqJLp6cO4ZaOI6DQ/SGBsTVh75gFmB6tMvaB6+kZurKuC2U3KJYgO0tWkgcWweSXNPQD8oeBN11qHk= Received: by 10.38.24.6 with SMTP id 6mr1624642rnx; Tue, 07 Dec 2004 18:54:47 -0800 (PST) Received: by 10.38.73.21 with HTTP; Tue, 7 Dec 2004 18:54:46 -0800 (PST) Message-ID: <2400a5d404120718542c596833@mail.gmail.com> Date: Tue, 7 Dec 2004 21:54:46 -0500 From: David Scheidt To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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: Wed, 08 Dec 2004 02:55:14 -0000 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 netstat -rn produces (roughly, I'm typing this by hand) default 10.255.128.100 UGS 0 165 ndis_iwi 10.255.128/24 link#4 UC 0 0 ndis_iwi 10.225.128.100 (my mac addy) UHLW 1 0 ndis_i 10.225.128.73 127.0.0.1 UGHS 0 0 lo0 127.0.0.1 127.0.0.1 UH 1 55 lo0 149.161.17.3 149.161.17.23 UH 0 4 tun0 -- David Scheidt dmscheidt@gmail.com