• Captive portal does not start

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    S
    Thanks I have upgraded.
  • [SOLVED] How would I fix the REDIRECT_URL bug in 2.0.2?

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    S
    hmm, I am running nanobsd. If I choose to manually upload a new firmware, will that update the second slice and leave my original install untouched? I really want to be able to go back quickly if something doesn"t work as expected. Thx
  • No mysql extensions compiled into the php?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    jimpJ
    That's not a BSD-ism, on a full FreeBSD install that all works practically identical to Linux. It's the way we handle PHP that is special. We only load what we need, since we have to target smaller platforms that have less memory.
  • Allowed Hostname + URL Rewrite

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    E
    Its an issues being looked with current 2.1 snapshots. Should be fixed by next week.
  • How to add E-Mail or Text-Form to CP auth page ?

    Locked
    1
    0 Votes
    1 Posts
    843 Views
    No one has replied
  • PfSense 2.0.2 Captive Portal - NAT and DNS Forwarder problems

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    F
    The box i'm running pfsense on has 8 Ethernet connections so it has wan/lan and 6 opt interfaces. When i speak about switching is i have replicated the config on each interface and when i physically switch it comes back. I corrected this and it's ok also i found where the units where asking for the rebind attack and correct that as well. However i still have the host is down dnsmasq error. Have you found anything new on your side on this?
  • Allowed FQDN that resolve to CNAME records

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Redirection url trimmed "/"

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    E
    This has been fixed on 2.0.3 the only way to fix is to gitsync there. On 2.1 just go to a newer snapshot.
  • Just another voucher printing script

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Self signup ?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    N
    perhaps something like that? http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package#CaptivePortal_Self-Registration:FreeRADIUS.2B_MySQL
  • Captive Portal Problem (looping authentication page)

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    NO its not I just not pasted the whole results. Also will it resolve the issue of 2.0.2 ? I will do your suggestion and give feedback, TIA @bardelot: Instead of using gitsync to upgrade 2.0.2 to 2.0.3 you should use the built in firmware upgrade feature as gitsync does not update the binary files. You can get update files and full 2.0.3 test images here [1]. Is it the complete output of the "ipfw show" command? There are no default rules. [1] http://forum.pfsense.org/index.php/topic,58203.0.html Edit: Moved my post from the duplicate topic in the "2.1 Snapshot Feedback and Problems" board.
  • Captive Portal fails regularly after upgrading from 2.0.1 to 2.0.2

    Locked
    43
    0 Votes
    43 Posts
    28k Views
    M
    hi, its not working for me, im using mac address to pass via portal and its not working, the only thing that works is that when you put the ip address of the said station. Can anyone help ?
  • Replace captive portal IP with FQDN

    Locked
    8
    0 Votes
    8 Posts
    10k Views
    M
    Might be an old top lsense, but still hadn't figured it out :) Thanks for sharing! I'll give it a try.
  • Pfense Captive Portal on WLAN controller?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    C
    Depends, what does your infrastructure look like now?
  • Wiki / doc update for vouchers?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    P
    Beautiful, thanks.
  • Hotspot success setup?

    Locked
    16
    0 Votes
    16 Posts
    8k Views
    N
    @fsantaana: (…) Right now i'm trying to find out 2 things- how to convert the user name entered to all lowercase and then submitted to the CP page. I'm trying to play around with the forms on the default window but always manage to send a blank username to the CP/Freeradius for authentication. Take a look here. RADIUS offers this by default: http://onlamp.com/pub/a/onlamp/excerpt/radius_5/index1.html?page=5 lower_user and lower_pass To eliminate case problems that often plague authentication methods such as RADIUS, the FreeRADIUS developers have included a feature that will attempt to modify the User-Name and User-Password attributes to make them all lowercase; this is done either before an authentication request, after a failed authentication request using the values of the attributes as they came, or not at all. Clearly setting the lower_user directive to after makes the most sense: it adds processing time to each request, but unless this particular machine normally carries a high load, the reduced troubleshooting time is worth the extra performance cost. However, a secure password often makes use of a combination of uppercase and lowercase letters, so security dictates leaving the password attribute alone. Usage: lower_user = [before/after/no]; lower_pass = [before/after/no] Suggestion: lower_user = after; lower_pass = no nospace_user and nospace_pass Much like the lower_user and lower_pass controls, these directives preprocess an Access-Request packet and ensure that no spaces are included. The available options are the same: before, after, or no. Again, the most obvious choice is to set nospace_user to after to save helpdesk time. Some administrators have a tendency to not allow spaces in passwords; if this is the case, set nospace_pass to before (since there is a system-wide policy against spaces in passwords, testing a request as-is is not required). Usage: nospace_user = [before/after/no]; nospace_password = [before/after/no] Suggestion: nospace_user = after; nospace_password = before @fsantaana: And trying to see if i can get per user idle timeout instead of a Global timeout. If you have any ideas let me know ! Idle Timeout on CP is user based as far as I know. If there isn't any traffic for that user more than idel timeout then this user gets disconnected. If the user is initiating traffic then the idle timeout will be reset and is starting counting again from beginning. Hard Timeout on CP is user based, too but it kicks the user when time is over and user needs to reconnect. CP offers a checkbox "Enable Session-Timeout from RADIUS". You can set this individual for every user and this seems to be the same as the CP hard timeout but could be set independent so every user has a different timeout. –- edit --- Loweruser and lower pass seems to be out to date in freeradius 2.x - you should test this if it works or not. Another possibility could be to use the policy.conf file of freeradius. It does the same with MAC addresses. No matter which format the NAS sends the MAC address, lowercase, uppercase, with ":" or with "-" at the end all MACs look like: 11-22-aa-bb-55-66 To check this look at this wiki: http://wiki.freeradius.org/guide/Mac-Auth#Plain-Mac-Auth For MAC addresses already implemented in freeradius –> settings --> "Enable Plain-MAC-Auth"
  • PFSense202 and FR2 won't work together (in my box)

    Locked
    10
    0 Votes
    10 Posts
    2k Views
    N
    @Mark: Solved my problem. The client I tried used a different DNS-Server than the PFSenses LAN-Interface. The CP doesn't seem to use a static route to redirect the client to the login page, it just replies all DNS requests with the portal's IP-address. If you use another DNS, you never get there… Could you perhaps add a line to the docs that the DNS-Server used for CP/Radius has to be the pfSense itself? I've seen a note one should use DHCP, but I think this is optional as long as the DNS entry shows to pfSense. Thank you for your help! You wrote in your first post: CP is working fine with Vouchers and local user databases. So I assume that CP worked without RADIUS. The solution you provided is independent from freeradius. The DNS of the clients must always be the LAN's IP address - no matter if CP uses local user database, RADIUS or something else.  :)
  • Popup window from remote CGI?

    Locked
    1
    0 Votes
    1 Posts
    990 Views
    No one has replied
  • CP user/voucher logging in squid

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    M
    look at this thread http://forum.pfsense.org/index.php/topic,58234.0.html
  • 0 Votes
    3 Posts
    2k Views
    N
    ขอบคุณมากครับ (Thank you very much)  ;D
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.