• Timer based accounts

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    D
    Thanks for the answer by the way  :) So can you tell me how did you achieved that goal? I do have an external MySQL DB Server so all I need is Chillispot. But I need guidance  :(
  • Kerberos?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Limited number of mac addresses ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Simple radius account generation

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    B
    It is definitely what I'm looking for. I'll write down a post as a feature request, with some details of our shared "wish" :D
  • CP and squid with logs per AuthUser

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    I
    DestekTeknik, sorry to tell for pfsense, but the solution I found and I'm going to test is to use another appliance I found in the internet. Following the URL: http://www.zeroshell.net/
  • Captive portal stopped working after 1.2.2 upgrade

    Locked
    12
    0 Votes
    12 Posts
    9k Views
    D
    I made the assumption that the backup and restore of the config would take care of that. The 80/20 rule turned out to be true. I just got the version that was working, reloaded from scratch setting up the base config, and then imported that back in, and that worked perfectly. When I get some time, I will try the rebuild manually from scratch again and test it.
  • The simplist way to how i control people can get sevice

    Locked
    14
    0 Votes
    14 Posts
    7k Views
    A
    ok thank u all and i happy for all ur help
  • Redirecting captive portal logging ?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    R
    I'm late answering, sorry :-) I tried to add some code to my captured html page, called index.html, but it didn't work. Have you any example of an html file I could use as example ?
  • MOVED: fail over

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [solved] Captive Portal doesn't show up

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Y
    Hello, @yanosz: we've some trouble configuring captive portal on 1.2.2. While some features work, some doesn't: Accessing the portal on 8000/tcp? - works. Non-Whitelisted hosts are blocked? - works. Whitelisted hosts are not blocked? - works. Portal page is shown, if not-authorized hosts try to access web pages by http? - doesn't work Actually, it seems there is a bug in the configuration code and / or firewall code. After removing some firewall rules ( "pass"-definitions only - sounds strange) and after switching the interface from wlan to lan and back, everything is running fine… Keep smiling yanosz
  • Automatically adding MAC addresses to Captive Portal

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    L
    @GruensFroeschli: They probably have a popup-blocker running. I don't think that's it as the CP doesn't use a pop-up AFAIK, plus I use a popup stopper and it works for me. Thanks though. @Still: Did you add your internal/ISP DNS servers IPs to the captive portal "Allowed IP addresses" list? It happens when a client request an internet page and can't DNS resolve it, the CP loginpage won't show up. I did not add them, but i'm going to right now, not sure when the next time I can test the theory out is as i'm not sure when Canada Revenue will be back but i'll backup and remove all the Pass-through MACs and i'll find out eventually if it works and let you know. Thanks for the tip, hopefully it solves the problem.
  • Redirecting https traffic

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • $PORTAL_MESSAGE$ doesn't appear to be working

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    O
    Hi, ive tinkered with this some more and it appears it does work after all though so far ive only managed to get back a message when the radius server was down. Are there any plans to extend the range of messages? It would be nice for instance to know why the login failed, ie bad credentials, expired account or to many simultaneous logins for exmple. Regards Nick
  • Adding Field to Captive Portal

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    O
    JJ, excellent, glad you got it working Regards Nick
  • Create users - import file

    Locked
    8
    0 Votes
    8 Posts
    9k Views
    O
    If you want to import into freeradius from a file you could try something along these lines. `$file_handle = fopen("users.csv", "r"); while (!feof($file_handle) ) {         $line_of_text = fgets($file_handle);         $sStream .= $line_of_text; } fclose($file_handle); $arUsers = explode("\n", $sStream); $sUserCount = count($arUsers)-1 ; for ($i = 0;$i< $sUserCount; $i++){      $sTmp = $arUsers[$i];      $arAcct = explode(",",$sTmp);      if (  AddXML(false,$arAcct) ) AddDbUser ($arAcct);      if ( $i > $sUserCount ) break; } function AddDBUser($fDebug,$arAcct){ include "opendb.php";      $SQL = "INSERT INTO radcheck (UserName, Attribute, op, Value) VALUES ('$arAcct[0]', 'User-Password', ':=', '$arrAcct[0]');";      $QResult = mysql_query($SQL);      include "closedb.php"; }` users.csv is simply a list of username password pairs eg fred, apples\n tom, oranges opendb.php and closedb.php are included pages to handle the connection to the radius db Obviously thats ver simple only using the usename passwrod pair, it would be no hassle at all to extend it to add additional radius attributes Its a bit rough and ready and probably has some errors as I just jotted it down from memory of past stuff I've done. I do hope it helps some one Regards Nick
  • Dual Wan Failover/LoadBalancing with Captive Portal

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    C
    I see 1.2.3 is suitable for production.  Can anyone help me out my other questions?
  • Capturing info and getting it outside pfSense

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    O
    How about using curl to squirt the data over to another box and storing it in a db?
  • Please ! Need advice ?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    Dear Cry Havok  thank you if I used a translator because I Alangelzip weak in the language, this is not a drawback to the present, but you are because you do not like you said you like irony and I love to be one of the users of this system of power in the network management And look for ways to learn what to do Thank you for all My question has been, however, I did not find a commentary on the style of translation No explanations of this video server Please intervene to solve the problem of determining the velocities of the Iozyrep
  • Pass through mac address on captive portal (Spoof mac address)

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    S
    Implementing access control based on MAC addresses alone is a no no IMO. , you better use the simple user manager in the captive portal itself, assign each client a username and pass and thats it, preferably to be a https login page.. my 2cents.
  • Restricted access on OPT1 via CP

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E
    Only in 2.0. In 1.2+ you have to change the order of pfil. Search the forums with "sysctl pfil".
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.