From owner-freebsd-net@FreeBSD.ORG Tue Apr 22 04:43:50 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD3E137B401 for ; Tue, 22 Apr 2003 04:43:50 -0700 (PDT) Received: from Draculina.otdel-1.org (draculina.otdel-1.org [195.230.89.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C6E43FB1 for ; Tue, 22 Apr 2003 04:43:49 -0700 (PDT) (envelope-from nms@Draculina.otdel-1.org) Received: from Draculina.otdel-1.org (localhost [127.0.0.1]) by Draculina.otdel-1.org (8.12.6/8.12.6) with ESMTP id h3MBhfOA004580; Tue, 22 Apr 2003 15:43:41 +0400 (MSD) (envelope-from nms@Draculina.otdel-1.org) Received: (from nms@localhost) by Draculina.otdel-1.org (8.12.6/8.12.6/Submit) id h3MBheAF004579; Tue, 22 Apr 2003 15:43:40 +0400 (MSD) Date: Tue, 22 Apr 2003 15:43:40 +0400 From: Nikolai SAOUKH To: Archie Cobbs Message-ID: <20030422114340.GA4545@otdel1.org> Mail-Followup-To: Archie Cobbs , freebsd-net@freebsd.org References: <20030421062035.GA44592@otdel1.org> <200304211519.h3LFJcBK037125@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304211519.h3LFJcBK037125@arch20m.dellroad.org> User-Agent: Mutt/1.5.4i cc: freebsd-net@freebsd.org Subject: Re: mpd: PPTP call failed X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 11:43:51 -0000 | > | > set link type pptp | > | > set pptp enable originate incoming outcall | > | > set pptp self 81.75.144.245 | > | ^^^^^^^^^^^^^ | > | Most likely your mpd box doesn't own that IP address. | > No, ther order of lines is significant (undocumented feature of mpd). Try this | > set link type pptp | > set pptp self 81.75.144.245 | > set pptp enable originate incoming outcall | The order shouldn't matter -- if it does that's a bug (not a feature :-) | What exactly happens when it doesn't work? When 'set pptp self ...' is not a second line, then mpd ignore it and binds to all interfaces. In my case, at least.