• Multiple "virtual SSID" linked to different CP Zones

    3
    0 Votes
    3 Posts
    1k Views
    P
    I share the same goal and have managed to accomplish something similar. The major difference is that I am not using VLAN tagging. I couldn't ever get it working on DD-WRT. I am using Merlin WRT on RT-N66Us (for stability and performance). While I haven't gotten 802.1q style VLANs working, I do have port based VLANs working. See this thread for details.http://forums.smallnetbuilder.com/showthread.php?t=12750
  • MOVED: no aparece las opciones de cautive portal?????

    Locked
    1
    0 Votes
    1 Posts
    603 Views
    No one has replied
  • Accidentally deleted a zone in captive portal

    3
    0 Votes
    3 Posts
    909 Views
    A
    Thanks Gertjan… My backup was from version 2.0.3. What i did i just extract the mac address for the pass-through clients, create a new zone and manually encode those mac addresses. Thanks again
  • CP to replicate to another CP authenticated users

    5
    0 Votes
    5 Posts
    1k Views
    M
    You can do this using CARP. @ar4uall: Hey guys, I don't know if this is possible or not, or if there's a genie out there that did it. Situation, i have a PfSense box with Captive Portal authenticating users to a NPS on 15 airports, meaning 1 box and 1 NPS per airport. Now pilots travelling from an airport to another don't want to re-authenticate at each airport they travel to. Is it possible that once they authenticated to a 1st box, that 1st box replicates the authenticated user to all the other ones so the user does not need to re-authenticate again?! ??? Thanks you very much for your time. ;)
  • How can I set up a group or individual Voucher Internet rules

    2
    0 Votes
    2 Posts
    896 Views
    Z
    I had this idea also but the only way i figured it out is to setup multiple virtual ssid on each accesspoint and also multiple virtual lan interfaces in the pfsense config and creating tunnels between both of them. That would allow us to have multiple captive portal "zones" wich will have thier own vouchers, and download/upload speed setting. That being said, i think i will need some help doing all that configuration. I am using dd-wrt (both d-link and linksys) accesspoints and i spend a whole day trying to figure out how to connect virtually a pfsense interface with a specific ssid on my access point without success. does somebody have a similar configuration?
  • 0 Votes
    2 Posts
    6k Views
    E
    Those errors come out usually when you forward HTTP(port 80) traffic to SSL(port 443) traffic. Probably need to be checked what the forwarding rules generated are doing there to tell for sure. Normally, apart overhead there is no problem with that.
  • Daily changing login code

    3
    0 Votes
    3 Posts
    1k Views
    G
    Hi, thank you for this answere. Yes, I want just one "random" password every 24h. Every user will use the same username and password. The password should not be really random at all. Maybe something calculated out of the date. So I don't need the mailing capatabilities. Vouchers for 24h won't be a good solution for my purpose. It's for an exhibition, where users can access the internet over a captive portal only for the current day. And yes 'php' is difficult for me :(
  • Captive Portal with OpenVPN and VLAN

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Open new tab after login to captive portal.

    3
    0 Votes
    3 Posts
    2k Views
    G
    Thanks for the answere. I've found an easy way to do this: I've added target="_blank" to the form-tag.
  • Captive Potal Voucher Problem

    4
    0 Votes
    4 Posts
    2k Views
    DerelictD
    I'm just saying that whatever problems you're having, 2.0-RC3 is pretty much ancient.  Lots and lots of captive portal patches since then.
  • No load captive portal

    3
    0 Votes
    3 Posts
    1k Views
    A
    2.0.3-RELEASE (i386) built on Fri Apr 12 10:22:21 EDT 2013 FreeBSD 8.1-RELEASE-p13
  • Captive Portal https login page stopped working on pfsense 2.1

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Show number of users who are currently online on CP page

    2
    0 Votes
    2 Posts
    1k Views
    GertjanG
    Well, you nailed it. A couple of billion things are missing in pfSEnse - this one of them ! So, the "function" or "Environmental variable" that's initialized with the current online users doesn't exist. You have to make it yourself  ;) So, go grab a kid from the street and ask him to write a couple of PHP lines. Note that he isn't gona think a lot. He will 'borrow' some code from the gadget named "Captive Portal Status" and count the number of lines that that gadget will show. He will insert (include) the code in the portal page script. Done  ;D You didn't say anything about the version of pfSEnse you use, so I presume 2.0.3.
  • CP authenticating to IdP via SAML?

    4
    0 Votes
    4 Posts
    3k Views
    L
    I have to ask to my boss..those changes are for our internal network. Anyway the main idea is to redirect the user to an external php page (idp) where he can authenticate. If the auth is ok the user gets back to the CP with a gpg signed message from idp. the CP checks the gpg sign and allows the user to login. I will publish more details if allowed.
  • How to set the CP to only show a welcome page

    2
    0 Votes
    2 Posts
    1k Views
    DerelictD
    Set the authentication to "No authentication" and upload CP HTML that doesn't include any fields but contains the appropriate form submit button somewhere. (You can test with the stock HTML.  When "No authentication" is selected, the fields are ignored.) You also have to make sure your CP hard timeout is shorter than your DHCP lease time and your DHCP pool is large enough to handle peaks. I believe you should be able to use the Pre-authentication redirect URL to redirect to your external web server and have that page include the proper Submit to the captive portal but I don't know why you'd do that.  I'd just have pfSense do the portal page.  You can host/link to heavy content outside if you have the proper Allowed IP Address/Hostname entries.
  • Allowed IPs direction

    3
    0 Votes
    3 Posts
    1k Views
    L
    I just upgraded to 2.1. so on 2.0 ipfw tables were used as follows: Table 1 authenticated/allowed clients (IN) Table 2 authenticated/allowed clients (OUT) Table 3 allowed ‘from’ IPs without bw limits (IN) Table 4 allowed ‘from’ IPs without bw limits (OUT) Table 5 allowed ‘from’ IPs with bw limits (IN) Table 6 allowed ‘from’ IPs with bw limits (OUT) Table 7 allowed ‘to’ IPs without bw limits (IN) Table 8 allowed ‘to’ IPs without bw limits (OUT) Table 9 allowed ‘to’ IPs with bw limits (IN) Table 10 allowed ‘to’ IPs with bw limits (OUT) now on 2.1 : Table 1 authenticated/allowed clients (IN) Table 2 authenticated/allowed clients (OUT) Table 3 allowed IPs (IN) Table 4 allowed IPs (OUT) is it correct ? thanks.
  • Captive Portal Slow to redirect -Troubleshooting help needed

    8
    0 Votes
    8 Posts
    4k Views
    H
    Same problem here with: 2.1-RELEASE  (i386) built on Wed Sep 11 18:16:50 EDT 2013 FreeBSD 8.3-RELEASE-p11 Takes 20 sec. - If I use a manual "post-auth" page - then it jumps to it right away.
  • Captive Portal not redirecting

    8
    0 Votes
    8 Posts
    2k Views
    V
    A reinstall solved whatever problem was there, thanks anyway
  • Mobile Login Page

    11
    0 Votes
    11 Posts
    9k Views
    E
    Here ist the ZIP file with all images for my proposal. Please remove the .txt captiveportal-images.zip.txt
  • Captive Portal hard timeout not resetting

    6
    0 Votes
    6 Posts
    2k Views
    N
    Did you check https://redmine.pfsense.org/ for an open ticket which addresses that and if not - open a ticket? But probably the developers are now focused on pfsense 2.1
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.