Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Captiveportal max users

    Scheduled Pinned Locked Moved Captive Portal
    26 Posts 9 Posters 18.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      ianrhen
      last edited by

      by the way im using the local database option in the captiveportal. because of our system requirements, i  embedded a code to the captiveprotal.inc that would record the transaction of each user (userid, logintime, logouttime, totalhoursused, ipaddress, macaddress) to my database backend using POSTGRESQL for recording purposes to monitor their access and total hours consumed.

      1 Reply Last reply Reply Quote 0
      • I
        ianrhen
        last edited by

        hello guys im back.

        everything is working with my setup now. :) the 54 user limitation on login problem was solved.
        the last time i monitored my setup was having 149 users connected concurrently. i tried login as the 150th captiveportal user and
        the authentication time is just almost the same with the 1st captiveportal user.

        my setup was: instead of using the file captiveportal.db to store the captiveportal users information, i off loaded it from the pfsense box, then just execute an sql query instead to my PostgreSQL Database Server to add, retrieve and delete a user.

        I am so thankful to Sir Scott Ullrich for compiling the modules i needed for my setup :)

        1 Reply Last reply Reply Quote 0
        • E
          eri--
          last edited by

          Would you mind sharing the changes you made for login/logout to possibly be integrated into pfSense itself?

          This would relieve you from the job to always modify pfSense, and CP code will change in 2.1 and allow other user to test your changes and find any flaws in it!

          1 Reply Last reply Reply Quote 0
          • I
            ianrhen
            last edited by

            sure. just give me some time to organize it first. i will also explain things about my setup so those others out there who might also looking for this kind of setup would benefit from it :)

            1 Reply Last reply Reply Quote 0
            • I
              ianrhen
              last edited by

              i mean i wouldn't mind :)

              1 Reply Last reply Reply Quote 0
              • D
                dhatz
                last edited by

                Perhaps the Pfsense project could also consider SQLite (http://en.wikipedia.org/wiki/SQLite http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/sqlite3/) instead of PostgresSQL

                1 Reply Last reply Reply Quote 0
                • I
                  ianrhen
                  last edited by

                  this is my customized monitoring module for captiveportal logged-in users in one of our network segment. :) using pfsense 2.0, apache2, php5, postgresql9 DBserver.

                  monitoring.jpg_thumb
                  monitoring.jpg

                  1 Reply Last reply Reply Quote 0
                  • V
                    valshare
                    last edited by

                    is the bug existent in 2.0 Final?

                    If not, are there any workaround?

                    1 Reply Last reply Reply Quote 0
                    • D
                      dhatz
                      last edited by

                      I wonder, what are the practical limitations of pfsense's Captive Portal?
                      Has anyone used pfsense for large hotspots, e.g. 2000 or even 5000 active users?
                      What are the bottlenecks of the built-in voucher system?

                      I've been experimenting with /var/etc/lighty-CaptivePortal.conf in an attempt to improve performance.

                      I've also checked the suggestions in http://mum.mikrotik.com/presentations/US10/FelixWindt.pdf some are obviously platform-specific, others however are general, e.g.:

                      Lots of applications use HTTP but are not prepared to handle Hotspots
                       We see an average of 14 redirects to the login page before the user interacts with it
                       Malware can spawn HTTP requests at a very high rate
                      Offload services: DHCP, DNS, User Authentication
                      etc

                      1 Reply Last reply Reply Quote 0
                      • E
                        eri--
                        last edited by

                        From what i know in pfSense 2.0 there is not much overhead on lighty and the speed should be quite managable.
                        Usually it depends on the hardware but i can say it can scale up-to 5000 if you have more than 2GB of RAM and a decent CPU.

                        1 Reply Last reply Reply Quote 0
                        • D
                          dhatz
                          last edited by

                          Thx for feedback Ermal.

                          I'm asking because a diff /var/etc/lighty-*conf shows very few differences between the config used for pfsense webGUI and CP, basically only the server.max-request-size

                          I did some testing with ab (apachebench)

                          $ ab -n 300 -c 4 http://pfsense-ip:8000/
                          

                          but the benchmark results weren't very high (however this was on a lowly 256MB VM)

                          So I'm experimenting with increasing RAM and tuning lighttpd, e.g. server.max-keep-alive-requests and increasing php-fcgi children.

                          1 Reply Last reply Reply Quote 0
                          • E
                            eri--
                            last edited by

                            I am not sure you will gain much.
                            What will help with tweaking is pretty much an option on the GUI.

                            Though i wonder how you test the CP performance?

                            1 Reply Last reply Reply Quote 0
                            • V
                              valshare
                              last edited by

                              Hi,

                              is there a fix for the limit of the max. users?

                              regards, valle

                              1 Reply Last reply Reply Quote 0
                              • D
                                dhatz
                                last edited by

                                @ermal:

                                I am not sure you will gain much.
                                What will help with tweaking is pretty much an option on the GUI.

                                Though i wonder how you test the CP performance?

                                Right, I can't think of an easy way to simulate many (1000+) users actually logging-in via the CP. It seems one would have to obtain multiple MAC addresses and hold all of the received IPs in use with virtual interfaces and submit a form post of the username+pass via the CP login form. Which is why I asked for any real-life hotspots using pfsense.

                                However, I did try some performance testing of just /usr/local/captiveportal/index.php using apachebench (stats I've seen suggest that it takes ~20 redirects to a CP splash-page for every actual login, apparently due to the various widgets that people run on their devices, e.g. to retrieve weather info, stockmarket data, update antivirus db etc)

                                1 Reply Last reply Reply Quote 0
                                • V
                                  valshare
                                  last edited by

                                  @ianrhen:

                                  sure. just give me some time to organize it first. i will also explain things about my setup so those others out there who might also looking for this kind of setup would benefit from it :)

                                  why you didn´t share your setup with us?

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    cmb
                                    last edited by

                                    @dhatz:

                                    I wonder, what are the practical limitations of pfsense's Captive Portal?
                                    Has anyone used pfsense for large hotspots, e.g. 2000 or even 5000 active users?

                                    Yes, there are WISPs who have 2000+ active users on a single box.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      trunglam
                                      last edited by

                                      anybody try with freeradius?
                                      I think ianrhen have good idea to build radius server

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        j.comulada
                                        last edited by

                                        I've tried with 40.000 users.

                                        Scenario: 2 computers
                                        pfSense 1: old VIA Nehemia CPU with Captive Portal, 2.0.1 Release (i386), 1Gb RAM
                                        pfSense 2: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz with FreeRadius2, 2.0.1 Release (i386), 4 Gb RAM

                                        In PC 1 I have a Captive Portal with Radius Authentication over second PC.

                                        Provisioning users to Radius has been via .xml configuration files.

                                        I've been uploading users from 10.000 to 10.000. All changes and problems had been at FreeRADIUS computer.

                                        Until 20.000 users, system works fine, nothing changes (well, a little bit slow)
                                        At 30.000 users, system has been slowed seriously: more than 5 minutes to boot, load, save configuration o any other work that involves a write to disk.
                                        At 40.000 users, system has been slowed DRAMATICALLY: more than 45 minutes to boot, load, save configuration, etc…

                                        But, it works !!!!

                                        I can authenticate in my CP as fewer users load.

                                        Best regards.

                                        1 Reply Last reply Reply Quote 0
                                        • I
                                          ianrhen
                                          last edited by

                                          you mean 40,000 users connected at the same time?

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            j.comulada
                                            last edited by

                                            No, I have about 100-200 concurrent users.

                                            40K users are in Radius database.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.