Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Packages wishlist?

    pfSense Packages
    384
    661
    1.4m
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jimpJ
      jimp Rebel Alliance Developer Netgate
      last edited by

      @chrcoluk:

      nano
      rsync

      These are already in the repository and do not require anything in the pfSense GUI. Just run "pkg install nano" for example and you can get them now.

      @chrcoluk:

      some kind of web server as I need to redirect ad/tracking/malware links to a local png file.

      You can run additional instances of nginx by hand with your own custom config files, no need to pull in another web server package.

      Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

      Need help fast? Netgate Global Support!

      Do not Chat/PM for help!

      1 Reply Last reply Reply Quote 0
      • C
        chrcoluk
        last edited by

        this is interesting as they not listed on the packages page, is there a way to list whats in the cli repository?

        pfSense CE 2.7.2

        1 Reply Last reply Reply Quote 0
        • jimpJ
          jimp Rebel Alliance Developer Netgate
          last edited by

          You can use "pkg search x" where "x" is a substring of what you want to find:

          : pkg search nano
          nano-2.7.0                     Nano's ANOther editor, an enhanced free Pico clone
          : pkg search rsync
          rsync-3.1.2_5                  Network file distribution/synchronization utility
          
          

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          1 Reply Last reply Reply Quote 0
          • A
            averythomas
            last edited by

            A package that tracks ad domains and replaces ad pictures with cats. Like this but integrated into pfsense: http://www.makeuseof.com/tag/how-to-make-a-wifi-network-that-only-transmits-cat-pictures-with-a-raspberry-pi/

            1 Reply Last reply Reply Quote 0
            • J
              jc2it
              last edited by

              yara seems like a good idea for malware detection and may be a good fit for pfSense.

              http://virustotal.github.io/yara/

              1 Reply Last reply Reply Quote 0
              • Y
                yodaphone
                last edited by

                @averythomas:

                A package that tracks ad domains and replaces ad pictures with cats. Like this but integrated into pfsense: http://www.makeuseof.com/tag/how-to-make-a-wifi-network-that-only-transmits-cat-pictures-with-a-raspberry-pi/

                doesnt pfBlockerNG + Squid can already do this in pfsense.? not replace with Cats though

                1 Reply Last reply Reply Quote 0
                • A
                  anompi
                  last edited by

                  In pfSens to be able to see and delete packages using the webinterface, without the need to have an interne connection.

                  I use pfSense in a private cloud en was used to add all possible needed packages in the pfSense template. Then after installation I remove the packages which are not needed. This wordked perfect in the 2.2.x release.

                  But in the 2.3 release this is not possible anymore. Even worse, after manual removeing the package from the config.xml, after the reboot it keeps me asking that all packages must be reinstalled, and fails because the is (on purpose) no internet package source available.

                  The deployed pfsense will never show its dashboard again. (I just don't have internet available here).

                  So what do I wish:  remove the absolute need to have an interne connection just to show and delete installed packages.

                  Is there a manual available how to create my own pfSense and pfsense package repository for pfSense 2.3?

                  Thanks in advance!

                  1 Reply Last reply Reply Quote 0
                  • D
                    dvl
                    last edited by

                    @dvl:

                    bacula-client so I can back up my configuration

                    We once had it.

                    Now I install this from my own poudriere repo.

                    I still have to do this after every reboot:

                    mkdir /var/db/bacula
                    service bacula-client onestart

                    But at least now I have backups.

                    1 Reply Last reply Reply Quote 0
                    • Y
                      yodaphone
                      last edited by

                      How about Wireguard.

                      https://www.wireguard.io/

                      WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it plans to be cross-platform and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.

                      Looks very interesting & worth a look. attaching some perf. charts from their website

                      wg01.png
                      wg01.png_thumb

                      1 Reply Last reply Reply Quote 2
                      • A
                        AR15USR
                        last edited by

                        Another vote for Filebeat.

                        Need it to ship the Snort log file to my ELK machine..


                        2.6.0-RELEASE

                        1 Reply Last reply Reply Quote 0
                        • L
                          logdog
                          last edited by

                          Is there anyway to bring back MailScanner for 2.3.*?

                          1 Reply Last reply Reply Quote 0
                          • M
                            maus
                            last edited by

                            These packages are already available in FreeBSD,so there shouldn't be too much trouble porting into pfSense. Any work helping to create a free Internet will be much appreciated.

                            1. shadowsocks-libev ,under GNU General Public License
                            Intro

                            Shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and low-end boxes.
                            It is a port of Shadowsocks created by @clowwindy, and maintained by @madeye and @linusyang.
                            Current version: 3.0.2 | Changelog

                            2. kcptun ,under MIT License

                            Shadowsocks provides proxy,and Kcptun deals with packet loss.Ipset will also be needed to specify if a certain domain should go proxy or connect directly.The DNS query should go proxy as well to anti DNS pollution.

                            1 Reply Last reply Reply Quote 0
                            • ?
                              A Former User
                              last edited by

                              @borkov:

                              Would love to have DNSCrypt.

                              Thanks!!!!!

                              would really like to see this as a package in pfsense, as well.

                              1 Reply Last reply Reply Quote 0
                              • marcellocM
                                marcelloc
                                last edited by

                                @tdhuck:

                                @borkov:

                                Would love to have DNSCrypt.

                                Thanks!!!!!

                                would really like to see this as a package in pfsense, as well.

                                according to documentation, the native unbound dns service used on pfSense can be complied with DNSCrypt

                                https://dnscrypt.org/#dnscrypt-server

                                
                                Running your own DNSCrypt server
                                
                                .
                                .
                                .
                                unbound, a validating, recursive, and caching DNS resolver, can also act as a DNSCrypt server when compiled with --enable-dnscrypt.
                                
                                Refer to DNSCrypt Options section in unbound.conf(5) for configuration options.
                                
                                Deployment
                                
                                

                                Treinamentos de Elite: http://sys-squad.com

                                Help a community developer! ;D

                                1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User
                                  last edited by

                                  @marcelloc:

                                  @tdhuck:

                                  @borkov:

                                  Would love to have DNSCrypt.

                                  Thanks!!!!!

                                  would really like to see this as a package in pfsense, as well.

                                  according to documentation, the native unbound dns service used on pfSense can be complied with DNSCrypt

                                  https://dnscrypt.org/#dnscrypt-server

                                  
                                  Running your own DNSCrypt server
                                  
                                  .
                                  .
                                  .
                                  unbound, a validating, recursive, and caching DNS resolver, can also act as a DNSCrypt server when compiled with --enable-dnscrypt.
                                  
                                  Refer to DNSCrypt Options section in unbound.conf(5) for configuration options.
                                  
                                  Deployment
                                  
                                  

                                  i was looking for a package that could be enabled in the GUI, i have no idea how to implement using the instructions you posted (i found that information, yesterday, while looking at their site).

                                  thank you for sharing.

                                  1 Reply Last reply Reply Quote 0
                                  • marcellocM
                                    marcelloc
                                    last edited by

                                    @tdhuck:

                                    I was looking for a package that could be enabled in the GUI, i have no idea how to implement using the instructions you posted (i found that information, yesterday, while looking at their site).

                                    thank you for sharing.

                                    The first step is to compile and create unbound package with this feature on a Freebsd 10.3 to replace on you pfSense 2.3.3 testing machine.

                                    If the works, the next steps are findind the best way to run it(as a proxy + sever, just a proxy, just a server, etc…) and then create gui files that configure these extra steps, blacklist downloads, acls, etc....

                                    not that easy but not impossible too.

                                    EDIT: looks like de unbound source does not have the dnscrypt embedded but the wrapper looks like 'simple' to include
                                    https://github.com/Cofyc/dnscrypt-wrapper/

                                    Treinamentos de Elite: http://sys-squad.com

                                    Help a community developer! ;D

                                    1 Reply Last reply Reply Quote 0
                                    • M
                                      MarcoP
                                      last edited by

                                      Hi,

                                      as for arpwatch, is it just a matter of converting current HTML/CSS to Boostrap?

                                      cheers

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        swmspam
                                        last edited by

                                        @borkov:

                                        Would love to have DNSCrypt.

                                        Thanks!!!!!

                                        +1 for DNScrypt as an installable under the GUI package manager with a services tab and entry on the services monitoring dashboard window.

                                        1 Reply Last reply Reply Quote 0
                                        • Z
                                          zentex
                                          last edited by

                                          The Xymon client would be nice for monitoring of pfsense. I see posts going back 5 years on the forums but no "official package" has ever been added.

                                          I went looking today, and I see zabbix is now in the packages, but still no xymon  :'(

                                          1 Reply Last reply Reply Quote 1
                                          • R
                                            RadOD
                                            last edited by

                                            Something along the lines of smokeping for ISP quality monitoring.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.