• Drop down menu off screen with Top Navigation Fixed

    4
    0 Votes
    4 Posts
    1k Views
    G

    If scrolling drop down menu when Top Navigation Fixed is not easy then consider fly out menus or multi column. Currently, I have to use the keyboard and bubble help to select the off screen items.

  • Monitoring feature request

    5
    0 Votes
    5 Posts
    1k Views
    jdillardJ

    That's possible too, but I would try and exhaust the options on getting the cores in first.

    If someone wants to take a stab at it they can, I haven't messed with inputting into RRD yet. I think the file you want to look at is /etc/inc/rrd.inc.

  • Authentication server fallback

    2
    0 Votes
    2 Posts
    1k Views
    C

    Yes, they will fallback to local users when the LDAP server specified for login doesn't work.

    This came in handy earlier this week when the certificate on our domain controller expired and it couldn't complete the LDAP over SSL bind correctly. Put in username admin and the password that we had changed it to and updated the appropriate information

  • 2.3-RELEASE Bogons interval not saving

    4
    0 Votes
    4 Posts
    830 Views
    N

    Thanks, will wait for the new release.

  • Traffic Graphs (Background Color)

    3
    0 Votes
    3 Posts
    898 Views
    D

    Big thank you for responding.

    Sounds good sir, awesome job!

  • Webgui random no response (Have to restart webconfigurator via SSH) 2.2.6

    2
    0 Votes
    2 Posts
    1k Views
    GertjanG

    I'm not using 2.2.6 anymore (its 2.3 show time now for me) , but I guess the code is still the same;
    /usr/local/www/services_captiveportal.php :

    /* Clear up unselected interfaces */ $newifaces = explode(",", $newcp['interface']); $toremove = array_diff($oldifaces, $newifaces); if (!empty($toremove)) { foreach ($toremove as $removeif) { $removeif = get_real_interface($removeif); mwexec("/sbin/ipfw zone {$cpzoneid} mdel {$removeif}"); } }

    Your error indicates me that $removeif contains nothing : ipfw will bail out.
    This means that $removeif = get_real_interface($removeif); will return nothing ….. because it's is "non-real" interface.

    Have a look at the interfaces you selected for your captive portal : all are ok and do exist ? You swapped NIC's recently ?

    Use https://doc.pfsense.org/index.php/Captive_Portal_Troubleshooting to check of the $cpzoneid ("2" in your case) is correct.

  • GUI don't open

    2
    0 Votes
    2 Posts
    758 Views
    GertjanG

    You didn't copy the patch correctly, and provoked a PHP error.
    Undo your path - and you'll be fine.

    edit :  https://github.com/pfsense/pfsense/commit/905e1156680129b3c49fe380b4e821f9eb02362 == strange.
    This was already 'solved' 7 month ago : https://redmine.pfsense.org/issues/4625….

    edit : it's even worse : the 'patch' is present in 2.3.0. Why are you trying to apply something very, very old : https://github.com/pfsense/pfsense/commit/905e1156680129b3c49fe380b4e821f9eb02362  (NOT valid for this pfsense version) ??????

  • PFsense 2.3 L2TP, PPTP client problem

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • 2.3 separator character support

    3
    0 Votes
    3 Posts
    1k Views
    S

    Thanks for finding this.

    The separator text is now wrapped in a CDATA block before being saved and you sample sequence now works as expected.

  • 2.3 Limiter GUI Issue

    1
    0 Votes
    1 Posts
    602 Views
    No one has replied
  • Monitoring Graph Y Axis

    3
    0 Votes
    3 Posts
    954 Views
    N

    When I set that it puts the zero line in the middle.  Allowing for negative users.  Number of users can never be negative.

  • Does 2.3 use tracking fonts?

    10
    0 Votes
    10 Posts
    2k Views
    BBcan177B

    I had one of my pfBlockerNG beta testers run into this issue, when UBlock was blocking a FA icon.

    Info here:
    https://github.com/chrisaljoudi/uBlock/issues/428
    https://github.com/gorhill/uBlock/issues/15

  • V2.3 Top navigator set to fixed then mobile devices cannot access menues.

    4
    0 Votes
    4 Posts
    889 Views
    jdillardJ

    Thanks for the feedback. We might find a better solution for mobile nav in the future.

  • LDAP authentication w/SSL with FreeIPA CA cert fails?

    2
    0 Votes
    2 Posts
    1k Views
    V

    Is pfSense doing a DNS query for my.local.domain.com?

    Do you have SOA for my.local.domain.com?

  • Proxy via Web UI - System > Advanced > Misc

    2
    0 Votes
    2 Posts
    826 Views
    V

    Just a suggestion, no idea if this will work.
    Try two backslashes '\' or three '\' or four '\\' it might be escapable.

  • 0 Votes
    5 Posts
    995 Views
    M

    All other than jdillard look here for more info

    https://forum.pfsense.org/index.php?topic=109728.msg611527#msg611527

  • View full version on mobile

    1
    0 Votes
    1 Posts
    595 Views
    No one has replied
  • Can't Access Web GUI From Wan

    3
    0 Votes
    3 Posts
    2k Views
    M

    Is you blocking private networks and loopback addresses on wan interface?

    http://<pfsenseboxlanip>/interfaces.php?if=wan
    https://<pfsenseboxlanip>/interfaces.php?if=wan

    And NAT rules
    http://<pfsenseboxlanip>/firewall_nat.php
    https://<pfsenseboxlanip>/firewall_nat.php

    Screenshot_22.png
    Screenshot_22.png_thumb
    Screenshot_23.png
    Screenshot_23.png_thumb</pfsenseboxlanip></pfsenseboxlanip></pfsenseboxlanip></pfsenseboxlanip>

  • WebGUI Certificate w/ Pass Phrase = No WebGUI (pfSense 2.2.5)

    4
    0 Votes
    4 Posts
    1k Views
    L

    @johnpoz:

    Shouldn't this be in the capt obvious section? ;)

    Probably but I've only installed few certs.
    I'd never been prompted for a PEM pass before and didn't understand the ramifications.

    Besides, posting the obvious may lead to fewer newbies bugging you about it.

  • Nginx prompts for PEM pass when starting UI (pfSense 2.3-RC)

    1
    0 Votes
    1 Posts
    519 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.