From owner-freebsd-net@FreeBSD.ORG Fri Feb 12 23:31:04 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2334106566C for ; Fri, 12 Feb 2010 23:31:04 +0000 (UTC) (envelope-from qing.li@bluecoat.com) Received: from whisker.bluecoat.com (whisker.bluecoat.com [216.52.23.28]) by mx1.freebsd.org (Postfix) with ESMTP id A9A018FC08 for ; Fri, 12 Feb 2010 23:31:04 +0000 (UTC) Received: from bcs-mail03.internal.cacheflow.com ([10.2.2.95]) by whisker.bluecoat.com (8.14.2/8.14.2) with ESMTP id o1CNV3va005564; Fri, 12 Feb 2010 15:31:04 -0800 (PST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 12 Feb 2010 15:26:44 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Routing problems on VPN servers running FreeBSD 8.0-RELEASE Thread-Index: AcqsNFXRqhddPCQ3SrObzlzAv0xxbgABoD4q References: <201002122133.OAA16835@lariat.net> <25ff90d61002121409m6a9d7639qf254a754644a60ca@mail.gmail.com> <201002122240.PAA17544@lariat.net> From: "Li, Qing" To: "Brett Glass" Cc: net@freebsd.org Subject: RE: Routing problems on VPN servers running FreeBSD 8.0-RELEASE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 23:31:04 -0000 My merges from /base/head are in /stable/8 =20 http://svn.freebsd.org/viewvc/base/stable/8/ =20 Let's be sure you do have the right set of files. Can you verify your = checked out version of "in.c" is similar to the version I last modified in = revision 203401 ?? =20 http://svn.freebsd.org/viewvc/base/stable/8/sys/netinet/in.c?view=3Dlog =20 Then please report back the result of your verification. =20 --Qing =20 ________________________________ From: Brett Glass [mailto:brett@lariat.net] Sent: Fri 2/12/2010 2:39 PM To: David Horn Cc: Li, Qing; net@freebsd.org Subject: Re: Routing problems on VPN servers running FreeBSD 8.0-RELEASE At 03:09 PM 2/12/2010, David Horn wrote: >If you have not already, make certain you use the appropriate tag of >"RELENG_8", and not "RELENG_8_0" Yup, that's what I did. I used /usr/share/examples/stable-supfile with only one mod: I explicitly inserted the name of the mirror into the file rather than using the -h command line option. I then did a "make buildworld", a "make buildkernel", a "make installkernel", a reboot, and a "make installworld" (followed by "make delete-old", "make cleandir", and "make clean" for good housekeeping). Didn't bother with mergemaster, because none of the config files was going to need changing. The routing and ARP mods that I brought in with the update didn't make PPTP work. This likely means that not only PPP-based VPN protocols but also some PPP dialup connections will not be fully functional on 8.0-RELEASE or 8-STABLE. I'd be glad to provide configuration files and firewall rules with which all of this can be reproduced. --Brett