Subcategories

  • Bounties that have been completed and paid successfully

    37 Topics
    1k Posts
    ZedfulZ

    O o
    Thank You !
    a PM is sent.
    This can be moved to "Completed Bounties".

  • Bounties that have been withdrawn by the original poster or that have expired due to lack of interest

    223 Topics
    3k Posts
    B

    I believe I’m having this issue, and have been for some time now. I always wondered why sometimes PPP would drop, and I’d drive out to site only to do a reboot and everything works. Sometimes I’d even have people put on site reboot for me, but it wouldn’t work. Is there any update on this issue?

    Below log is newest on top, so read in reverse.

    Feb 21 09:25:12 ppp 98216 [wan] IFACE: Down event Feb 21 09:25:08 ppp 98216 [wan] IPV6CP: LayerDown Feb 21 09:25:08 ppp 98216 [wan] IPV6CP: SendTerminateReq #38 Feb 21 09:25:08 ppp 98216 [wan] IPV6CP: state change Opened --> Closing Feb 21 09:25:08 ppp 98216 [wan] IPV6CP: Close event Feb 21 09:25:08 ppp 98216 [wan] IPCP: LayerDown Feb 21 09:25:08 ppp 98216 [wan] IPCP: SendTerminateReq #76 Feb 21 09:25:08 ppp 98216 [wan] IPCP: state change Opened --> Closing Feb 21 09:25:08 ppp 98216 [wan] IPCP: Close event Feb 21 09:25:08 ppp 98216 [wan] Bundle: Status update: up 0 links, total bandwidth 9600 bps Feb 21 09:25:08 ppp 98216 [wan_link0] Link: Leave bundle "wan" Feb 21 09:25:08 ppp 98216 [wan_link0] LCP: state change Opened --> Stopping Feb 21 09:25:08 ppp 98216 [wan_link0] LCP: peer not responding to echo requests Feb 21 09:25:08 ppp 98216 [wan_link0] LCP: no reply to 5 echo request(s) Feb 21 09:24:58 ppp 98216 [wan_link0] LCP: no reply to 4 echo request(s) Feb 21 09:24:48 ppp 98216 [wan_link0] LCP: no reply to 3 echo request(s) Feb 21 09:24:38 ppp 98216 [wan_link0] LCP: no reply to 2 echo request(s) Feb 21 09:24:27 ppp 98216 [wan_link0] LCP: no reply to 1 echo request(s
  • Content Filtering DNS - $$$ You Name It

    3
    0 Votes
    3 Posts
    2k Views
    C

    The support for multiple vlans and subnets stinks.  I've tried everything to get it working, its more of a headache then anything.  There was a project a while ago called NSFilter, that was almost perfect (with a few bugs), then that died.  Something like that again would be perfect.

  • Port NUT to 2.3

    6
    0 Votes
    6 Posts
    3k Views
    T

    The nut package has been released for pfSense 2.3.x.  I have it running on v2.3.1 and reporting on my APC Back-UPS 500 with no problems.

  • Multisite Update Management Package [Base: $500]

    6
    0 Votes
    6 Posts
    3k Views
    H

    https://forum.pfsense.org/index.php?topic=108831.0

  • $50 Bounty to help configure commercial VPN connection (EarthVPN)

    4
    0 Votes
    4 Posts
    3k Views
    D

    still need help?

  • OpenVPN client to be able to access subnet across ipsec P2P. $100

    4
    0 Votes
    4 Posts
    2k Views
    K

    Ended up getting this resolved with IPSec instead.

  • Polipo as a package with menu etc

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Centralized reporting to syslog server for multiple PFSENSE

    2
    0 Votes
    2 Posts
    1k Views
    Z

    This sounds like something relatively feasible.

    Could you private message me your skype info?

  • $100 for a bareos-fd package

    2
    0 Votes
    2 Posts
    2k Views
    P

    What have you done to make it working?

    Installation:

    pkg pkg update pkg install bareos-server

    Go to

    cd /usr/local/etc/bareos/

    delete all file except of bareos-fd

    rm bareos-barcodes bareos-dir.conf bareos-sd.conf bconsole.conf mtx-changer.conf

    Create bareos-fd.conf file end edit it:

    FileDaemon {                    Name = PFSENSE-FD #you have to put same name in bareos-dir on the backup server!   Maximum Concurrent Jobs = 20 } Director {   Name = backup-dir  ##YOUR DIRECTOR NAME   Password = "PASSWORD" ##YOUR DIRECTOR PASSWORD } Messages {   Name = Standard   director = backup-dir = all, !skipped, !restored }

    Now go to /etc/usr/local/rc.d and remove all bareos startup files except bareos-fd

    After that edit /etc/rc.conf and add:

    bareos_fd_enable="YES"

    That's it.

    EDIT:
    As of pfSense 2.4.
    Go to http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/

    and for bareos-server

    pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/postgresql95-client-9.5.10.txz pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/bareos-server-16.2.7.txz

    and then follow old instructions

  • Firewall Rules hit counter - $150

    20
    0 Votes
    20 Posts
    16k Views
    Z

    What about taking this, and spitting it out to an LCD ;)

  • FQ-CoDel - Join Me in this Bounty

    20
    0 Votes
    20 Posts
    10k Views
    N

    @cplmayo:

    @Nullity:

    fq_codel is already coming to FreeBSD (and most likely pfSense), but it will not be an ALTQ queueing discipline, it will instead be implemented within "dummynet", which is what pfSense calls "limiters".

    Whether this will be useful to us, I do not know, but it sure seems like good news to me.

    http://comments.gmane.org/gmane.os.freebsd.devel.net/47124

    Implementing fq_Codel in the limiters should work well and be easy to setup. Also I think it will allow the limiters to function better. I still think that cake_Codel is the future and hope it will be implemented in BSD.

    I have tried HFSC, PRIQ, and CBQ all of these did a good job of keeping my internet running smoothly but bufferbloat was always a problem. I have since found that FairQ with Codel as the scheduler I do not have to limit my Bulk traffic and my network performance is largely unaffected.

    Cake will never come to BSD. Cake is deeply entrenched in Linux-only features. Many of the features do not exist at all in BSD, so the whole porting effort would be very complicated and/or expensive.

  • MOVED: Bloquear anúncios e publicidades

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • £20 Bounty for advice & guidance WAN, LAN (Bridge) LAN2 NAT Config!

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • GUI color change plugin/package?? Bounty 100USD

    5
    0 Votes
    5 Posts
    2k Views
    S

    Then I dont get the updates for the gui correct??

    If there are any?? Then I have to apply patches for that instead….

    I was thinking of a small package that you could enter what color you want (#004f87) and then press save. Done.

    Simples. Package took care of the rest.

  • MOVED: static route issue

    Locked
    1
    0 Votes
    1 Posts
    975 Views
    No one has replied
  • Minimum bandwidth in traffic shaping (dynamic bandwidth sharing)

    3
    0 Votes
    3 Posts
    2k Views
    SoloamS

    Hello, are you sure  the limiter can do this? If not, I would be in on this bounty. What is the target value?

  • $100 - Custom XML Sync Router A -> Multiple Routers

    7
    0 Votes
    7 Posts
    2k Views
    D

    Well, pfBNG is definitely standalone. As said, NFC about snort. :D

  • Update Squid3 package to 3.1.23 - $250

    18
    0 Votes
    18 Posts
    6k Views
    marcellocM

    Thanks again  :)

  • [Completed] Working eap-tls / pfSense 2.2 - $100 USD

    28
    0 Votes
    28 Posts
    9k Views
    H

    done, bit I still owe you a dollar :)

  • Captive portal <-> hotel PMS $2000

    4
    0 Votes
    4 Posts
    4k Views
    M

    @Derelict:

    @marcelloc:

    Hi Miken, how do you plan to interface between pfsense and PMS? (sql queries, webservice)?

    PMS systems generally have an interface.  Either serial or telnet.  They speak a specific protocol.

    What is the PMS in question?

    Yes, as mentioned it needs to work for either TCP or serial as we don't know what sort of environment we'll be working with. It's for Comtrol's UHLL, which isn't a PMS interface per se, but rather a translation layer for a number of other PMS interfaces – mostly small operations, nothing like Opera or Galaxy. The protocol itself is fairly simple, just sending plain text and getting plain text back.

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