Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2000 22:15:03 +0200
From:      "Nicolai Petri" <nicolai@petri.cc>
To:        <questions@freebsd.org>
Subject:   pptp server with mpd-netgraph module ?
Message-ID:  <001601c01775$fd227440$6732a8c0@atomic.dk>

next in thread | raw e-mail | index | archive | help
Is it possible to make the mpd server recieve multible concurrent
connections with pptp ?
When ever client 2 connects client 1 gets thrown off.

My pptp section in mpd.conf is looking like this :
pptp:
        new -i ng0 pptp pptp
        set iface disable on-demand
        set iface enable proxy-arp
        set iface idle 3600
        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.102.1/32 192.168.102.101/24
#       set ipcp dns 192.168.1.3
#       set ipcp nbns 192.168.1.4
# If you wanted MPPE encryption and had ng_mppc(8)...
        set bundle enable compression
        set ccp yes mppc
        set ccp yes mpp-e40
        set ccp yes mpp-e128
        set bundle enable crypt-reqd
        set ccp yes mpp-stateless

--- Over and out!
Nicolai Petri




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001601c01775$fd227440$6732a8c0>