From owner-freebsd-questions@FreeBSD.ORG Tue May 16 05:08:30 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 DB7D416A4DB for ; Tue, 16 May 2006 05:08:29 +0000 (UTC) (envelope-from idzuwan@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10FB43D6A for ; Tue, 16 May 2006 05:08:22 +0000 (GMT) (envelope-from idzuwan@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so1274101pya for ; Mon, 15 May 2006 22:08:22 -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=d9Q9nv/ROluF6oWTXteX3xr/Ikc4Iax/DsesvZu/M6FwGA1xbsFxYFGBkVcuDEqzy1rVlUKQwWLNgDMW1NgojAYOshA/Sx0+a8wMtab4HuGRe28WVe85AufnR98/iGsLXgDpbsOkAjnZI0KHwrl2+72KH72K8AaIjRfHvN9pEfI= Received: by 10.35.131.4 with SMTP id i4mr1382047pyn; Mon, 15 May 2006 22:01:15 -0700 (PDT) Received: from ?10.10.10.121? ( [219.93.36.225]) by mx.gmail.com with ESMTP id v53sm322452pyv.2006.05.15.22.01.09; Mon, 15 May 2006 22:01:14 -0700 (PDT) Message-ID: <44695C84.40500@gmail.com> Date: Tue, 16 May 2006 13:00:52 +0800 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4468470C.800@anticogroup.com> <200605151330.10966.nvass@teledomenet.gr> <44685FCD.9040207@gmail.com> <446944E1.6010009@anticogroup.com> <44694E58.9060507@gmail.com> <44695AF0.1060207@anticogroup.com> In-Reply-To: <44695AF0.1060207@anticogroup.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: idzuwan@gmail.com Cc: oliverrojo@anticogroup.com 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:08:35 -0000 Oliver A. Rojo wrote: > idzuwan@gmail.com wrote: > >> 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 >> >> > Ok here's the result: > > # ngctl shut ng0 > ngctl: shutdown: No such file or directory > > "ngctl shut ng0:" please take note the semicolon dont leave it :)