From owner-freebsd-net@FreeBSD.ORG Sat Jun 6 16:40:03 2009 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 D62301065673 for ; Sat, 6 Jun 2009 16:40:03 +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 C39448FC14 for ; Sat, 6 Jun 2009 16:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n56Ge361013275 for ; Sat, 6 Jun 2009 16:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n56Ge3Ph013274; Sat, 6 Jun 2009 16:40:03 GMT (envelope-from gnats) Date: Sat, 6 Jun 2009 16:40:03 GMT Message-Id: <200906061640.n56Ge3Ph013274@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Bohdan Tymkiv Cc: Subject: Re: kern/134557: [netgraph] [hang] 7.2 with mpd5.3 hanging up - ng_pptp problem X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bohdan Tymkiv List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 16:40:04 -0000 The following reply was made to PR kern/134557; it has been noted by GNATS. From: Bohdan Tymkiv To: bug-followup@FreeBSD.org, sergei.cherveni@gmail.com Cc: Subject: Re: kern/134557: [netgraph] [hang] 7.2 with mpd5.3 hanging up - ng_pptp problem Date: Sat, 06 Jun 2009 19:01:14 +0300 I can confirm this issue. I have a FreeBSD 7.2-STABLE box with mpd 5.3 configured as PPPoE client that connects to my ISP. If I make any PPTP VPN connection that goes through this PPPoE link my server hangs. I made some investigations and found that deadlock occurs only when pptp connection goes via pppoe link, connection from local network works fine. Deadlock occurs exactly when first data packet is sent through pptp connection. mpd can be configured as server that listens on my external pppoe interface or it can be configured as client that connects to other server in internet. In both cases it hangs. -- Bohdan Tymkiv