Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 11:32:26 -0700 (PDT)
From:      Archie Cobbs <archie@whistle.com>
To:        "Christopher T. Griffiths" <cgriffiths@quansoo.com>
Cc:        renaud@waldura.com, freebsd-net@FreeBSD.ORG
Subject:   Re: mpd-netgraph with multiple PPTP clients?
Message-ID:  <200009141832.LAA51555@bubba.whistle.com>
In-Reply-To: <Pine.BSF.4.21.0009141413030.2956-100000@defiant.quansoo.com> "from Christopher T. Griffiths at Sep 14, 2000 02:18:35 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009141832.LAA51555>