Subcategories

  • Discussions about development snapshots for pfSense Plus 25.07

    61 Topics
    873 Posts
    M

    I use a gateway group as the default gateway for both IPv4 and IPv6 and it works as expected - igb0 is tier 1 and igb1 is tier 2:

    # netstat -rn | grep default default 192.168.1.254 UGS igb1 default fe80::da21:daff:fe19:dbb0%igb1 UG igb1 # ifconfig igb0 | grep status status: no carrier

    You can share the files/logs here for review:
    https://nc.netgate.com/nextcloud/s/Dj3ZbjQstNB52e7

  • Installing a simple CGI script

    2
    0 Votes
    2 Posts
    416 Views
    jimpJ

    If you drop the file in as-is then it could be run by anyone without logging in, which would be a giant security hole.

    Anything you want to do could probably be done with enough coding, but if you want to do it securely, then you should look at similar pages from the GUI and other packages and look at what they have in common. If you include the standard set of required files it will do auth and other things for you automatically. At a minimum you'll need the require lines, plus other parts like head.inc and foot.inc and the same basic page structure with panels and such.

  • Best workflow for local dev & testing

    4
    0 Votes
    4 Posts
    646 Views
    P

    I use TortoiseGIT (on Windows) to do my git stuff..
    And am using 'NetBeans' to make changes to my local copy of the repository. Upon saving a file it gets uploaded automatically to my pfSense test box. Other than that, its pretty similar. To your workflow..

    Git-Sync the latest pfSense master repo to local filesystem. Make edits / save / test Commit changes to a new branch Push branch to my github repo Submit a PR

    The nice thing about NetBeans is that knows the complete 'project' and offers completion of function names and some basic validation of code and variables used..

  • Status -> Traffic Graph, provide SAVE button for graph settings.

    3
    0 Votes
    3 Posts
    436 Views
    xanaroX

    Thanks! https://redmine.pfsense.org/issues/8976

  • floor of intval?

    5
    0 Votes
    5 Posts
    991 Views
    M

    Hi Jimp.

    That reference clarify all. I did not know that the example code was only to make the point about the kind of existing coding and was not the final one.

    Thanks for your time and explanations. Sorry for having bothered you all. It is clear that you know what you do :-).

    Regards.

  • Squash commits on pull requests?

    4
    0 Votes
    4 Posts
    536 Views
    luckman212L

    Just wanted to let you know, I just tried this on PR#3989 (which was previously 2 commits) and I was able to squash it! Worked great.

  • Unplugged and replugged wan port and got this php error

    3
    0 Votes
    3 Posts
    501 Views
    S

    I will try it tomorrow.
    I was moving the modem to another location, so I had to connect a longer cable.
    I connected and disconnected wan port several times and at one point connected the wrong cable too (IPMI cable).
    So, it might have been one of those rare bugs that are hard to reproduce.
    igb3 is my wan port.

  • IGMP Proxy not working after upgrade to 2.4.4

    3
    0 Votes
    3 Posts
    825 Views
    B

    Yes, same configuration, binary from 2.4.3 works and binary from 2.4.4 does not want to work.

    I will open an issue.

    Thx! :)

  • GRE setup broken

    7
    0 Votes
    7 Posts
    1k Views
    luckman212L

    Thanks, my eye usually drifts to the 0-->100% bar since it's nice and green 🌴
    I'll be better next time

  • Translation (i18n)

    3
    0 Votes
    3 Posts
    613 Views
    luckman212L

    @grimson said in Translation (i18n):

    You need glasses:

    Thanks - no need for the snark.

  • PHP errors after update to 2.4.4 RC

    3
    0 Votes
    3 Posts
    531 Views
    G

    oops, thought I had looked for this. my bad

  • Long alias names wrapping on the Outbound NAT page

    1
    0 Votes
    1 Posts
    285 Views
    No one has replied
  • 0 Votes
    2 Posts
    436 Views
    jimpJ

    There is zero difference in an update triggered by the GUI and one triggered from the console. The same process is run in either case.

    I just pushed a fix for that squidGuard PHP error though, it was definitely a problem.

  • How to Automate Backup of PFsense Configuration Using CRON

    2
    0 Votes
    2 Posts
    2k Views
    F

    @mohamednasr I am 100% positive that things are missing in this script, and just to test it I followed the steps, and it indeed did NOT work AT ALL...

    Perhaps you can revisit this and verify what parts are missing? I can identify at least missing back-quotes (`) around the date section and the setting of $REMOTECONFIG, but somewhere, somehow the backup itself also need to be made, I think?

  • Themal Sensor

    5
    0 Votes
    5 Posts
    903 Views
    GrimsonG

    It's a development version, so write a bug report on redmine.

  • DEV usb install error, not a bootable images

    7
    0 Votes
    7 Posts
    1k Views
    I

    To get the story short:
    Any memstick version will fail to boot. Rufus and Etcher won't create a bootable Stick. Win32DiskImager create a stick, but won't be bootable for PfSense.
    I created a successfully a bootstick with Rufus and Etcher from a 2.4.4 memstick-serial source. I installed PfSense via Serial without problems
    Also creating a bootstick by renaming it to .ISO did not work with memstick. Not tried with memstick-serial.
    There is someting wrong with memstick images, memstick-serial is OK.
    Look to this thread
    https://forum.netgate.com/topic/131197/looking-for-iso-image-of-development-snapshot

    My Hardware:
    QOTOM-Q355G4

  • Crash log after restoring config/reboot

    1
    0 Votes
    1 Posts
    365 Views
    No one has replied
  • APCUPSD error upgrade from 2.4.3 to 2.4.4

    5
    0 Votes
    5 Posts
    596 Views
    jimpJ

    The apcupsd errors are fixed in the current package that is up now, 0.3.91_4.

  • Feature question: aliases for IPSEC Phase 2 entries

    4
    1 Votes
    4 Posts
    1k Views
    W

    I agree as well, please add it! I have several customers with this configuration and I really need this feature. I have to manual add more than 20 subnets on each server, pretty annoying although I would have an Alias ready for that.

  • How to Install pytz/dateutil python modules

    5
    0 Votes
    5 Posts
    3k Views
    O

    pkg install py27-dateutil
    or
    pkg install py27-pytz

    This won't work for all python modules, but there are a number of pre-packaged ones including these.

  • This topic is deleted!

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