Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 06:52:31 -0700 (PDT)
From:      nuzrin <nuzrin@yahoo.com>
To:        freebsd-net@freebsd.org
Subject:   mpd-netgraph as pptp server
Message-ID:  <20010530135231.22042.qmail@web13308.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
hi,

i just want to know that if in mpd.conf, i have this entry:

pptp0:
        new -i ng0 pptp0 pptp0
        set iface route default
        set iface disable on-demand
        set iface enable proxy-arp
        set iface idle 0
        set bundle disable multilink
        set link yes acfcomp protocomp
        set link enable pap chap
        set link enable chap
        set link keep-alive 10 60
        set ipcp yes vjcomp
        set ipcp ranges 192.168.254.0/24 10.8.1.0/24
        set ipcp dns xxx.xxx.xxx.xx
        set ipcp nbns 0.0.0.0
        set iface up-script    /usr/local/etc/mpd/if-up.sh
        set iface down-script  /usr/local/etc/mpd/if-down.sh
        set bundle enable compression
        set ccp yes mppc
        set ccp yes mpp-e40
        set ccp yes mpp-e128
        set ccp yes mpp-stateless

and in mpd.link i have this entry:

pptp0:
        set link type pptp
        set pptp self xxx.xxx.xxx.xxx
        set pptp enable incoming
        set pptp disable originate

and if i want to allow 100 simultaneous client connecting to my pptp server,
do i have to repeat the entry above 100 times, increasing pptp0 and ng0
values respectively? this would result in a very big mpd.conf and mpd.links
file.

is there any other simple way that will keep the mpd.conf and mpd.links files
short, simple and manageable?

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.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?20010530135231.22042.qmail>