• Captive Portal takes several seconds for unauth login

    Locked
    9
    0 Votes
    9 Posts
    9k Views
    C
    I too am seeing this behaviour (livecd install)
  • Auto Posting of authentication form.

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    C
    Worked a treat.  Just substituded the submit button for a hidden tag. Many thanks. Regards David
  • Captive portal flush of authenticated users

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    B
    I have not seen this behavior in newer versions.
  • Prepaid solution.

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    M
    Take a look at a billing package called freeside. It supports this and is opensourced,  and also has commercial support. We have used it for several years and are using it with pfsense / radius for the last month. http://www.sisd.com/freeside/ for a quick start using a vmware image: http://www.sisd.com/freeside/developers.html -Mark
  • Arpwatch

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    B
    At one time there was a functional arpwatch package.
  • Where to put PHP files

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    C
    Many thanks. For anyone finding this in the future, please see link : http://forum.pfsense.org/index.php/topic,5054.0.html to fix the problem of pfsense not running the uploaded php page.
  • Captive portal & accounting…

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Captive Portal + ldap

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    A
    I already do this with captive portal + freeradius–->ldap.... Other thing that I would like to do is the status page of the active users....I want to see the username...is this possible?
  • CP + INTERNAL FREERADIUS

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    D
    I'm a noob when it comes to this so I had trouble setting up the internal Freeradius server too.  But I got it working by doing the following which I cut and pasted and mangled from another thread I found.  What was getting me was I didn't set up my client, just had the server running and added users - gotta have that client configured too…lol. 1.  Install the latest pfSense snapshot. 2.  Install the FreeRADIUS package (not available on the embedded platform). 3.  Go to Services/Captive Portal and enable RADIUS Authentication. 4.  Configure your Primary Radius Server IP Address = LAN port IP on pfSense box. 5.  Configure Shared Secret = your secret word. 6.  Click SAVE - very important or your settings won't take. 7.  Go to the Services/FreeRADIUS, select the Client Tab, then configure your client.     Client IP = LAN port IP on pfSense box, Shared Secret = your secret word that you entered above on line 5. 8.  Again, click SAVE after your client is configured. 9.  Click the Users Tab and add your usernames/passwords to FreeRADIUS. 10. Did I mention, click SAVE after each user is added. Okay, you should be good to go at this point. Daxx
  • Allow smtp+pop3+ftp {solved}

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Problem with captive portal, pass through… possible problem on routing?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 802.1x on 1.2 Beta

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Captive portal on multiple interfaces

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    J
    @egarnel: It would be neat to have the ability to be able to serve up different portal content based on originating network though see this topic for how to set that up http://forum.pfsense.org/index.php/topic,5368.0.html
  • PfSense (NAS)

    Locked
    7
    0 Votes
    7 Posts
    8k Views
    D
    Uff!!! Finally I got. After many testing parameters, I obtained success results with this code: // Testing (VSA) WISPr         $racct->putVendorAttribute(14122, 2, "Sao Paulo, SP", $type = string);         $racct->putVendorAttribute(14122, 1, "isocc=BRA,cc=55,ac=11,network=LinktelHotSpot,ha=Office", $type = string); The result log message done: WISPr-Location-Name = "Sao Paulo, SP"         WISPr-Location-ID = "isocc=BRA,cc=55,ac=11,network=LinktelHotSpot,ha=Office"
  • Error in logs when using CP

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    It is cosmetic only.
  • Wireless and captive portal

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    C
    can somebody point me to a nice (step by step  ::)) instruction out there on how to setup cp? tnx!
  • Depending of the user, redirect to this or that URL. possible ?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M
    This can be done depending on you php skills. if you look at /usr/local/captiveportal/index.php and add some extra code after line 167 portal_allow($clientip, $clientmac,$_POST['auth_user']); along the lines of if ($_POST['auth_user'] == userX){     header("Location: http://blahX.com"); }else{     header("Location: http://blahY.com"); } I think this will work with radius or local users but not pass through MACs or IPs
  • RADIUS_VENDOR_SPECIFIC

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Different portal page per location

    Locked
    10
    0 Votes
    10 Posts
    34k Views
    M
    That seems to have worked great,. Redirects work! Per Ip subnet redirect to custom login page works also Thanks! -Mark
  • How can i have the CP login page on port 80

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    J
    dit you connect pfsense to a lan port of the netgear?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.