From owner-freebsd-stable@FreeBSD.ORG Wed Aug 6 14:35:53 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00E7F1065673 for ; Wed, 6 Aug 2008 14:35:53 +0000 (UTC) (envelope-from andy@xecu.net) Received: from mg6.xecu.net (mg6.xecu.net [216.127.136.196]) by mx1.freebsd.org (Postfix) with ESMTP id CF5D48FC15 for ; Wed, 6 Aug 2008 14:35:52 +0000 (UTC) (envelope-from andy@xecu.net) Received: from localhost (localhost [127.0.0.1]) by mg6.xecu.net (Postfix) with ESMTP id 9002F18D06C for ; Wed, 6 Aug 2008 10:16:38 -0400 (EDT) X-Virus-Scanned: amavisd-new at xecu.net Received: from mg6.xecu.net ([127.0.0.1]) by localhost (mg6.xecu.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wBY55B-UtW19 for ; Wed, 6 Aug 2008 10:16:36 -0400 (EDT) Received: from shell.xecu.net (shell.xecu.net [216.127.136.216]) by mg6.xecu.net (Postfix) with ESMTPS id E72C518D01A for ; Wed, 6 Aug 2008 10:16:36 -0400 (EDT) Date: Wed, 6 Aug 2008 10:16:37 -0400 (EDT) From: Andy Dills To: freebsd-stable@freebsd.org Message-ID: <20080806101147.Y50885@shell.xecu.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: PPP doesn't set the correct interface in 7-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2008 14:35:53 -0000 I'm trying to setup pptpd to enable VPN connections. This worked well in all versions of FreeBSD prior to 7. Now, however, the interface in the routing table is incorrectly set to that of the ethernet card, rather than the appropriate tun interface. There is a months-old bug report detailing this: http://www.freebsd.org/cgi/query-pr.cgi?pr=122068&cat= He mentions two workarounds: there are two way to fix it. 1. use differenet subnet for vpn. Don't use the same subnet for vpn routing. user-ppp will set the correct routing table. 2. downgrade to FreeBSD 6.2 #2 isn't really an option, and #1 isn't clear to me. I tried a couple of different configurations and the interface never seems to get set correctly. Suggestions? Thanks, Andy --- Andy Dills Xecunet, Inc. www.xecu.net 301-682-9972 ---