Date: Tue, 19 Dec 2006 10:27:11 +0200 From: Alexander Motin <mav@alkar.net> To: nbg@stttelkom.ac.id Cc: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Subject: Re: maximum connections for mpd Message-ID: <4587A25F.2040408@alkar.net> In-Reply-To: <1166430186.00656388.1166419203@10.7.7.3> References: <1166430186.00656388.1166419203@10.7.7.3>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi. Nyoman Bogi Aditya Karna wrote: > our VPN server is using mpd3.18 + freebsd6.1 > and currently we provide 250 VPN connections > for our students and it works well. > > but when i try to make 500 connections > the mpd failed to run. > > i suspect it was the freebsd > that can not provide ng more than 250. > > is there anything i should do ? > maybe tuning the freebsd ? mpd3 uses about 10 file descriptors per bundle. So you should increase file limit via sysctl. Another problem is dependence of mpd and libradius on select() call which will require increase of FD_SETSIZE constant in mpd/system and rebuilding mpd and libradius. But if you whish to reach 1-2K bundles and more, you may need mpd4. There are lot of changes done to remove that kind of limitations in mpd4.0b5. So if you don't use MSCHAP auth (which was broken in mpd4.0b5 and fixed later) I propose you to try mpd4. Or you can try latest CVS version from sourceforge.net which is stable enough for now and moving to release. -- Alexander Motin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4587A25F.2040408>