Date: Thu, 14 Sep 2000 14:18:35 -0400 (EDT) From: "Christopher T. Griffiths" <cgriffiths@quansoo.com> To: Renaud Waldura <renaud@waldura.com> Cc: archie@whistle.com, freebsd-net@FreeBSD.ORG Subject: Re: mpd-netgraph with multiple PPTP clients? Message-ID: <Pine.BSF.4.21.0009141413030.2956-100000@defiant.quansoo.com> In-Reply-To: <017b01c01e74$52d7fc20$0302010a@biohz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
I get the first one started but the second one throws the following error:
Multi-link PPP for FreeBSD, by Archie L. Cobbs.
Based on iij-ppp, by Toshiharu OHNO.
mpd: pid 55054, version 3.0 (root@excalibur 16:48 7-Sep-2000)
mpd: already running as process 55048
I would eventually like to run this software with -b to put it in the
background.
Any help would be great.
Thanks
Chris
On Thu, 14 Sep 2000, Renaud Waldura wrote:
> SUMMARY
>
> Does mpd-netgraph, configured as a PPTP server, allow multiple client
> connections?
>
>
> LONG VERSION
>
> Dear FreeBSD developers,
>
> I'm running mpd-netgraph on a 4.1 STABLE system. First allow me to
> congratulate the author(s) : this is a beautiful piece of software, well
> implemented and with excellent documentation -- a feature unfortunately too
> rare with open-source projects !
>
> I configured mpd-netgraph (version 3.0) as a PPTP server, allowing VPN
> access to my internal network. I use the default configuration from
> mpd.conf_sample included in the distribution:
>
> ========= mpd.conf =========
>
> pptp:
> new -i ng0 pptp pptp
> set iface disable on-demand
> set iface enable proxy-arp
> set iface idle 1800
> set bundle disable multilink
> set link yes acfcomp protocomp
> set link no pap chap
> set link enable chap
> set link keep-alive 10 60
> set ipcp yes vjcomp
> #set ipcp ranges 192.168.1.1/32 192.168.1.2/32
> set ipcp ranges 192.168.1.1/32 192.168.1.222/24 <-- *
> set ipcp dns 192.168.1.1
>
> (*) only change to the original config
>
> ========= mpd.links ==========
>
> pptp:
> set link type pptp
> set pptp self a.b.c.d
> set pptp enable incoming
> set pptp disable originate
>
> One Windows client (98/2000) connects perfectly. The performance is OK. I'm
> happy!
> But a second client, attempting to connect while the first client is still
> connected, is bounced with error "751 The remote computer refused the VPN
> connection". On the server side, mpd says:
>
> Sep 13 21:49:09 ebola mpd: pptp1: peer's outgoing call request denied
>
> Needless to say I went through the documentation, but even the "PPTP hints"
> section does not mention anything special about multiple client connections.
> At least they don't seem prohibited, although the original configuration
> (above) provisions for a single address. Which leaves with a strong doubt as
> to mpd's ability to actually handle multiple client connections...
>
> I browsed through the source code, and discovered the error message I'm
> getting means that no outgoing link is defined. This seems coherent to me,
> since I do not want to allow outgoing connections using this link. But I'm
> confused: why would the "peer" be requesting a "outgoing call"? Is there
> something fundamental I'm missing?
>
> I tried to configure mpd with multiple PPTP links, apparently this is not
> allowed. What am I missing here?
>
> Thank you very much for your time, your comments and suggestions are very
> much appreciated,
>
> --Renaud
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message
>
---
Christopher T. Griffiths
Quansoo Group Inc.
cgriffiths@quansoo.com
Phone: (302) 777-4141
Fax: (302) 777-4142
Mobile: (302) 521-3436
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?Pine.BSF.4.21.0009141413030.2956-100000>
