Subcategories

  • Discussions about development snapshots for pfSense Plus 25.07

    64 Topics
    883 Posts
    RobbieTTR

    @Bob-Dig

    Needing a periodic reset every night does sound slightly odd but can you not reset what you need to via Chron?

    ☕️

  • What is needed to get console to the webinterface

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

    85
    0 Votes
    85 Posts
    20k 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

  • How to submit a patch / pull request / etc for a package?

    2
    0 Votes
    2 Posts
    1k Views
    bmeeksB

    @luckman212:

    What is the correct way to submit a proposed patch for a package? Am I supposed to send a pull request on github? open a ticket on redmine? email or PM the package author? Sorry if this info is posted somewhere but I didn't immediately find it …

    I suggest creating your own "repo fork" of the pfsense-packages repo on Github.  Then make your changes to the package in question and submit them as a Pull Request back to pfsense-packages.  Instructions for creating a fork and have it track the upstream master are on the Github site (Google can also be a good friend when learning how to use Git).

    If you go to the pfsense-packages site and click Pull Requests in the upper right, you will see the currently open requests.  Here is a link:  https://github.com/pfsense/pfsense-packages/pulls.

    Bill

  • Detect WAN IP change?

    4
    0 Votes
    4 Posts
    2k Views
    H

    check http://freedns.afraid.org/

    no need to login every x weeks ; works with your own domain or ones that are available

    no need to create another "dyndns" as there are thousands allready

  • Questions about log rotation tools, and log rotation policies in pfSense

    1
    0 Votes
    1 Posts
    761 Views
    No one has replied
  • CPU high load

    4
    0 Votes
    4 Posts
    1k Views
    T

    Hi Hollander!

    the first iso i build on freebsd i386 cpu very high load. Then i rebuild on freebsd amd64 cpu load normal…!  :D

    thanks!

  • Disabling/Enabling an FW rule from the Shell

    5
    0 Votes
    5 Posts
    1k Views
    stephenw10S

    This is a bit late and in fact it looks likd you've got some other problems there but….
    You can reload the config file from the command line using:

    /etc/rc.reload_all

    Your vpn client shouldn't be failing.

    Steve

  • Build environment for package development?

    6
    0 Votes
    6 Posts
    2k Views
    T

    Hi razzfazz!

    You can help me to add new module (plugin) on pfsense…! I want but i cann't how to do it...! i cann't found guide...!

    You can for me source code off miniupnpd or some guide to add module when compile to me may try it ...!

    sorry my english  not good!

    Thank razzfazz!

  • About usb boot

    4
    0 Votes
    4 Posts
    1k Views
    B

    When you get this error: Trying to mount root from ufs:/dev/ufs/
    Enter ? on the prompt
    It will give  a list of devices
    e.g
    ad4 ad4s1a ad4s1b and so on
    4 can be any number in your case. it might be 6 or it might be 8 or 2
    once you have identified the correct device
    enter this: ufs:/dev/ad(yournumber)s1a
    and it will boot
    remeber this is only temporary and you will have to modify your fstab to make it permanent

  • Build scripts ans source code download howto :??

    7
    0 Votes
    7 Posts
    2k Views
    B

    @bsaidus:

    Ok !
    I think that no way for me to download the source !
    Thanks .

    Ooooooof finally I resolved the problem
    tnks

  • Building pfsense iso from FreeBSD 8.3

    4
    0 Votes
    4 Posts
    1k Views
    P

    Whats the point in building from 8.3 if i may ask? if your going to customize stuff your time would likely be spend better on pfSense 2.2 / FreeBSD 10.1 , that will likely last a few years, 8.3 is getting more deprecated every week..

    The build process is supposed to be 'mostly' the same as my steps for 2.2: https://forum.pfsense.org/index.php?topic=83785.0  , substitute install 10.1 by install 8.3 , and substitute RELENG_2_2 by RELENG_2_1 and give it a try.., also there are other posts on the forum that explain about outdated 8.3 ports trees and troubles they ran into.. But these are probably the basics for a 8.3 build.

  • How to customize pfsense.

    4
    0 Votes
    4 Posts
    2k Views
    T

    Hi mrvahid9!

    you can work follow post https://forum.pfsense.org/index.php?topic=83785.0

    good luck !

  • Good Development Setup for pfSense

    2
    0 Votes
    2 Posts
    1k Views
    A

    Hello
    The way is to enable xdebug ( the module is in the pfsense , there are some posts to know how to enable it) and to use eclipse
    https://wiki.eclipse.org/Debugging_using_XDebug as IDE
    With this config you can do step by step debuging see variables and so on .

    Enjoy

    Alain

  • Developers and pfSense 2.2 building

    5
    0 Votes
    5 Posts
    3k Views
    stephenw10S

    @darkphantom934:

    I then compiled the run driver and tried to kldload it on pfSense. It wasn't working because "kldload: cannot load: file exists", which suggests that it is already running and in the kernel…......Any ideas?

    Were you trying to load the kernel at the console? You can't do that if an in kernel driver already exists but you can load it at boot time to override the in kernel driver. However I'm not sure that will work for a usb device which requires editing the usbdevs file as you've done.

    Steve

  • How to build pfSense on FreeBSD V10

    35
    0 Votes
    35 Posts
    15k Views
    K

    I received an error stating "You must upgrade the ports-mgmt/pkg port first."

    To solve that issue:

    cd /usr/ports/ports-mgmt/pkg  make  make reinstall 
  • Own Package Repository

    20
    0 Votes
    20 Posts
    5k Views
    S

    I believe you mean the .htaccess file.

    The Browsers show the files different, so I downloaded the file to see exactly what is wrong.
    I get the file from my Webserver without the content in brackets.

    –-------------------------------------------
    It works! :-)

    There are two MIME Types of XML

    AddType text/xhtml+xml .xhtml .xml

    AddEncoding xhtml xml

    xml_with_brackets.jpg
    xml_with_brackets.jpg_thumb
    xml_without_brackets.jpg
    xml_without_brackets.jpg_thumb

  • Building pfSense - Something basic I'm doing wrong?

    56
    0 Votes
    56 Posts
    11k Views
    P

    Live iso is the only iso that is needed for a regular installation of pfSense.
    However is seems during building the iso the installer is not properly build/included..

    Solution is to use another git repository ( git://github.com/Key4ce/bsdinstaller.git ) as written here:
    https://forum.pfsense.org/index.php?topic=82845.msg453695#msg453695

    Or wait until his pull-request gets applied.: https://github.com/pfsense/bsdinstaller/pull/2

  • Validation of alias host IP etc

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