• Captive portal for devuces behind router

    3
    0 Votes
    3 Posts
    987 Views
    H

    thanks!

  • Captive portal for local network only

    7
    0 Votes
    7 Posts
    2k Views
    K

    It apparently waits quite a long time for something to happen (blue progress bar loads to about a third) but then presents me an ERR_CONNECTION_TIMED_OUT.

    I clicked around in status and found the services running like seen on the picture below. Don't know if that helps.

    ![Bildschirmfoto 2016-02-11 um 10.29.16.png](/public/imported_attachments/1/Bildschirmfoto 2016-02-11 um 10.29.16.png)
    ![Bildschirmfoto 2016-02-11 um 10.29.16.png_thumb](/public/imported_attachments/1/Bildschirmfoto 2016-02-11 um 10.29.16.png_thumb)

  • Captive portal with 5000 user

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    M

    Depends on what you plan to do. If you want to install any packages such as NTop or Squid then you need to be mindful of the amount of potential disk space usage this might involve. You don't say whether you need to have 5000 concurrent users on or whether you expect to have that many available logins with an average of much less. My system supports up to 35000 users although daily we seldom get more than around 600 concurrent users in a day. So my suggestion in you case is to possiby consider a larger hard drive if you plan on logging users' traffic or proxying.

  • Time left @ Logout page

    5
    0 Votes
    5 Posts
    2k Views
    M

    @asistio04:

    @mendilli:

    for the username and ip;open captiveportal_logout.html which is in "/var/etc"

    add this line anywhere you want to display the client username and client ip

    LogoutWin.document.write('USERNAME =

    ');
    LogoutWin.document.write('YOUR IP =

    ');

    you are very welcome

    Thank you for this ,,,tested and working

  • Print Unused Voucher

    1
    0 Votes
    1 Posts
    783 Views
    No one has replied
  • 0 Votes
    11 Posts
    6k Views
    DerelictD

    Captive portal is not compatible with squid (at least transparent) on the same node. You could have an upstream caching/filtering node with the portal node behind it though.

  • Captive Portal and AP with multiple SSID

    4
    0 Votes
    4 Posts
    3k Views
    J

    @ThePirat:

    Thank you very much Derelict, I'll try and let you know if it works

    Best,
    Cristian

    ps…yes, I have configured my pfsense two vlan yet

    such could you solve your problem.? If you've been able to solve what was the solution if you would be so kind. Regards.

  • FreeRadius2: Logout

    1
    0 Votes
    1 Posts
    642 Views
    No one has replied
  • Creating Captive Portal that has Firewall rules

    4
    0 Votes
    4 Posts
    1k Views
    A

    @Gertjan:

    Your image shows that you used a Gateway ("GLOBAandPLDT") in one of your rules.
    Why ?

    There is something far more easier as vlan-tagging : use a separate interface (a second internal interface, also called OPT1) for your non trusted clients (the captive portal).
    Office devices go on the LAN interface.

    Thank you for the concern's we have a one interface for two service provider to prevent our server downtime, for the disconnect

  • Squid proxy and captive portal pass-through credits

    1
    0 Votes
    1 Posts
    724 Views
    No one has replied
  • Caprtive Portal Can be Bypass by VPN

    2
    0 Votes
    2 Posts
    1k Views
    GertjanG

    @asistio04:

    is it possible to bypass the captive portal using a vpn on the phone or pc?

    VPN trafic is just a TCP or UDP stream, coming from an IP, going to another IP.
    Without the pfsense firewall (captive portal) being instructed to let it out, the IP of you device will be blocked.
    So, short answer : No.

  • Captive portal security

    7
    0 Votes
    7 Posts
    3k Views
    A

    @yaman.amin:

    I also intersted to know is there any special Firewall rules can I configure to get the best security features , in my acptive portal WLAN Network
    I decided to deploy Snort , kindly ask you if there is other packages or rules can man use to enhance security?
    thanks for feed back

    Snort will prevent this kind of event?

  • CaptivePortal not counting traffic for specific domain

    2
    0 Votes
    2 Posts
    680 Views
    Y

    Hi,
    I tried to download the files from those links you provided, they are counted correctly.
    I am using 2.2.4.

  • Pfsense problem and HTTP redirection

    7
    0 Votes
    7 Posts
    2k Views
    T

    It works great !! I thank you  :)

  • ZPH IN SQUID 3.5.19 AND CAPTIVE PORTAL

    2
    0 Votes
    2 Posts
    871 Views
    H

    1111111111111111111111111111111111111111

  • Captive portal page not showing work only when typing IP:8000

    Locked
    11
    0 Votes
    11 Posts
    2k Views
    M

    IS working now updated to 2.1.X.. thnxs to all who reply

  • CP command line Login / bash

    7
    0 Votes
    7 Posts
    2k Views
    K

    @Gertjan
    thank for your long explanation. And I'm glad to hear that our neighbor has the same shitty law.

    In our case the third member are renter in our house (Student flat). Normally we can trust them. But confidence is good, control is better.  ;)

    VPN was the first idea. I saw the all the problems from configuration to compatibility and our user don't have much experience in computing. So VPN is to complex. Setting up an VPN server is no option, because we are glad to have a stable server now. So never change a running system. ( I keep thin option in mind, but my primary aim is to login via the web interface)

    I noticed your judicial aspect. The pf-Sense should only protect the internet access owner. If a user get hacked, give the password to a friend or something else, than it is the problem of the user. We need to lists internal IP <-> web IP (collected by the firewall) and internal IP <-> user (collected by the CP).
    BTW to get access to the pf sense you have to login in our intranet over some AccessPoints which are protected by WPA2 password.

    – back to the problem
    My aim is to login via web interface to send an POST request via command line to server.

    @Gertjan

    PS : try using curl.

    That is what I had tried. (see the quote of my first post). But this doesn't work.

    curl -F ...

    Response is nothing, no request, no login.

    curl -- data ...

    The response is an new login form. no login. The POST-URL is copied in the redirect field.

    I think there is another security feature, which reject my POST requests.

  • Is captive portal work on the VM Setup up

    2
    0 Votes
    2 Posts
    555 Views
    DerelictD

    Captive portal doesn't care. Physical, virtual, doesn't matter.

  • Max Captive portal interfaces

    11
    0 Votes
    11 Posts
    3k Views
    Y

    Hi, Magura,
    Please test the settings as described in this link:

    https://forum.pfsense.org/index.php?topic=106119.0

    thank you very much!

  • PfSense as Wi-Fi Hotspot Controller

    5
    0 Votes
    5 Posts
    8k Views
    P

    ??

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.