• Captive portal login webpage started crashing.

    7
    0 Votes
    7 Posts
    1k Views
    jimpJ

    2.0.x is far too old to expect anyone to assist in diagnosing. Even if you were on the latest 2.0.x release that's still 3.5+ years out of date.

    I seem to recall a similar problem back then that was fixed, also a long time ago. I didn't see any specific references in any of the release notes, though.

    From 2.3.x on it's even a completely different web server running captive portal connectivity (nginx now, was lighttpd back then)

    The best path forward is to upgrade.

  • 0 Votes
    7 Posts
    982 Views
    H

    Sweet!!!!
    Thank you again…

    I modified the line containing the regex so that it only matches lowercase a-f....
    it's working like a charm...

    /* MACs input validation */ function freeradius_validate_macs($post, &$input_errors) { // MAC Address if (!empty($post['varmacsaddress'])) { if (!preg_match('/([a-f0-9]{2}[-]?){6}/', $post['varmacsaddress'])) { $input_errors[] = "The 'MAC Address' field must contain a valid MAC address, delimited with '-' character."; } }
  • Captive portal without no authentication it is possible?

    5
    0 Votes
    5 Posts
    1k Views
    DerelictD

    Just set "No authentication" in the portal and make a button that says proceeed.

    No magic there.

  • Hotel brand requirements

    4
    0 Votes
    4 Posts
    922 Views
    jimpJ

    You could run it by the Professional Services crew but I don't think we've gone so far as setting up external auth servers of that nature before.

  • Traffic monitoring using captive portal informations.

    6
    0 Votes
    6 Posts
    1k Views
    C

    I am sorry I know this is not a answer you are really looking for but I am just giving my 2 cents,  with pfsense I do not know of a way to view bandwidth by CP login info but if you like there is a other firewall called Untangle that can do exactly as you wish, and the good thing is you can keep pfsense as firewall and use UT in bridge mode

  • Voucher Length

    1
    0 Votes
    1 Posts
    386 Views
    No one has replied
  • How to configure like FUP provided by Mobile providers ?

    1
    0 Votes
    1 Posts
    324 Views
    No one has replied
  • 0 Votes
    1 Posts
    400 Views
    No one has replied
  • Captive Portal

    2
    0 Votes
    2 Posts
    612 Views
    empbillyE

    On mobile, are you waiting for the authentication page to appear automatically, or are you opening an http page for redirection?

  • Captive portal printing

    4
    0 Votes
    4 Posts
    1k Views
    empbillyE

    @doktornotor:

    Alternatively, you might just use the banana.  8)

    hahahahaha… BANANA POWER!!!  ;D ;D

  • How to save Captive Portal Logs as per day wise

    3
    0 Votes
    3 Posts
    2k Views
    D

    Hi,

    alternatively, to have logs inside pfSense with a rotation can be done as below (Method I had used long ago with pfSense 2.2.x):

    a) install the Syslog-ng package on pfSense

    b) configures Syslog-ng in Services / Syslog-ng / General as follows
    Enable (checked)
    Interface Selection: LAN
    Default Port: 5140
    Leaving the rest unchanged and Save

    c) Now configure the default syslog pfSense to send logs to a remote server where the "remote server" is the same pfSense, then go to Status / System / Settings, activate Enable Remote Logging and put as ip address of the remote server to the LAN interface with the 5140 port, for example 192.168.1.1:5140, for Remote Syslog Contents choose what you want to send. Finally Save

    As a final result, Syslog-ng logs will be found in the pfSense filesystem, specifically in /var/syslog-ng/default.log and they can be rotated by turning the configuration of Syslog-ng

  • Regarding squidguard & captive portal user

    1
    0 Votes
    1 Posts
    520 Views
    No one has replied
  • Authent windows dont auto pop-up when hardtime release

    2
    0 Votes
    2 Posts
    436 Views
    D

    Really no good way, it's up to the client to notice.

  • Voucher Manager Ideas

    2
    0 Votes
    2 Posts
    1k Views
    A

    Did you look at this page
    https://forum.pfsense.org/index.php?topic=108846.0

    i liked it, on page 2 i placed an in my opnion beter script, in my modification only the not used vouchers are printed out.

  • Captive Portal Logout Redirects to Login page

    1
    0 Votes
    1 Posts
    600 Views
    No one has replied
  • 0 Votes
    1 Posts
    423 Views
    No one has replied
  • Captive Portal and Local Webserver

    2
    0 Votes
    2 Posts
    709 Views
    GertjanG

    @MOkasha:

    ….
    i have configured CP on the Lan interface abd it working good
    but i have local webserver and need users to access it

    What is local : on LAN ?
    @MOkasha:

    but wheb any user try to access it tye CP authentication page show up althought i have added the server ip in the allowed ip's

    What IP ? pfSense ? Some LAN device ?
    Many OS's try to access a 'remote' server (some server on the internet) as soon as a gateway is handed over (by DHCP). You can't stop that / is not related to pfSense.

  • Disconnect all users fail

    3
    0 Votes
    3 Posts
    846 Views
    U

    fantastic.

    thank you very much.

  • Pfsense queries

    3
    0 Votes
    3 Posts
    711 Views
    P

    Thanks for reply

    One more thing right now ip base all log is availble which is shown in the attachment that is share here.

    Where ip address is shown in attachment i want to  change to user name.

    Suppose if this option is not possible. Then r u aware about from where these ip base all log are coming from pfsense source code and also where all these data are being saved in pfsense.

    Thanking you

    1.JPG
    1.JPG_thumb
    2.JPG
    2.JPG_thumb

  • [SOLVED] Internal Web Service not show through captive portal

    2
    0 Votes
    2 Posts
    529 Views
    empbillyE

    Well, at first I corrected the problem! What I did:

    I added in the /boot/loader.conf entry,

    hw.xen.disable_pv_nics = "1"

    The interfaces are recognized as xn0 and xn1. When adding the entry above, they become as re0 and re1.

    When restarting the server I had to assign the interfaces again.

    I do not know if the correction was made by adding the input. I just know it worked.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.