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

  • Dyndns.class update

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    B

    Added to RELENG_1.  Thanks!

    –Bill

  • WebConfigurator Fails on Fresh Build

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    S

    Well, I figured out a temporary solution.  I simply copied the file libpcre.so.0 from the build system onto the flash using the following commands:

    cd /lib
    /etc/rc.conf_mount_rw
    scp root@BUILDSYSTEM:/var/local/lib/libpcre.so.0 .
    /etc/rc.conf_mount_ro

    This seems to work, but I would still like to know why the build system is currently broken.

  • How to edit the web gui: Navigation

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    I

    Hi,

    Try: /usr/local/www/fbegin.inc

    Regards

  • PF SEnse and MSSQL

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    I

    Hi,

    What is the service that you want to authenticate on MSSQL ?

    I've just installed unixODBC + freeTDS on my pfSense and is working fine with perl..

    I guess this is your way..

    Regards

  • Packets on Alix with usb-storage

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    R

    I dont see why you couldnt use a 8mb cf card, install grub pointing to the usb device.

  • PHP timeout optimization

    Locked
    9
    0 Votes
    9 Posts
    13k Views
    P

    There's sometimes a long wait when adding a new vlan.

  • Post 1.0 Developer iso's won't boot past md0.uzip

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    W

    I've had the same problem on a ASUS CUV4x motherboard with VIA VT694 chipset.

    On a system with the VIA CLE266 chipset the 1.2-BETA-1 developer's ISO boots fine to the configuration menu.

  • Mount with FreeBSD 7.0

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    Cry HavokC

    I see your initial post now includes meaningful information ;)

    You need to post all the instructions you issue, at no point to you show you ran chroot.  Outside of a chroot environment I'm unable to duplicate mounting a single partition multiple times.  I'd still highly recommend you take this to the FreeBSD lists.

  • Shaper Queue Problem?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    crickets

    Nice. :\

  • 0 Votes
    2 Posts
    3k Views
    S

    maybe its not there anymore

    http://cvstrac.pfsense.com/search?s=valid+source&c=1

  • Possible html bug (or Windows IE crap)….

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    G

    I realize a ticket had been taken on this issue (but closed before the actual "fix" was implemented) and that 1.2 is in a "freeze" configuration for release pending any real show stoppers but thought I would "flag" this item so it does not drop through the crack :)

    The "fix" for the snort Rules display in the GUI file /usr/local/www/snort_rules.php is as follows:

    function go()
    {
        var agt=navigator.userAgent.toLowerCase();

    if (agt.indexOf("msie") != -1) {
            box = document.forms.selectbox;}
        else
            {box = document.forms[1].selectbox;}

    destination = box.options[box.selectedIndex].value;
        if (destination) location.href = destination;
    }

    The above takes into account the differences in IE and the rest of the world to allow the snort rules to be displayed properly in most of the web browsers in use.

    Just thought I would mention it… :)

    gm...

  • IPV6 Tunneling

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Lagg + carp: carp not sending multicast via lagg interface.

    Locked
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • 0 Votes
    6 Posts
    9k Views
    E

    There are accounting programs in the freebsd tree that do the accounting and the data read by them can be used to reassign the queues.

    For example:
    http://www.freshports.org/net-mgmt/netams/ does all o fthis already. It is coupled with ipfw(4) though.

    It can use netgraph and you can use that coupled with
    http://www.freebsd.org/cgi/query-pr.cgi?pr=118727

    ng_pf module written by me and you can collect statistics from PF.

    With that you can build a utility which modifies the ruleset or creates rules on an anchor to take propper actions.

    Or the propper solution convince people to open a bounty with enough backing for me to make it interact with PF+ALTQ dynamically.

    Good day.

  • Best place to communicate

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    Mailig list or here is fine.  However, I generally pay more attention to the mailing list (so do other devs).

    In terms of patches: http://devwiki.pfsense.org/SubmittingPatches

  • DHCP and DNS server updates for clients

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Dyndns.class questions

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    N

    thanks sulrich,  i'm going to clean it all up and modify dyndns to support multiple wans.  then i'll submit my patch for approval.

  • Wannabe php scripter / contributer

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    C

    This is how I have gotten to the files.
    1. Enable SSH: go to 'Advanced' and then check 'Enable Secure Shell'.
    2. Now open an ftp client and use SFTP from inside the LAN.
    3. The username and password will be the same you use for the web GUI.
    3. Set the root directory of the ftp client to / and you will have access to all files.

    If you are using windows you might want to try one of the following:
    http://www.webdrive.com/
    http://www.sftpdrive.com/

    These programs map the sftp to a drive letter and then you can access the files as if they are local.

  • Upgrade broken in snapshot since 18th December until today?

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    S

    Woops, this should be fixed now in upcoming snapshots.

  • 0 Votes
    6 Posts
    4k Views
    R

    Finally found the cause of the strange behaviour. It appears I had also a 1:1 NAT mapping and this conflicts with the Virtual IP (proxy arp). After looking after the firewall_virtual_ip_edit.php it appears it is checking the wrong field ($_POST['ipaddr']  instead of $_POST['subnet']) for this kind of errors and proceeds adding the virtual ip.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.