• Re: syslog error message-help!

    2
    0 Votes
    2 Posts
    657 Views
    jimpJ
    It's probably nothing to worry about, especially if you use captive portal. What happened is that someone's browser attempted an HTTP POST with a lot of data but instead was redirected to lighttpd on pfSense. Usually that's from the captive portal. It's mostly harmless. You can turn off the logging of messages from lighttpd under the system log settings.
  • Mass adding Pass Through MAC information

    2
    0 Votes
    2 Posts
    887 Views
    jimpJ
    It's all in the config.xml, you can take a backup from Diag > Backup/Restore and copy/paste it however you want to the new zone. Then restore the edited config.
  • 0 Votes
    1 Posts
    751 Views
    No one has replied
  • Captive portal LDAP Auth

    3
    0 Votes
    3 Posts
    3k Views
    C
    Working if change an part the code existent for it: vi /etc/inc/captiveportal.inc Code: if (!function_exists('getNasIP')) { /function getNasIP() {/         global $config, $cpzone; if (empty($config['captiveportal'][$cpzone]['radiussrcip_attribute'])) {                         $nasIp = get_interface_ip();         } else {                 if (is_ipaddr($config['captiveportal'][$cpzone]['radiussrcip_attribute']))                         $nasIp = $config['captiveportal'][$cpzone]['radiussrcip_attribute'];                 else                         $nasIp = get_interface_ip($config['captiveportal'][$cpzone]['radiussrcip_attribute']);         } if(!is_ipaddr($nasIp))                 $nasIp = "0.0.0.0"; return $nasIp; }
  • PfSense + CaptivePortal + FreeRADIUS

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Agregar megas de subida y descargas en status portal

    1
    0 Votes
    1 Posts
    701 Views
    No one has replied
  • Portal page without authentication loops back

    6
    0 Votes
    6 Posts
    3k Views
    J
    anyone to do this ?  image submit button?  is not work! any idea?
  • Captive Portal and Squid Logging

    3
    0 Votes
    3 Posts
    2k Views
    J
    Thanks for the prompt reply.  I will try that. Jodel
  • Custom Captive Portal Sites not uploading correctly

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    7 Posts
    6k Views
    A
    @Derelict: Not really. It sounds like you want to prevent people from having access to your LAN assets until they are authenticated.  Captive portal doesn't do that.  802.1X does. If you want pfSense/captive portal to do it, you have to place the protected assets on one pfSense interface (LAN segment) and the users on another and control access with firewall rules on the interface to which the users connect. If they must be on the same LAN segment, pfSense can't help.  You have to use a managed switch and something such as 802.1x to control access at layer 2. Many thanks for your answer and very sorry to reply very very late. I have finally managed to setup captive portal, I must mentioned that it was with use of 802.1x and  separate interfaces. I tried Vlan approach on on pfsense's Lan interface but that was really taxing on my box. thanks
  • Captive Portal Routing Between Interfaces

    9
    0 Votes
    9 Posts
    2k Views
    C
    Hi there, I have same problem with captive portal and vlan wi-fi http://forum.pfsense.org/index.php/topic,70417.0.html contact me: nghongnguyen@yahoo.com
  • Captive Portal taking over ALL interfaces? DHCP stops working too.

    3
    0 Votes
    3 Posts
    947 Views
    M
    Same thing happened to me but my LAN was em0 and my WiFi was em0_vlan10. My fix was the create a vlan for the LAN and then add the LAN interface to that vlan so my LAN was em0_vlan5 and my WiFi was em0_vlan10. Everything is working correctly now. I'm glad your problem is solved I thought I should just throw this out there just incase some one reads this post later on.
  • Idle Timeout

    1
    0 Votes
    1 Posts
    972 Views
    No one has replied
  • Portal Login, Error Page & Logout Pages !!

    2
    0 Votes
    2 Posts
    5k Views
    jimpJ
    There are many samples here on the forum. Here is a thread full of them: http://forum.pfsense.org/index.php/topic,26141.0.html
  • Help me, Wifi - Captive Portal

    3
    0 Votes
    3 Posts
    2k Views
    C
    Many thanks to @ar4uall 1. I set Pfsense as the gateway for wi-fi clients, it still have problems if captive portal set on WAN interface, then all wi-fi clients cannot access internet if I set Captive portal on Vlan Wi-fi (talk later), then nothing happens, clients can access internet 2. The network is real in my company, and I'm testing pfsense. The network have Vlan 111 for wi-fi, and others vlan for office. I can't access the multilayer switch and router… 3. My PC doesn't have PCI slot, so I can't plug in NIC :(
  • Headers already sent

    2
    0 Votes
    2 Posts
    2k Views
    dotOneD
    To solve this I removed the line "require_once("radius.inc");" from the /etc/inc/captiveportal.inc This disables the radius support for the captive portal but I don't need it anyway. It's a crude way of going around the error but it's effective and quick. Maybe it gets solved in the future.
  • Possible abuse of our captive portal

    4
    0 Votes
    4 Posts
    2k Views
    D
    Gertjan, This is happening again at the same college campus. Now with: /index.php?redirurl=/w/1.0/arj?auid=398774&c.build=30303 In the error logs. My question is, how can one log what client IP is requesting these redirects? The lighttpd.log log is empty and I see in the lighttpd config we have: #accesslog.filename          = "/dev/null" Which looks to me like the default could be /dev/null. I can't see an option in the web interface to turn on access logging and I don't want to mess with the config files. How can I log IPs going through the captive portal?
  • MOVED: Relatórios de Acessos usuários freeradius

    Locked
    1
    0 Votes
    1 Posts
    721 Views
    No one has replied
  • Captive Portal not loading

    1
    0 Votes
    1 Posts
    880 Views
    No one has replied
  • PDF generator for vouchers

    5
    0 Votes
    5 Posts
    5k Views
    E
    http://forum.pfsense.org/index.php/topic,69558.0.html Have a look at my topic ;)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.