Subcategories

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

    4k Topics
    21k Posts
    E
    I even tried deleting and creating a new certificate. Any suggestions?
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    bmeeksB
    It was all CVE fixes in the PHP GUI part of the package. See the Redmine ticket here: https://redmine.pfsense.org/issues/16414.
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    572 Topics
    3k Posts
    keyserK
    @Antibiotic No it’s not possible with NtopNG as it is not a Netflow collector. You need nProbe for that which will “translate” recieved netflows into flows that NtopNG understands and can visualize (with very very little detail might I add as Netflows has no additonal information apart from sender/reciever and volume). The NtopNG package and the product in general is more geared towards visualising and recording traffic details from actual packet captures. This contains MUCH more metadata about the sessions than netflows (DNS names, protocol information and myriads of other things). But pffSense Plus has a builtin Netflow exporter if you have an external netflow collector on hand.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    V
    @Gertjan Thanks for your reply – that’s also my impression. The point is: I don’t really see any lists right now that are actually “maintained” in the sense of being actively cleaned up, checked for dead domains, categorized, etc. That’s why my main interest is more about the demand: Would curated lists really be a game changer for admins? Would they be more helpful than what’s available today, or are most people already using other alternatives? If so, which ones? And from your perspective, what would be your expectation towards “community lists”? (e.g. reliability, update frequency, categories, fewer false positives?)
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    101 Topics
    2k Posts
    dennypageD
    @jhg said in NUT fails to start after 2.7.2 -> 2.8.0 upgrade: Interesting. I would have thought the initial reboot, which occurred as part of the upgrade, would have done the trick, but it took a second reboot, just now, to get things working. Glad you have it sorted. There was no difference in the output of usbconfig show_ifdrv at any point -- before or after unplugging/replugging the USB cable, nor after rebooting. ... Question: What would tell me whether or not a driver was loaded? If there were an attached driver, it should have shown up with the show_ifdrv command. If you use the command and look at the other usb devices, I think they will show attached drivers. I don't expect to see a driver attached to the ups, because there is a quirk that tells the OS to ignore that device (and not attach a driver). Look for idVendor and idProduct in the above output. The Vendor ID for your device is 0764, which corresponds to Cyber Power Systems, and the Product ID for your device is 0601, which is registered as "PR1500LCDRT2U UPS" (don't sweat an exact match for the name). You can see the quirk with the following command: [25.07-RC][root@fw]/root: usbconfig dump_device_quirks | grep 0764 VID=0x0764 PID=0x0005 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE VID=0x0764 PID=0x0501 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE VID=0x0764 PID=0x0601 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE [25.07-RC][root@fw]/root: Your device is third on the list. The HID_IGNORE quirk says to ignore the device and not attach a driver. @jhg said in NUT fails to start after 2.7.2 -> 2.8.0 upgrade: You might consider adding this resolution to the release notes for 2.8. LOL... sorry, I don't have input to the release notes (I don't work here). While I wrote and maintain various packages, including NUT, I'm still just a volunteer. Most packages are actually written by volunteers.
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    501 Topics
    3k Posts
    A
    Hi, Please help to forward / report the bugs in ACME 1.0 package. Thanks.
  • Discussions about the FRR Dynamic Routing package on pfSense

    295 Topics
    1k Posts
    J
    Anyone else happen to notice that when configuring BFD, if you create a peer and select a profile - after save, re-edit the peer and the Profile is not represented. It appears as "None". You have to check the raw config to determine if the profile was actually assigned to the peer. This is on 2.8.1 (all packages up to date as of the date/time of this post). UPDATE: if re-edit and save (without re-configuring the profile none to what you want) - the save will strip the profile from the peer.
  • Discussions about the Tailscale package

    90 Topics
    610 Posts
    E
    Updated CE 2.7.2 to 1.86.4_1 Changelog pkg add -f https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/tailscale-1.86.4_1.pkg Freshports
  • Discussions about WireGuard

    700 Topics
    4k Posts
    Bob.DigB
    @HFADmin If it is no Site2Site-VPN then you don't need any gateways in the first place... If that is true but you want to monitor the connection then you could create dummy-gateways just to ping the remote ip-addresses.
  • SqStat error - Error (1): Cannot get data. HTTP/1.0 301 Moved Permanently

    Locked
    9
    0 Votes
    9 Posts
    8k Views
    O
    Anyone has a clue about what log files to check?
  • Squid Active Directory authentication and my experience

    Locked
    4
    0 Votes
    4 Posts
    13k Views
    M
    this only works for one user particularly squid, i did this setup and it works flawlessly but when im using another account it doesnt work @hugleo: First I had to edit the file: /usr/local/pkg/squid.inc and add the -R parameter to the line: original: $conf .= "auth_param basic program /usr/local/libexec/squid/squid_ldap_auth -v {$settings['ldap_version']} -b {$settings['ldap_basedomain']} -D {$settings['ldap_user']} $password -f "{$settings['ldap_filter']}" -u {$settings['ldap_userattribute']} -P {$settings['auth_server']}$port\n"; edited: $conf .= "auth_param basic program /usr/local/libexec/squid/squid_ldap_auth -R -v {$settings['ldap_version']} -b {$settings['ldap_basedomain']} -D {$settings['ldap_user']} $password -f "{$settings['ldap_filter']}" -u {$settings['ldap_userattribute']} -P {$settings['auth_server']}$port\n"; Next follow up my pfsense configuration and observations: Authentication method: LDAP LDAP version: 3 Authentication server: 192.168.1.1 Authentication server port: 389 LDAP server user DN: "cn=squid squid,cn=users,dc=mydomain,dc=com" (I'd need to use double quoted. I've created a squid user on my active directory server. On active directory I've used squid word for name, surname and user login) LDAP password: my_squid_user_password LDAP base domain: dc=mydomain,dc=com (I've no need to use double quotes) LDAP username DN attribute: (I left blank) LDAP search filter: sAMAccountName=squid I hope this experience helps someone!
  • Update Avahi package to 0.6.31

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    marcellocM
    read this thread http://forum.pfsense.org/index.php/topic,49973.msg266055.html#msg266055
  • Postfix not working

    Locked
    8
    0 Votes
    8 Posts
    2k Views
    T
    It was rule not nat. I don't belive nat allows wan ip address in rules. It works great and it had cutdown on spam. I am running it on x550e and var is in ram. Is there a way to incerease size of var or postfix would benefit from its own ram drive. It seems that when var fills up and /var/spool/postix is smaller than assigned email size postfix will not relay messages. I had to decrease email size from 30 mb to 20 mb. So if var fillsup with logs and stuff postfix stops working.
  • Pfsense-1.2, squid-2.6.18 and max_filedescriptors

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    marcellocM
    I suggest you to upgrade your firewall to current amd64 version.
  • Interaction between Firewall Rules (pFblocker), Squid and SquidGuard

    Locked
    6
    0 Votes
    6 Posts
    7k Views
    W
    Haha OK I will test… I was being lazy.  :) @marcelloc: Disable the lan rule and test access to a blocked ip. If you have the same result on lan and floating rule, then you leave blocking rules only on floating tab.
  • Sarg - change output_dir

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    marcellocM
    Thanks for the feedback, I'll include this forder check before boot check to avoid this errors on embedded systems.
  • MOVED: imspector install fails

    Locked
    1
    0 Votes
    1 Posts
    794 Views
    No one has replied
  • MOVED: phpSysInfo installation fails

    Locked
    1
    0 Votes
    1 Posts
    814 Views
    No one has replied
  • Arpwatch Fatal error in /usr/local/www/head.inc on line 26

    Locked
    1
    0 Votes
    1 Posts
    835 Views
    No one has replied
  • Snort 2.9.2.3 pkg v. 2.2.1 Invalid keyword 'normalize_javascript'

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How To Manually Update PfBlocker?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    F
    Thanks for that marcelloc, As the backup box has already updated automatically, I ran the command in the console.  No errors but I also did not get any output in the system logs as you normally see when an update is run automatically. I guess I need to leave the box powered off for a while to let it get out of date and test again. Cheers
  • Snort 2.9.1 pkg v. 2.1.1 Error.

    Locked
    88
    0 Votes
    88 Posts
    41k Views
    G
    Yes, after every new update /usr/local/lib/snort/ is deleted and not re-installed.  So on every update I'm forced to upload those deleted files manually, then update manually, and after all that, manual start snort. This is very annoying.  ::) The deleted directories are: dynamicengine dynamicpreprocessor dynamicrules dynamic_preproc I never had such issues on 2.0.1 (same config).
  • Openvpn and snort

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    C
    whitelisting your tunnel network is the easiest way. Sounds like you have an overly aggressive ruleset in place if just RDPing into a server trips something, some general Snort tuning is probably in order.
  • HAVP + 2.1 development

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    Someone probably just needs to fix the package to make sure it: 1. Adds its user properly (though this may get automatically fixed once some pbi fixes get finished) 2. Sets its config directory explicitly, since the PBI default assumes a different place than before. It should be in /var/etc/ I'm not sure who is actively maintaining havp right now (might be dvserg) but the fixes above should be fairly easy to do.
  • Where is MailScanner Processed Mail/Spam Going?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    B
    Thanks kindly for the suggestions. Could not locate where they were going and they just seemed to remain in the Zimbra que. So I just disabled spam checks in Zimbra and now they are going through after getting tagged/relabled as spam from MailScanner. Thank again :)
  • Setting up transparent proxy with bridged if

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G
    You mean there is no way to do that with pfSense 2.0.1
  • Sarg error: "libgd.so.4" not found

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    _
    reinstalled today, now it works great! Thanks for your help :)))
  • Snort Widget v0.3.1 quick fix for Snort 2.9.2.3 pkg v. 2.2

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    D
    Didn't even see the update… Looks like v0.3.2 needs "Send alerts to main System logs", will test it.
  • Postfix and p5-perl-ldap.tbz

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