From owner-freebsd-net Thu Sep 14 11:32:49 2000 Delivered-To: freebsd-net@freebsd.org Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (Postfix) with ESMTP id 580DC37B422 for ; Thu, 14 Sep 2000 11:32:46 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.10.0/8.10.0) id e8EIWcO18409; Thu, 14 Sep 2000 11:32:38 -0700 (PDT) Received: from bubba.whistle.com( 207.76.205.7) by whistle.com via smap (V2.0) id xma018403; Thu, 14 Sep 2000 11:32:26 -0700 Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.3) id LAA51555; Thu, 14 Sep 2000 11:32:26 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200009141832.LAA51555@bubba.whistle.com> Subject: Re: mpd-netgraph with multiple PPTP clients? In-Reply-To: "from Christopher T. Griffiths at Sep 14, 2000 02:18:35 pm" To: "Christopher T. Griffiths" Date: Thu, 14 Sep 2000 11:32:26 -0700 (PDT) Cc: renaud@waldura.com, freebsd-net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christopher T. Griffiths writes: > Renaud, > > I have run into the same problem. > > I created the following, but mpd does not like it: > > pptp: > new -i ng0 pptp pptp > > pptp1: > new -i ng1 pptp1 pptp1 > > I tried starting mpd with: > > mpd pptp > > then > > mpd pptp1 Don't run 2 mpd's.. instead run one mpd with multiple bundles defined. For example: # mpd.conf default: load pptp1 load pptp2 load pptp3 ... pptp1: new -i ng1 pptp1 pptp1 ... set ipcp ranges 1.1.1.1/32 1.1.1.11/32 ... pptp2: new -i ng2 pptp2 pptp2 ... set ipcp ranges 1.1.1.1/32 1.1.1.12/32 ... pptp3: new -i ng3 pptp3 pptp3 ... set ipcp ranges 1.1.1.1/32 1.1.1.13/32 ... Add entries for "pptp1" through "pptp3" in mpd.links as well. Hope this helps. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message