From owner-freebsd-net@FreeBSD.ORG Sun Apr 20 23:20:48 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 CC15537B401 for ; Sun, 20 Apr 2003 23:20:48 -0700 (PDT) Received: from Draculina.otdel-1.org (draculina.otdel-1.org [195.230.89.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B151943FAF for ; Sun, 20 Apr 2003 23:20:47 -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 h3L6KbSH044654; Mon, 21 Apr 2003 10:20:37 +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 h3L6KZrp044653; Mon, 21 Apr 2003 10:20:35 +0400 (MSD) Date: Mon, 21 Apr 2003 10:20:35 +0400 From: Nikolai SAOUKH To: Archie Cobbs Message-ID: <20030421062035.GA44592@otdel1.org> Mail-Followup-To: Archie Cobbs , Gianmarco Giovannelli , net@FreeBSD.ORG References: <5.2.1.1.2.20030415070820.04610eb0@194.184.65.4> <200304210125.h3L1P5me035041@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304210125.h3L1P5me035041@arch20m.dellroad.org> User-Agent: Mutt/1.5.4i cc: Gianmarco Giovannelli cc: 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: Mon, 21 Apr 2003 06:20:49 -0000 | > bind: Can't assign requested address | ... | > vpn: | > 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