Subcategories

  • Discussions about development snapshots for pfSense Plus 25.07

    58 Topics
    819 Posts
    J

    I would agree. 18 hours in and everything continues to run smoothly. The issue related to image availability I believe is the valid answer and we can close this out as solved. Thanks everyone. -JD

  • 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
    669 Views
    No one has replied
  • Pfsense Tools-Repo Access Error

    1
    0 Votes
    1 Posts
    814 Views
    No one has replied
  • Mistake about build ISO pfsense

    3
    0 Votes
    3 Posts
    1k Views
    T

    Hi Key4ce_angelo…! Sorry about delay 1 week...!

    With help of you, i success build iso...!

    Thanks you very so much...! ;)

  • Summary table on status_dhcp_leases

    3
    0 Votes
    3 Posts
    854 Views
    T

    I would definitely find this useful :)

  • Kernel Build Steps for pfsense 2.1.5

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