From owner-freebsd-questions@FreeBSD.ORG Tue May 16 05:06:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCD9916A40A for ; Tue, 16 May 2006 05:06:31 +0000 (UTC) (envelope-from idzuwan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3079543D45 for ; Tue, 16 May 2006 05:06:31 +0000 (GMT) (envelope-from idzuwan@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so1273776pya for ; Mon, 15 May 2006 22:06:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=YJFQAQdFq09hmqm61/O/pPnHMuE+UHxE0R+Dmbru/VjTsAqSq1AHxmVbvMXZwZZpU/EXM56EIkATf6nYtBdrPiFLhpxpXqitrwKaNxiJCYZCRWr0Ei92SeeXWIr5QEkdRFdmPcOnK24r82UGC5/Z2lFuLkYipvbAENiOW6lvsYM= Received: by 10.35.15.11 with SMTP id s11mr736712pyi; Mon, 15 May 2006 21:00:48 -0700 (PDT) Received: from ?10.10.10.121? ( [219.93.36.225]) by mx.gmail.com with ESMTP id z52sm79305pyg.2006.05.15.21.00.46; Mon, 15 May 2006 21:00:48 -0700 (PDT) Message-ID: <44694E58.9060507@gmail.com> Date: Tue, 16 May 2006 12:00:24 +0800 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: oliverrojo@anticogroup.com References: <4468470C.800@anticogroup.com> <200605151330.10966.nvass@teledomenet.gr> <44685FCD.9040207@gmail.com> <446944E1.6010009@anticogroup.com> In-Reply-To: <446944E1.6010009@anticogroup.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: idzuwan@gmail.com Cc: freebsd-questions@freebsd.org Subject: Re: pptpd with mpd 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: Tue, 16 May 2006 05:06:34 -0000 Oliver A. Rojo wrote: > idzuwan@gmail.com wrote: > >> Nikos Vassiliadis wrote: >> >>> On Monday 15 May 2006 12:17, Oliver A. Rojo wrote: >>> >>> >>>> Hi! >>>> >>>> I have a running mpd on my freebsd-5.2.1 linux fw but whenever I >>>> connect >>>> my windows client it says "port is closed" >>>> >>>> my mpd.conf >>>> >>>> default: >>>> load pptp >>>> pptp: >>>> new -i ng0 pptp pptp >>>> set iface disable on-demand >>>> set iface enable proxy-arp >>>> set bundle disable multilink >>>> set bundle authname traxx >>>> set bundle enable encryption >>>> set link yes acfcomp protocomp >>>> set link disable pap >>>> set link enable chap >>>> set link keep-alive 10 60 >>>> set ipcp enable vjcomp >>>> set ipcp ranges 192.168.3.30/32 192.168.3.33/32 >>>> set ipcp dns 192.168.3.2 >>>> set bundle enable compression >>>> set ccp enable mppc >>>> set ccp enable mpp-e40 >>>> set ccp enable mpp-e128 >>>> set ccp yes mpp-stateless >>>> set bundle enable crypt-reqd >>>> >>> >>> >> have you try to change the "enable" to "yes" for this option? maybe >> it will work >> >> set ccp yes mppc set ccp yes mpp-e40 >> set ccp yes mpp-e128 >> set ccp yes mpp-stateless >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > Hi! > > I did set to "yes" but still problem exists > > # mpd -s syslog_ident > > Multi-link PPP for FreeBSD, by Archie L. Cobbs. > Based on iij-ppp, by Toshiharu OHNO. > mpd: pid 2427, version 3.18 (root@localhost 16:23 15-May-2006) > [pptp0] ppp node is "mpd2427-pptp0" > [pptp0] can't connect iface and inet: File exists > [pptp0] netgraph initialization failed > mpd: no bundles defined (10x) > try kill mpd then "ngctl shut ng0:" do it for for all ngN that mpd created re-run mpd hope it will work