Subcategories

  • Discussions about snapshots for pfSense Plus 25.11

    18 Topics
    113 Posts
    cwagzC
    @marcosm - I updated to the 11/11 beta and everything seems to have worked overnight. I am just rate limited on the one cert I was trying to manually renew.
  • How to logout user via php? Tried this:

    2
    0 Votes
    2 Posts
    976 Views
    H
    https://forum.pfsense.org/index.php?topic=77143.0 will probably need adjustments, but it'll get ya started
  • 0 Votes
    2 Posts
    836 Views
    E
    @dylanh724: EDIT: Sorry wrong thread! Can someone move me to Development area? Thanks/sorry .. didn't realize there was a section~ Hi, I'm pretty new to php until I started working with PFS. I find myself pretty good at editing, but as for making new files .. not so much: #!/usr/local/bin/php -f Is this above code required for all php files within PFS? This means you can call the file in shell if you give it +x. require("config.inc"); If I put this up top, this means I can use code from config.inc, right? Like imports from .NET? YES you can call functions on that file. I noticed that files are "included" very generally – like 'xx.inc' rather than '/etc/xx/xx.inc' .. does this mean there's a file I need to edit to include any new files for easy importing such as this? pfSene uses PHP and exploits as much as possible its configuration settings. The short way is used since a include path is setup for php where to find things. Finally, can any of these files be called from captive portal files? Can a captiveportal-customupload.php call , say, config.inc? Surely there is nothing preventing that since even the existing page does that.
  • Starter guide for dev?

    1
    0 Votes
    1 Posts
    840 Views
    No one has replied
  • 2.2.x Timezones

    1
    0 Votes
    1 Posts
    941 Views
    No one has replied
  • Opt1 down gui becomes unresponsive

    6
    0 Votes
    6 Posts
    1k Views
    D
    Much more clear now! [image: jfb6ed.png]
  • Driver bug for AX88179 on pfSense 2.2

    1
    0 Votes
    1 Posts
    856 Views
    No one has replied
  • [2.2.1-DEVEL] filter_generate_port: 1194 is not a valid destination port

    5
    0 Votes
    5 Posts
    1k Views
    D
    Fixed, thanks.
  • 2.2.1-DEVELOPMENT build just got a lot smaller

    5
    0 Votes
    5 Posts
    2k Views
    C
    Yeah they were missing bits, I deleted those. The most recent ones up now work fine.
  • PfSense Roadmap

    3
    0 Votes
    3 Posts
    2k Views
    C
    Ahh, I didn't see that one, thanks.
  • Difference strongSwan U5.2.2/K10.1-STABLE vs U5.2.2/K10.1-STABLE

    2
    0 Votes
    2 Posts
    963 Views
    E
    Access the tools repo and see yourself. Unless you use pfSense port it will not work.
  • Bug with DHCP Gateway: none?

    2
    0 Votes
    2 Posts
    2k Views
    P
    It's a bug, reproduced in 1 minute on a system as you describe with LAN and OPT1. And yes, the bug is only if you put "none" into the DHCP gateway field of some interface and then the DHCP gateway field of some later interface is left blank. Fixed by this code change: https://github.com/pfsense/pfsense/pull/1511
  • Snapshots are back

    9
    0 Votes
    9 Posts
    2k Views
    D
    Well, 2.2.1-DEVELOPMENT-i386-20150213-1429 works, though the PHP is clearly severely miscompiled. Should not link against the outdated libpcre at all. Plus: Warning: PHP Startup: Suhosin was compiled without session support, which is probably not what you want. All session related features will not be available, e.g. session encryption. If session support is really not needed, recompile Suhosin with -DSUHOSIN_NO_SESSION_WARNING=1 to suppress this warning
  • Adding schedules option to packages

    2
    0 Votes
    2 Posts
    818 Views
    X
    upon further investigation it seems filter.inc has a function called filter_configure_sync where everything happens so is it fine if i add the on and off code there or do i create a new function for it?
  • Bug: bogon network vs. filter.inc (RFC6598)

    11
    0 Votes
    11 Posts
    5k Views
    P
    IMHO bogons should be just for variable address ranges that would be routable on the public internet as "normal" IP addresses, but that are not expected to actually appear because of things like: as yet unallocated allocated to a now defunct organisation and not yet reclaimed for re-allocation known to be squatted … The pieces of fixed address space reserved for particular purposes in RFCs should not be in bogons and are better handled by using aliases or predefined lists for the purpose, so the user can control those as they need to.
  • Tor Package

    5
    0 Votes
    5 Posts
    2k Views
    C
    +1 for year2015  ;D
  • PfSense on BPi Router board?

    2
    0 Votes
    2 Posts
    2k Views
    E
    First check if freebsd can run on it. Second is to build pfSense for it. Than follow-up anything else.
  • What is needed to get console to the webinterface

    1
    0 Votes
    1 Posts
    976 Views
    No one has replied
  • Ntpd / gps need some love part II

    85
    0 Votes
    85 Posts
    21k Views
    R
    @charliem: As far as I know, only offset and frequency could have possible negative values.  Jitter and wander are calculated as RMS averages and so should always be positive.  Dispersion is related to delay and latency measurements, both of which should be positive (unless you live in a Tardis …) I'd say it's still good if the graphs themselves could plot negative values, because that could potentially show if there are some problems with ntpd. I plan to test next week and post a diff too.
  • How to submit patch / pull request against tools repo?

    7
    0 Votes
    7 Posts
    1k Views
    R
    So you don't like UPnP – fair enough. I happen to find it useful for a bunch of dynamic stuff (mostly Mac clients -- BTMM etc.), but I also don't have untrusted clients on my network. In any case, whatever your opinion about it may be, miniupnpd is included in the pfSense base install, and IMO it quite simply makes sense to perform this check, given how trivial this is to enable (port option).
  • 0 Votes
    4 Posts
    3k Views
    H
    You will first need to execute the ICA/CCA (pick one). If you already have an account on the portal, you can login with it or you will need to create a new account: https://portal.pfsense.org/members/signup/ICLA  (if you're signing as an individual) https://portal.pfsense.org/members/signup/CCLA  (if you're signing on behalf of a corporation) without either of the above, chances are small to get your patch merged into main
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.