• Captive portal on GRE interface

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Manually add Radius User (not use webGUI)

    2
    0 Votes
    2 Posts
    1k Views
    L

    You can manually query the users in the mysql. refer to this link :  http://www.serveradminblog.com/2011/12/freeradius-install-howto-4-populating-tables/

    hope this make sense. :)

  • Display username and remaining time of the user in the success login page

    1
    0 Votes
    1 Posts
    958 Views
    No one has replied
  • Payment plans

    9
    0 Votes
    9 Posts
    3k Views
    GertjanG

    @RadoXX:

    Hello! can i build simmilar system to FOn using pfsense?

    The common answer is : yes, of course.
    Because YOU are asking the question, I tend to say that YOU won't pull it off.

    Isn't it not far more easy, if you want something similar to X, to just use X ?

  • My modern Captive Portal/Login template

    6
    0 Votes
    6 Posts
    8k Views
    M

    @iNCONIX:

    mrbrax

    Please post .ZIP file again

    action.js is 0k

    Do not login

    tks

    How am i supposed to post it if i'm not allowed to log in? ;)

    It is supposed to be empty, yes. Not sure why i provided it at all.

  • Multiple Zone on Pfsense 2.2.6

    7
    0 Votes
    7 Posts
    3k Views
    GertjanG

    Sorry, can't make anything from what you say.

  • Captive Portal authentication times outs

    3
    0 Votes
    3 Posts
    1k Views
    L

    Thanks for the reply and advise.

    Will check on the assigned IP addresses as suggested.

  • Captive portal is running slow… :(

    9
    0 Votes
    9 Posts
    3k Views
    S

    Thanks a lot.

  • Captive portal 'spinning' on initial connect if redirect URL used

    3
    0 Votes
    3 Posts
    1k Views
    GertjanG

    Reconsider your solution.
    As you already said :
    @carzin:

    If they go to google or any other http site, it works just fine.  The redirect happens immediately.

    So why adding google.com to the 'allowed site' list ?

    Check this https://forum.pfsense.org/index.php?topic=115338.msg644308#msg644308
    Most OS's will open a navigator by default "automatically" when a Wifi connections comes UP (obtained an IP, gateway, DNS, etc) and the direct "Internet connections" (with a test http call). No end user interaction needed.

    Check this :
    @carzin:

    For whatever reason, if they type wifi.sitex.edu, the browser will spin and spin and will not connect them to the authentication portal.

    Where is "wifi.sitex.edu" ? Is it the URL being served by pfSense or elsewhere ?  If it's the latter, it should be added to the 'allowed site' list.
    Check also if "wifi.sitex.edu" is including pages from other locations (Google analytics, etc) because this will block the loading of the page (your "spinning around").

  • User Authentication with MAC (mac binding with user)

    4
    0 Votes
    4 Posts
    1k Views
    E

    Yes sometime i have the same thoughts, i should just quit replying, but i am kind of addicted  ;D

    I understand your problem, that why my previous reply to you was mentioning to "remove any previosly granted authorization", the person which can get access with all its machines, can do that because before you gave him that privilege, so, to fix that, you now have to remove those rights from its account(s), blocking them again, and only insert the MAC address you would like to allow on that list.
    If you can't find them, i would suggest to start blocking everything again,  then only make change on the MAC addresses's list.
    I hope that's clear enough.

  • Mysql Server

    6
    0 Votes
    6 Posts
    3k Views
    GertjanG

    Modify the 'my.cnf' (de main MySQL config file) so it accepts not only connection from localhost (127.0.0.1) but also the 'external' IP  that the other pfSense would use to connect to the server.
    This is well described in the MySQL doc.

    You need to locate the file, and change it.
    Restart MySQL.
    [ check if the firewall on the IP/NIC isn't blocking incoming connections on the MySQL port ]
    Done.

  • Old Captive Portal Page to Latest Pf Captive Portal Page

    2
    0 Votes
    2 Posts
    822 Views
    GertjanG

    Throw them away, take the build in pages.
    Done  ;)

  • PFsense Captive Portal on AWS

    4
    0 Votes
    4 Posts
    1k Views
    H

    Thanks, Web Spider.

    I am trying to mimic the captive portal of Mikrotik router. Unfortunately, I am having a hard time figuring out how to do it on Cisco devices. That's is why I am thinking of using Pfsense.

    We are managing multiple networks, and it is not good to install Pfsense on each network because it 's hard to troubleshoot it when there is an issue with it. That's why I think it is better to host the Pfsense captive portal on AWS and let them connect to it, so we can easily access it and manage them properly.

    I have read about pfSense Security Gateway Appliance which is available on Pfsense store. Do you think this is better than having a PFsense on AWS?

    Please advise. Thanks

  • Captive portal, VLANs, lock user to specified "Zone"

    3
    0 Votes
    3 Posts
    912 Views
    N

    @cs1:

    That's possible with RADIUS authentication. E. g. with FreeRADIUS you can store a custom RADIUS attribute like "Allowed-NAS" with each user and during the authorization phase you can use FreeRADIUS's "unlang" to compare the NAS-Identifier (which should be different for each of your zones) with the Allowed-NAS attribute and reject a user straightaway if they don't match. You can even update the Reply-Message attribute with something like "You're not allowed to log into this zone!" which will be displayed as the error message on the Captive Portal page so that the user immediately knows what went wrong. The manpage of unlang should give you a pretty good idea how to write the comparison code.

    True.
    I resolved using external Freeradius, Huntgroups, Groups and unlang.
    I will update you if I can integrate solution on pfSense Freeradius :)

  • Install phpmyadmin

    4
    0 Votes
    4 Posts
    2k Views
    T

    Thanks for your reply,  I design captive portal + freeradius + mysql to create the self register for customer's wifi system via device mac address, I have the separate internet connection so I dont use the firewall function on pfsense because outside pfsense I had already firewall.

  • Captive Portal No Authentication

    8
    0 Votes
    8 Posts
    3k Views
    D

    The sqlite3 tool is a command line tool that is usable via ssh / console.
    I don't have time to further explain the radius setup, and it is already well discussed in the forum, maybe you should seek some help from professionnal help.

  • 0 Votes
    3 Posts
    1k Views
    C

    Thanks "muswellhillbilly" for replying i can set timeout but i couldn't set download limit …

  • How to make a voucher expire when it reached a usage of 500MB

    6
    0 Votes
    6 Posts
    2k Views
    I

    i am also interested dear :) :)

  • Captive Portal per user bandwidth limit and bufferbloat

    3
    0 Votes
    3 Posts
    1k Views
    D

    Thanks for the info, but as of my understandings today coDel is implemented but FairQueue CoDel is not, so fair bandwidth share won't happen.
    Am I getting this wrong ?

  • How to correct RADIUS accounting packets

    1
    0 Votes
    1 Posts
    483 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.