Subcategories

  • Discussions about packages which handle caching and proxy functions such as squid, lightsquid, squidGuard, etc.

    4k Topics
    21k Posts
    H
    We installed haproxy on Netgate 8200 device 25.07.1-RELEASE (amd64) installed acme certificates and get certificate from letsencrypt, everything ok. checked ssl offload in frontend and selected the acme generated certificate under SSL Offloading. result after Apply Changes: Errors found while starting haproxy [NOTICE] (72045) : haproxy version is 2.9.14-7c591d5 [NOTICE] (72045) : path to executable is /usr/local/sbin/haproxy [ALERT] (72045) : config : Couldn't open the ca-file '/var/etc/haproxy_test/clientca_WAN_117.pem' (No such file or directory). [ALERT] (72045) : config : parsing [/var/etc/haproxy_test/haproxy.cfg:15] : 'bind x.x.x.x:443' in section 'frontend' : 'ca-file' : unable to load /var/etc/haproxy_test/clientca_WAN_117.pem [ALERT] (72045) : config : Error(s) found in configuration file : /var/etc/haproxy_test/haproxy.cfg [ALERT] (72045) : config : Fatal errors found in configuration. also package _devel has the same issue. on other boxes where haproxy was configured on 24.11 - upgraded to 25.07.1 its working. BUG ?? so what can we do now -bolded text we need this function. thank you all in advance
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    bmeeksB
    @RedDelPaPa said in Suricata ETOpen rules failing to update: @bmeeks This makes sense. I was able to tweak with it some and inserted a custom url for the Suricata v5.0 rules files and it seems like it was able to pull a usable update? What do you think? Will this work ok for now? Thank you! Should be okay so long as the v5 rules don't contain any syntax that is too "new" for the older 4.x Suricata binary on your system. The SG-3100 has a 32-bit ARM CPU which is basically obsolete. Suricata from version 5.x on moved critical pieces of code over to Rust from pure C. There is no "buildable" Rust library for 32-bit ARM chips, hence Suricata on the SG-3100 is stuck on an old and EOL (end-of-life) version. In my opinion, it's time to retire that hardware and move to a modern 64-bit Intel platform.
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    573 Topics
    3k Posts
    dennypageD
    @kabeda If memory serves, that old version of ntopng did not run as user ntopng, but as user nobody. There are lots of problems in that old version. Anyway, check the ownership and permissions of /var/db/ntopng and make sure it matches the user that ntopng runs as. You may need to set ownership of the entire hierarchy. Example: /usr/sbin/chown -R nobody:nobody /var/db/ntopng However, the better choice would be to upgrade to a more recent version.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    N
    @netboy Most probaly a configuration regression. You really need to dig deeper. From which pf version did you upgrade? Have you tried removing and reinstalling pfblockerng? Looking to the moon for craters with naked eye doesn't show the one that the crashed spaceship created. Use a telescope instead. FWIW, I see quite a few pfblockerng instances on 25.07.1 running with no (apparent) issues τοο
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    F
    I didn't say you should remove the override.ups.delay.shutdown directive, I said you should remove the ignorelb directive. Ok, I will test without ignorelb directive. Also, you do not have anything in the Advanced settings section, correct? Yes As to running a calibration test, consult your UPS manual or support from the manufacturer of your UPS. I find anything I will search tomorow
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    503 Topics
    3k Posts
    M
    I am using the DNS-Update method I have to use a DNS-Sleep of 5 minutes to let the letsencrypt txt dns record update propagate. During this 5 minutes the acme-webgui times out. when the acme-webgui times out the Action list is NOT executed. How can I solve this ? Would it maybe be an idea to let the acme.sh script execute the actions in the action list as a post-hook instead of the web-gui? Or maybe add an option to add post-hooks in the webUI ?
  • Discussions about the FRR Dynamic Routing package on pfSense

    296 Topics
    1k Posts
    C
    This one has been tricky still not sure what to try. Any ideas?
  • Discussions about the Tailscale package

    92 Topics
    639 Posts
    E
    Updated CE 2.8.1 to 1.90.4. Looks like they are already working on .6 Freshports pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.4.pkg Changelog
  • Discussions about WireGuard

    712 Topics
    4k Posts
    chpalmerC
    @dean.viens What kind of internet services are on the two endpoints? I ask because some modems such as cellular modems can cause issues with VPNs once in a while. I assume you are using the standard ports?? have you tried a different port such as 8443 one of the gui ports you are not using? 80 or 443? If you set the incoming rule to log the traffic do you see the attempts in the firewall log? Long story short here.. are you sure the traffic from router two is making it to router 1 and visa versa?
  • HAproxy-devel and http redirections

    5
    0 Votes
    5 Posts
    1k Views
    keyserK
    You sir, have my deepest respect. I shall await your next release in the most humble way possible  ;D
  • HAproxy-devel and multiple ACL's

    2
    0 Votes
    2 Posts
    3k Views
    P
    if you add the two acl's with the same acl name, they will be combined. this should produce the wanted result. Would look like this: Result would be this for the acl name "MyAclCombined1", (didn't check if below config works..) : acl        0_MyAclCombined1  hdr(host) -i vhost1.pfsense.local acl        1_MyAclCombined1  path_beg -i /test/ use_backend      test_http if 0_MyAclCombined1 1_MyAclCombined1 If you want more advanced combinations of acl's however i think you will need to write them in one of the passthrough sections as 'text'.
  • Block list

    3
    0 Votes
    3 Posts
    792 Views
    M
    Thanks jfl…..
  • How to Reset All Monitoring Data?

    4
    0 Votes
    4 Posts
    4k Views
    KOMK
    pfSense Support is the bomb: Uninstall all monitors, delete their data directories then reinstall: Lightsquid: rm -rf /var/lightsquid/ Sarg: rm -rf /usr/local/sarg-reports/ Bandwidthd: rm -rf /usr/local/bandwidthd Darkstat: Doesn't keep persistent data
  • Need help in conf SNORT to scan internal traffic

    3
    0 Votes
    3 Posts
    2k Views
    BBcan177B
    To add to Bills comments- I use Mikrotik switches to mirror my traffic. They are not that expensive.. under a hundred dollars. Depending on how much traffic you are seeing, it should handle quite a bit of traffic. The good thing about this switch is that you can mirror multiple ports on a single switch. http://routerboard.com/RB260GS pfSense will monitor all traffic that passes thru the router. But if you want to capture traffic on the Lan, you need to put a monitoring interface at every point where you want to look at. So if you want to monitor a file server, you need to mirror/span/tap infront of that interface to see it. You can add a nic to pfSense and send the packets to it and use Snort, or another option is using a program called "Security Onion". http://blog.securityonion.net/
  • Squid3 -Problem with configuration for authenticated users

    1
    0 Votes
    1 Posts
    656 Views
    No one has replied
  • Squid and squidguard not working

    4
    0 Votes
    4 Posts
    2k Views
    T
    Hmm, add the pidgin.im and skype.com IP's to the block lists? Maybe the webservers of those sites aren't strict on the full domain name, so the squidguard is strict and won't recognize the address exactly. www.skype.com skype.com (assumes "www." and goes to the site) whatever.skype.com (assumes "www." and is not recognized by squidguard)
  • Snort Warning

    3
    0 Votes
    3 Posts
    1k Views
    bmeeksB
    @Xtern: Hello, I'm new here. Very cool forum. My problem with Snort is that it shows me this: Warning: New settings will not take effect until interface restart. I did the setup like the guide (sticky above) told me, but I can't get rid of this warning message. It's there after restarting the whole machine, when I restart Snort, when I disable and enable the daemon and so on. Any idea what I'm doing wrong? Best, Xtern Fragged is right.  That's just a "reminder" sort of message to let you know that most changes to Snort interface parameters require a restart of Snort on the interface in order for the new settings to become active. Bill
  • Squid in Transparent Mode Just Hangs

    3
    0 Votes
    3 Posts
    1k Views
    KOMK
    I fixed my problem by installing HAVP.  Not ideal, but at least it's working now.
  • Unbound TCP buffer settings not sticky

    85
    0 Votes
    85 Posts
    30k Views
    B
    @markn62: @wagonza: @markn62 was this problem fixed for you? or is it still an issue? Not much has changed.  Seems that the package operates very much like it did since the question above was asked.  The only change I noticed was a few more "do not's"  that are important to adhere too for the package to work properly.  I guess it is what it is. I can't reproduce any of your current issues at all with the package even using all your custom options. Something else must be going on or you have something else as an additional problem. Try saving your whole pfsense configuration and loading that config onto a VM ands testing to give us information to go on. Or even for yourself. The devs are replacing dnsmasq with unbound afterall. If you copy your unbound.conf on your seperate box to your pfsense and only restart the service does it work?
  • TFTP - NEW OPTIONS

    1
    0 Votes
    1 Posts
    939 Views
    No one has replied
  • Enable Youtube for schools

    1
    0 Votes
    1 Posts
    719 Views
    No one has replied
  • Zabbix proxy 2.2 not puling up anything

    2
    0 Votes
    2 Posts
    3k Views
    D
    Hi. Zabbix Proxy and Agent were updated today to 2.2.2. Could you reinstall proxy package? Regards.
  • Zabbix-2 Proxy needs a misc command section.

    2
    0 Votes
    2 Posts
    771 Views
    D
    Thanks for the patch. Also, both packages were updated today (proxy and agent) to 2.2.2.
  • HAVP Error page

    1
    0 Votes
    1 Posts
    587 Views
    No one has replied
  • HAProxy ACL conditions

    2
    0 Votes
    2 Posts
    5k Views
    P
    Hi, If your using haproxy-devel package, and you give the acl's the same name they will be combined into 1 condition. I think that will accomplish what you want.? Result would be this for the acl name "MyAclCombined1", (didn't check if below config works..) : acl        0_MyAclCombined1  hdr(host) -i vhost1.pfsense.local acl        1_MyAclCombined1  path_beg -i /test/ use_backend      test_http if 0_MyAclCombined1 1_MyAclCombined1 If you want more advanced combinations of acl's however i think you will need to write them in one of the passthrough sections as 'text'. Greets PiBa-NL
  • Need help with conf. Squid - problems with the WWW.

    5
    0 Votes
    5 Posts
    1k Views
    R
    @Tikimotel: Custom options forwarded_for transparent That line did it! Thanks alot!
  • Squid issues

    7
    0 Votes
    7 Posts
    2k Views
    A
    I am using transparent mode hence could never get the loopback to work. Never tried it in standard mode as I have too many devices in the network and not all are configurable.. like TVs, Blu-Ray Players.. etc.
  • PfBlocker and .CSV File Format Solution

    7
    0 Votes
    7 Posts
    3k Views
    BBcan177B
    The little script in my first post needs to be updated to change the path to the user directory. As is, the Fetch (downloads) are going into /etc/cron directory. Please add #!/bin/sh cd /home/USERDIRECTORY (Or where ever you would like the downloads to go to. And also where pfBlocker will lookup.
  • Loading blacklist file kills DansGuardian

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