From owner-freebsd-net@FreeBSD.ORG Thu Aug 2 11:10:13 2012 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 272461065680 for ; Thu, 2 Aug 2012 11:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 124FC8FC1A for ; Thu, 2 Aug 2012 11:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q72BAC3b031098 for ; Thu, 2 Aug 2012 11:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q72BACuk031097; Thu, 2 Aug 2012 11:10:12 GMT (envelope-from gnats) Date: Thu, 2 Aug 2012 11:10:12 GMT Message-Id: <201208021110.q72BACuk031097@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: HASHI Hiroaki Cc: Subject: Re: kern/169620: [ng] [pf] ng_l2tp incoming packet bypass pf firewall X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: HASHI Hiroaki List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2012 11:10:13 -0000 The following reply was made to PR kern/169620; it has been noted by GNATS. From: HASHI Hiroaki To: longwitz@incore.de Cc: bug-followup@freebsd.org Subject: Re: kern/169620: [ng] [pf] ng_l2tp incoming packet bypass pf firewall Date: Thu, 02 Aug 2012 19:20:48 +0900 (JST) In "Re: kern/169620: [ng] [pf] ng_l2tp incoming packet bypass pf firewall" at Thu, 02 Aug 2012 10:39:20 +0200 Andreas Longwitz wrote: > Hi, >> PF firewall does not examine incomming packet on ng_l2tp interface. > > If your incoming packets are handled by IPSec before ng_l2tp your > problem is explained in Yes, handled by IPSec. > > lists.freebsd.org/pipermail/freebsd-net/2012-January/031161.html I will try it. Thanks.