Subcategories

  • Start TLS for announcements

    2
    0 Votes
    2 Posts
    771 Views
    L

    STARTTLS works. The UI is a bit misleading, though. The "Enable SMTP over SSL/TLS" checkbox really means

    If checked, use SMTP/S If unchecked, use STARTTLS

    To use office365, you'll need the following settings:
    E-Mail Server: smtp.office365.com
    SMTP Port of E-Mail Server: 587

    (Unchecked)
    From e-mail address: The email address associated with your account
    Notification E-Mail address: Whereever you want the notification to go
    Notification E-Mail auth username: The same email address as the From e-mail Address (your login email address)
    Notification E-Mail auth password: Your account password
    Notification E-Mail auth mechaniasm: LOGIN

    It's important to note that the FROM address and the Auth Username must be identical. Failure to make them the same will result in an error message saying you're not permitted to send as address.

  • Roadmap with Cisco's VPP and DPDK

    4
    0 Votes
    4 Posts
    2k Views
    M

    Thanks for the info, I'm glad to see a project that I supported coming of age. The team has worked very hard for years, I'm excited for what the future holds for pfsense. I for one am thankful for what information you have released and will wait patiently for more news to come.

  • Stock package compile options

    3
    0 Votes
    3 Posts
    893 Views
    L

    Ah OK, I'll try to figure out some other way of getting graphs out of RRD files then.

  • Submitting PRs for packages in the pfSense/FreeBSD-ports repo?

    23
    0 Votes
    23 Posts
    2k Views
    jimpJ

    Ideally anything dealing with FreeBSD-ports should happen on a FreeBSD system at some point (either directly or in a secondary capacity) because then you have access to tools like portlint which can check the port structure to ensure it's complete and correct before committing changes, for example it will flag problems with the formatting or content of the Makefile.

  • Testing packages

    4
    0 Votes
    4 Posts
    924 Views
    jimpJ

    When the package is made properly, the pkg add will perform the exact same install procedure as the GUI would.

  • Query relating to privs.inc

    1
    0 Votes
    1 Posts
    438 Views
    No one has replied
  • Adding flexibility to dhcpd (code submitted)

    1
    0 Votes
    1 Posts
    546 Views
    No one has replied
  • Error Building 2.4.0 Kernel

    3
    0 Votes
    3 Posts
    1k Views
    C

    I also found myself with this problem, which I was able to fix with this fix : https://github.com/freebsd/freebsd/commit/6884a6e482ca6effa702761a1e3fa98bb6946c30#diff-49d9a861ee932d5b656eb20466f2a292
    But other problems have occurred. :-[
    I had not had this problem with the RC version, which it was in "FreeBSD 11.0", so I put a compilation environment under this version, and compilation to work.
    I therefore conclude that the development team forgot to add a "BRANCH RELENG_2_4_0" on this repository: https://github.com/pfsense/FreeBSD-src

    The "Main repository for pfSense" is also unusable because it refers to a "BRANCH" that is missing: https://github.com/pfsense/pfsense/blob/RELENG_2_4_0/tools/builder_defaults.sh#L108

    Can someone tell us about this omission ?

    Thank you !

  • 802.11s status pfSense

    2
    0 Votes
    2 Posts
    983 Views
    jimpJ

    As far as I'm aware, we have no intention of adding any wifi features like that. AP features belong in an AP. FreeBSD is great, but it does not lend itself well to being an AP.

  • PFSense Image Azure CustomData

    1
    0 Votes
    1 Posts
    554 Views
    No one has replied
  • A short preview of the "3.0" CLI commands (/r/PFSENSE)

    3
    0 Votes
    3 Posts
    1k Views
    bmeeksB

    @biggsy:

    Thanks Bill but I'm not sure how it would be related to Squid.  However, I'm not a Squid user either so I could easily be wrong.

    I run this bgpctl command from a tiny PHP script called through an afterfilterchange shellcmd.

    It causes the BGP peer to resend all the currently blacklisted IPs, which are loaded into an Alias table referenced by a block rule on WAN.  It does this very, very quickly, too.

    The only reason for having to do all this is that the Alias table is not managed through the GUI, so it gets cleared on a rule change or reload.

    Of course, I have no reason to expect this won't be achievable in some other way under 3.0 but it is a very useful function of openbgpd.

    Sorry…just realized today that I posted my reply to the wrong thread ...  :-[

    Bill

  • Squid UI proposal: Add input for blacklisting URLs in addition to domains

    1
    0 Votes
    1 Posts
    514 Views
    No one has replied
  • Cisco AnyConnect (server) support?

    5
    0 Votes
    5 Posts
    8k Views
    D

    If it was an optional package add-on, the GPL license doesnt taint the base at all.

    +1 to this.

    This guy brought it in via freebsd packages https://blog.dhampir.no/content/pfsense-as-a-cisco-anyconnect-vpn-client-using-openconnect

  • User Interface suggestion for improved visability

    1
    0 Votes
    1 Posts
    507 Views
    No one has replied
  • FauxAPI :: A REST API interface for pfSense to facilitate dev-ops

    6
    0 Votes
    6 Posts
    10k Views
    N

    FauxAPI has received an update to v1.1

    In brief:-

    new API call alias_update_urltables - forces the immediate update of remote URL tables new API call gateway_status - returns the current status of the gateways updated documentation tested against pfSense 2.3.2 and 2.3.3

    The package has received some great feedback and users deploying in complex large environments - enjoy, send feedback.

    N

  • MOVED: Configuracion de PFsense

    Locked
    1
    0 Votes
    1 Posts
    574 Views
    No one has replied
  • BUG: unbound/ PfblockerNG when enabling RAM disk

    3
    0 Votes
    3 Posts
    1k Views
    B

    I had the same issue until I increased my RAM disk size.  I think what happens is the file tries to write to the RAM disk but fails since it's out of space with the default size.  The setting is found under System/Advanced/Miscellaneous.  I increased mine to 512 MB's.  Since I have 8 or 16 gigs of RAM and have plenty to spare.

  • Custom index.html - Bandwidthd

    1
    0 Votes
    1 Posts
    612 Views
    No one has replied
  • Command line management - pfSense_API via PowerShell

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Tools Repo

    Locked
    50
    0 Votes
    50 Posts
    27k Views
    jimpJ

    The tools repo is no longer used. Everything needed to build current versions is in the public repositories on github. There is a reason this thread has not had any activity in years. Locking.

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