• Automatic redirect after connecting to open network

    4
    0 Votes
    4 Posts
    4k Views
    D
    No, sorry. Once again, captive portals are broken by design as you've observed. And no, pfsense will not force any OS to launch a browser.
  • Import csv list of users in pfsense

    3
    0 Votes
    3 Posts
    3k Views
    M
    ok :) the problem is that I don't how to program it. Which language? bash? another way…is it possibile to open the users db and insert it directly? it should be more simple if possible.
  • Webmail and captive portal

    2
    0 Votes
    2 Posts
    1k Views
    J
    Just to follow up, it was not the captive portal blocking webmail but the hosting company blocking traffic from the IP attached to the pfsense machine. Weird. They claimed too many unsuccessful login attempts to an email account.
  • Loop on authentification page.

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    Check the system, dhcp, and portal auth logs to see if there are any messages/errors at the time of the redirect. Sometimes that can happen if you have the portal's hard timeout set longer than the DHCP lease time and it can't properly re-use the sessions.
  • Adding text to the captive portal breaks it!

    9
    0 Votes
    9 Posts
    2k Views
    jimpJ
    You should not just "view source" of the portal page, edit it, and then upload it. In doing so, the page loses some important internal macros. You should edit the original modified source, or attempt to "fix" the tags that were lost. See the sample code for a default portal page to see what those are, things like <form method="post" action="$PORTAL_ACTION$"> and and other such things that may have been used.</form>
  • Disable Captive Portal by schedule

    5
    0 Votes
    5 Posts
    6k Views
    R
    @ermal: It is better to use the php commands to do the disable rather than the not correct shell commands provided here. Take a look at what happens when you click enable/disable button on the CP configuration page. Another easy way to do it would be tojust leave captive portal running and insert/remove a rule (using the IPFW command) to skip the portal rules.
  • 0 Votes
    4 Posts
    7k Views
    G
    another thing to check: if your external database is on a hosted server, make sure that you are allowing connections from your pfsense IP address. e.g. in Control Panel (on your hosted server) go to Databases -> RemoteMySQL and enter the allowed host IP or domain name
  • PayByWeb

    1
    0 Votes
    1 Posts
    870 Views
    No one has replied
  • [ISSUE] Captive portal + Extender

    1
    0 Votes
    1 Posts
    873 Views
    No one has replied
  • Captive Portal blocks my ssh trafic.

    4
    0 Votes
    4 Posts
    2k Views
    K
    If you want seamless authenticated access, use PPPoE to connect to pfSense instead of a captive portal.
  • 0 Votes
    1 Posts
    965 Views
    No one has replied
  • How do i block a single voucher ?

    7
    0 Votes
    7 Posts
    2k Views
    L
    sorry ,i don't found it !
  • Captive portal redirect not working for ipad and iphone

    3
    0 Votes
    3 Posts
    2k Views
    D
    Dude, your RADIUS server is just completely off-topic here. Start a new thread.
  • 0 Votes
    4 Posts
    2k Views
    S
    Yes, you have to manually edit the values in /etc/inc/radius.inc. They're easy enough to spot - if you're not comfortable with command-line just use Diagnostics > Edit file. Look for a line like the following… function addServer($servername = 'localhost', $port = 0, $sharedSecret = 'testing123', $timeout = 3, $maxtries = 2) I've not yet got to the bottom of my problem - increasing the timeouts has not fixed it for me. Unfortunately I've had little time to look into it further, and it's always in use so access is tricky.
  • 0 Votes
    1 Posts
    740 Views
    No one has replied
  • Open Website after connected to LAN

    2
    0 Votes
    2 Posts
    960 Views
    N
    This depends entirely on the client OS, not the firewall/captive portal.
  • Captive Portal template dialouge box for K-12 school

    8
    0 Votes
    8 Posts
    6k Views
    B
    Hello, We are currently running version pfSense-2.0.1-RELASE (which does have the "no authentication" radio button),,,,but more,,, wanted a "TOS" or "disclaimer"  to be displayed to our likeing, which wallabybob,,supplied. thanks, Barry
  • Secure Elements in Custom Captive Portal Page

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Signed SSL Cert for Captive Portal

    4
    0 Votes
    4 Posts
    5k Views
    DerelictD
    My initial thought is that, with some careful firewall rules, you might be able to use the same IP address for all your CP instances since they are differentiated by port numbers. I do know the ipfw rules initially fwd's CP traffic to 127.0.0.1:8XXX.  There would probably need to be some customization to make the httpd always use the same source address for all CP instances in its replies. That or forget about the DNS forwarder and put ISC BIND up instead.  You could easily make it return the correct A record based on the IP address of the resolver making the query. Or a wildcard cert. Or separate FQDNs/certificates for each CP instance.  Check out www.startssl.com.
  • Get to the authentication page from Pre-authentication

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    Your pre-auth page needs a button or link to redirect -back to- the CP page, http://x.x.x.x:8000/index.php At that point they login to the CP auth page as normal.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.