From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 17:37:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A93DD10656AA for ; Mon, 16 Jun 2008 17:37:12 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2827E8FC17 for ; Mon, 16 Jun 2008 17:37:11 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO [192.168.3.2]) by cmail.optima.ua (CommuniGate Pro SMTP 5.1.14) with ESMTPA id 148504606; Mon, 16 Jun 2008 20:37:11 +0300 Message-ID: <4856A4C4.6080601@FreeBSD.org> Date: Mon, 16 Jun 2008 20:37:08 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: "Alexey A. Ukhov" References: <1213637021.00084958.1213626001@10.7.7.3> In-Reply-To: <1213637021.00084958.1213626001@10.7.7.3> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD+mpd freeze after connection establishing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 17:37:12 -0000 Alexey A. Ukhov wrote: > I have problem with subj. > After start mpd as client and connecting to other mpd-server FreeBSD > freeze. > No any log messages, kernel panics, etc. One of the most popular PPTP client problems is the routing loop created by using same server address inside and outside of tunnel. In such case address inside of tunnel with /32 netmask usually more preferred for the system and it makes all tunnel traffic wrap inside tunnel itself causing unpredictable results. Addresses inside and outside of tunnel _MUST_BE_DIFFERENT_! In some cases problem can be workarounded with some firewall forwarding or some other alike techniques. -- Alexander Motin