• Captive Portal and SIP2

    1
    0 Votes
    1 Posts
    450 Views
    No one has replied
  • CP Redirect Problem

    14
    0 Votes
    14 Posts
    3k Views
    GertjanG
    Xiami devices ? You mean Xiaomi devices ? These are based on the Android OS, right ? So, they should work. I see the connected don my captive portal.
  • To enable php mysqli class support

    5
    0 Votes
    5 Posts
    1k Views
    GertjanG
    @kelvinmurik Correct. "mysqli" requires "mysqli" support, which is different from the older "mysql" (-connect) library.
  • Captive Portal Free Wifi with Hard Timeout & Vouchers

    2
    0 Votes
    2 Posts
    569 Views
    GertjanG
    What I understood : Initially, everybody can obtain a free voucher, good for 12 hours. @zuzu-0 said in Captive Portal Free Wifi with Hard Timeout & Vouchers: no matter if you have a voucher or not What do you mean by "voucher or not' ? People can connect without a voucher ? The duration of a voucher can't be changed after creation. When users switch from the "12 hours" to a "21 days", they switch vouchers, right ? It is - in theory - possible to reset the "moment of first usage" of a voucher but this needs coding. @zuzu-0 said in Captive Portal Free Wifi with Hard Timeout & Vouchers: everyone who buys the Wi-Fi gets to type in the code every 12 hours The "hard time" out will throw out any connection. Users that use vouchers that are still valid can / have to reconnect, that's correct. Probably not convenient for you, I understand. You've tried a "hard time" out of "20 days" ?
  • Is letsencrypt.Org an option for https captive portal?

    9
    0 Votes
    9 Posts
    6k Views
    GertjanG
    @barrio603 said in Is letsencrypt.Org an option for https captive portal?: would be Your "would be" became a "must have" half a decade or so. It's 6 years later now. The acme.sh pfSense package took care of things.
  • Captive Portal Per User Restriction not working.

    19
    0 Votes
    19 Posts
    2k Views
    R
    @papdee Nope, never used Traffic Shaper. you might be right but how can I verify that which config is overriding ?
  • Schedules and Captive Portal configuration

    1
    0 Votes
    1 Posts
    413 Views
    No one has replied
  • Captive portal and DNS Redirection

    4
    0 Votes
    4 Posts
    1k Views
    GertjanG
    @galacticfreez said in Captive portal and DNS Redirection: I thought Apple Devices had different DNS configured and that it would avoid the captive portale to open. But it isn't the case (it seems this could help : https://developer.apple.com/news/?id=q78sq5rv) That link shows what the future might look like. It's, at best, RFC draft today. This solution only needs a working DHCP server, and some json/webserver support. Initial DNS functionality becomes irrelevant, as captive portal interaction becomes possible as soon as the IP link is established. iDevices - and all the others - work just fine with the current way of doing things. I'm using myself the captive portal for a hotel. It works.
  • Captive Portal and TSE server

    3
    0 Votes
    3 Posts
    675 Views
    L
    @gertjan No router, all my users on the server have the my server's ip adress . For exemple, baracuda firewall install a program on the server whish link the sender's port with the user and send it to the Firewall. https://campus.barracuda.com/product/cloudgenfirewall/doc/95259264/how-to-configure-ts-agent-authentication/
  • WhatsApp on the network without the login page

    5
    0 Votes
    5 Posts
    654 Views
    M
    @gertjan Thank you
  • Apple devices not automatically opening CP Login

    5
    0 Votes
    5 Posts
    977 Views
    GertjanG
    @robinwright said in Apple devices not automatically opening CP Login: Do use any filtering? I'm not filtering, caching or whatever on my captive portal. I use the captive portal so I can offer an controlled access to the Internet. I'm not controlling content, as I think I have no right doing that. And I don't care. If these people (adults) want to visit "the-worst-site-on-the-web.tld" than that is in their right. They want to look at all the publicity ? Perfect to me. I offer internet "as it is", and not looking to store traffic they generated, or sites they visited. Ok, true, I use pfBlockerNG (latest) and ones in a while I have pfBlockerNG also filter the clients on the captive portal interface. More for testing purposes, actually. The film "Ready player one" (and Facebook themselves) gave me a good idea recently : No FB Fridays and Sundays. [ I'm joking ] Clients that use my captive portal and try to launch nukes from their hotel room using our Internet access, they will use a VPN - which makes any filtering on my side useless. The good old 'http' only days are over.
  • Captive Portal stops redirecting clients after a while

    2
    0 Votes
    2 Posts
    431 Views
    GertjanG
    @madmax1234 Yeah, there was something .... I've been using a patch for the captive portal back then. I'm not sure it was disconnecting clients, though. I've been using 2.4.5-p1 for months if not a year, way back then (2 years ago ?). 2.5.0 was better - 2.5.1 even better and 2.5.2 is just great : set it and forget it. The real issue is : why do you chose to use a version that has already has ameliorations and bugs fixes for it ? true, they are all documented and discussed in the forum : 2 years ago. I can't actually list up anymore aspects of 2.5.0 or even 2.5.1 ;) edit : Coffee got my memory back : for 2.4.5-p1 there is are two rules that you have to apply : Rule 1) Never change the portal settings when user are connected. Rule 2) If you have to, go to Status > Captive Portal> ZONE and use the red button.
  • Captive portal not working for 5 vlan interface

    4
    0 Votes
    4 Posts
    971 Views
    M
    The same configuration on 2.4.5-RELEASE-p1 works without issue. the issue on 2.5.x
  • 2.5.0 Captive portal logging issue

    26
    0 Votes
    26 Posts
    4k Views
    W
    @seekerman found somewere in the forum that this is a bug on version 2.5 fixed in development version.. ill try and let you guys know
  • Captive portal with RADIUS MAC Authentication

    3
    3
    0 Votes
    3 Posts
    722 Views
    W
    @dwolfix wondering if you had this issue, when using radius mac authentication i get the hostname instead of the ip address in post action. if mac authentication disable y get the ipaddress and it woks fine
  • Syntax for that will pass "URL validation"

    10
    0 Votes
    10 Posts
    1k Views
    T
    @gertjan Thanks for helping with this. This is my first chance to get back on this. Everything works correctly now. I posted the wrong url- the one I posted was for the captive portal page and not the page that is re-directed to. Your last sentence was the clue I needed. I used the CP page URL for the first part then added "/captiveportal-SH.html" on the end. That works perfectly. It passes the valid URL test and allows saving the config and then it works to redirect to the correct page. For anyone reading this for help. If SH.html is the name of the file, file manager saves it as captiveportal-SH.html. Then use the live view to open the CP page and note the URL. In my case the URL was http:/192.168.100.1:8002 and I added this before the file name. Final result is http://192.168.100.1:8002/captiveportal-SH.html. Thanks also to Jimp.
  • MAC authentication

    1
    0 Votes
    1 Posts
    352 Views
    No one has replied
  • Enabling HTTPS login certificate errors on http redirects

    5
    0 Votes
    5 Posts
    868 Views
    GertjanG
    @robinwright said in Enabling HTTPS login certificate errors on http redirects: they want MITM logging for public devices Have the word 'public' removed. MITM can work with devices you control and most probably own. So you will know what happens on devices you control ... quiet logic as it would probably be 'yourself' operating these devices. Or it could be devices that are given to employees. These are also under your control. But there is no need to use a captive portals for these devices. A captive portal is meant to be used for unknown - untrusted devices, belong to unknown people, and you want to 'offer' them a Internet connection. These people / devices do not use any local services / resources, just the connection. @robinwright said in Enabling HTTPS login certificate errors on http redirects: saying this just won't happen Well ... he paying your hours, right ? This isn't like "installing yet another Windows PC". Not the same 'qualification', neither ... ;) Still : good luck ^^ Btw : Look at https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security most 'big' sites use these HSTS certs these days. When the device visit ones one of these HSTS sites, the cert is stored for a year or so. A later MITM type of connection gets detected and refused. MITM is a 24/24 H job, new exceptions will constantly pop up and have to be deal with.
  • Captive portal stops working after a few days

    4
    0 Votes
    4 Posts
    826 Views
    N
    @tseip I have the same issue you describe. No portal offered to the clients. I'm using 2.5.2 version in two different sites with HA on each. It just stops working after some days on both sites (2 failures in 15 days) and the temporary solution is "edit and save". I don't think the secondary IP is the reason, it's the standby and it's not used by the clients. I looked at the logs but I don't find anything that looks interesting.
  • Voucher Length

    44
    0 Votes
    44 Posts
    53k Views
    E
    I had to install an old version of OpenSSL to get this to work. I did the following under Ubuntu WSL: # (Install compiling library Make) sudo apt-get install make # (Download the latest OpenSSL 1.0.2g binaries) wget https://www.openssl.org/source/openssl-1.0.2l.tar.gz # (Extract the tar ball to the local directory) tar -xzvf openssl-1.0.2l.tar.gz # (Enter extracted OpenSSL directory) cd openssl-1.0.2l # (Configure binaries for compiling) ./config # (install configured binaries) make cd apps ./openssl genrsa 31 > key.private ./openssl rsa -pubout < key.private > key.public cat key.private cat key.public
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.