From owner-freebsd-net Wed May 30 6:52:34 2001 Delivered-To: freebsd-net@freebsd.org Received: from web13308.mail.yahoo.com (web13308.mail.yahoo.com [216.136.175.44]) by hub.freebsd.org (Postfix) with SMTP id 67FE937B43C for ; Wed, 30 May 2001 06:52:31 -0700 (PDT) (envelope-from nuzrin@yahoo.com) Message-ID: <20010530135231.22042.qmail@web13308.mail.yahoo.com> Received: from [203.106.66.32] by web13308.mail.yahoo.com; Wed, 30 May 2001 06:52:31 PDT Date: Wed, 30 May 2001 06:52:31 -0700 (PDT) From: nuzrin Reply-To: p9711422@mmu.edu.my Subject: mpd-netgraph as pptp server To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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