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
    JonathanLeeJ
    @bmeeks your work outclasses so many individuals of the next generation of developers. Your stuff is amazing. Cheers
  • 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
    M
    @tinfoilmatt Thanks for your time. My update was from pfsense 2.7 to 2.8. And no changes to configurations (pfsense, pfblocker or anything) that I can think of. I check the report everyday and that is why I thought it was related to the update, since the cache hit numbers went down after the update.
  • 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

    91 Topics
    611 Posts
    T
    Hi All, I use HAProxy to redirect to a range of https internal resources, this works really well at the moment through the WAN where I have source limits set up, and I can connect to the internal resources from limited external IP Addresses. Given I have tailscale I would like to basically be able to put custom dns entries in to point these hostnames to my pfsense tailscale IP4 address (100.89.148.118) but I am not having any luck getting this working. At the moment, I am just trying to connect to HAProxy using https://100.89.148.118 but it is getting blocked by the firewall. Sep 11 11:55:58 tailscale0 Default deny rule IPv4 (1000000103) 100.89.148.10:53148 100.89.148.118:443 TCP:S I have tried with and without NAT redirecting internally to 127.0.0.1, and I also have rules set up to allow any traffic to and from my tailnets (defined in an alias) but I still keep getting these connections from my other tailscale machines being blocked on the pfsense machine. Can someone give me some pointers on what I am missing because I can see the requests are coming through to the pfsense machine, and in theory the rules should allow it through but I cant see why they don't. I do have tailscale ACL in place, but clearly that is not an issue as the requests are making it through to the firewall. 0/0 B IPv4+6 TCP/UDP TailNets * TailNets * * none Allow across Tailnets 0/0 B IPv4+6 TCP/UDP * * * 443 (HTTPS) * none Allow Tailscale IP4 I also tried adding a EasyRule but because the tailscale0 interface doesn't exist in pfsense it throws an error and won't let me add that rule. Appreciate any help or tips, Cheers.
  • Discussions about WireGuard

    701 Topics
    4k Posts
    QuantumParadoxQ
    resolved! Issue was the following I corrected a few things on your config: Your Outbound NAT configuration was malformed. I corrected it to utilize Hybrid mode and configured a single Outbound NAT for your Wireguard connection, which should be much cleaner. I updated your routing table to be Automatic and switched to Policy-based routing within the firewall rules under Firewall --> Rules --> LAN I updated the name of the interface for the Wireguard tunnel to be called TORGUARD and set the MSS clamping to 1350. This can probably be bumped back up to 1400, but I wanted to make sure the clamping was small enough to avoid fragmentation. I cleaned up some redundant firewall rules and a few other "odds and ends".
  • Install specific package version

    2
    0 Votes
    2 Posts
    770 Views
    D
    @neokeane: Is it possible to install a specific version package via web gui? I can install it via console, but I want to see and configure it by web gui too. WebGUI configurator for packages - specific program for generate package config files. You can not simple take any package and manage him via WebGUI. You can install any accesible FreeBSD package from console and manage him via config file (by unix style) at one's own risk. Or you can install existing pfSense package via WebGUI and manage him via GUI.
  • Guide me. please

    3
    0 Votes
    3 Posts
    1k Views
    N
    anyone ??  :(  :(  :(
  • Squid3-devel ssl interception doesn't work for mobile devices

    3
    0 Votes
    3 Posts
    1k Views
    marcellocM
    I have not tested it on iphone or android yet.
  • NRPEv2 package empty config xml

    1
    0 Votes
    1 Posts
    644 Views
    No one has replied
  • PFSense 1.2.3 packages not installing

    8
    0 Votes
    8 Posts
    3k Views
    R
    CMB, Thanks for making the change back to HTTP. I surely appreciate it. I haven't tried it yet but I will be getting to this later today. Bryan, Thanks for being understanding. I certainly wasn't moaning and expecting someone else to do the heavy lifting for me. I was simply asking to be pointed in the right direction. I obviously have a very large upgrade project ahead of me. We knew this was coming but as usual, the project wasn't at the top of the list. I had already been looking at setting up our own repository to buy us some time but then the change happened to the package system and it was too late. It looks like I have been given a second chance. Thanks guys.
  • Avahi

    1
    0 Votes
    1 Posts
    663 Views
    No one has replied
  • Snort stupid question: whitelists and Suppress lists.

    29
    0 Votes
    29 Posts
    29k Views
    panzP
    OK!  :)
  • /etc/squid/squid.conf

    1
    0 Votes
    1 Posts
    667 Views
    No one has replied
  • Offline package repository

    4
    0 Votes
    4 Posts
    1k Views
    B
    @Moosecall: I followed the steps listed in the wiki, it breaks at step 3 running the second php test script.  I am only following the steps for 2.0 setup as the firewalls that will be using it are 2.1.  I did try having a firewall pull from it but as expected no joy. The server is a fresh install of Ubuntu 12.04 lts server, that is doing nothing else.  I installed apache, git and php. You sure the git clones were successful?
  • Squid3 looping issue

    1
    0 Votes
    1 Posts
    777 Views
    No one has replied
  • Squidguard - multiple users/groups

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    They must be independent. It's more work but that is what is required. Each ACL must define the exact list of actions for each category.
  • Proxy on Alix ??

    6
    0 Votes
    6 Posts
    4k Views
    jimpJ
    It does work on ALIX, not for caching but for access control only (with squidGuard). Memory is the biggest drawback on those
  • PfBlocker different on 2 installs

    3
    0 Votes
    3 Posts
    885 Views
    P
    In pfSense an interface without any rules is already blocking everything by default. pfBlocker is smart enough to understand this. If an interface (e.g. WAN) has no rules, then pfBlocker does not bother to add block rules. Maybe that is the difference between your WANs?
  • Squid3-dev 3.3.10 pkg 2.2.1 & transparent ssl

    8
    0 Votes
    8 Posts
    2k Views
    belleraB
    I looked at squid.conf and it's using only error_default_language directive. I found only another squid directive for error pages: http://www.squid-cache.org/Doc/config/error_directory/ But it doesn't help to solve the problem that you told us. I think the only solution is to modify the files at /usr/local/etc/squid/errors/en/ (en, if you use English) and put a redirect code to an alternative URL. Example: This will show http://www.yourdomain.tld/access_denied.html to the user.
  • Squid is acting Strange

    4
    0 Votes
    4 Posts
    2k Views
    S
    So Lightsquid is saying the file i am downloading is cached. But when i redownload the file i get no speed boost, and the file is coming from the internet. But lightsquid is saying the file is 98% Cached. Headscracther for me! ty
  • Squid3 cachemgr vs squid -k parse differ.

    1
    0 Votes
    1 Posts
    783 Views
    No one has replied
  • Using Squid/Squidguard as a whitelist proxy

    2
    0 Votes
    2 Posts
    872 Views
    jimpJ
    Yes, you can do that. If you're a Gold Subscriber we did a video presentation on Squid, Squidguard, and Lightsquid last Friday and it was mentioned how to set that up. It should be up for download soon. SquidGuard can be set to "deny" by default, add in your own whitelist on top of that and it does what you're wanting. Though it'll be more work than you might initially suspect.
  • OpenVPN Client Export Utility

    8
    0 Votes
    8 Posts
    2k Views
    A
    I think Snort was causing this for some reason.  When I removed the package I was able to install the Export Client utility without trouble.
  • LightSquid Removing Traffic From Previous Days

    3
    0 Votes
    3 Posts
    1k Views
    E
    Looks like the issue was with Squid. Setting my log rotation to blank instead of 28, LightSquid and Sarg are showing more than one day's worth of traffic.
  • Squid3-devel + squidGuard-squid3 - double https redirection

    5
    0 Votes
    5 Posts
    3k Views
    belleraB
    @dvserg: But http://squid-web-proxy-cache.1019090.n4.nabble.com/Squidguard-redirect-and-https-td4662707.html The problem is not Squid nor HTTPS. The problem is that the HTTP protocol has a standard that allows redirection and the HTTPS protocol does not. The HTTPS protocol was designed to be secure and does not allow any type of interference. The link refers to squid2, without SSL interception possibility. I'm using squid3-devel package with SSL interception (SSL Bump, man-in-the middle based). It's intercepting SSL without any troubles. http://translate.google.com/translate?hl=en&sl=es&tl=en&u=http%3A%2F%2Fforum.pfsense.org%2Findex.php%3Ftopic%3D73007.msg402349%23msg402349 Google https pages with https links are also intercepted. But when I click the link the redirect page is not opened. However, opening the page in a new tab or window browser the redirect page appears. Curious! It's FireFox 27.0.1 fault? I just tried with Chromium 32.0.1700.107 and I've got the redirect page!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.