Subcategories

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

    4k Topics
    21k Posts
    tinfoilmattT
    @johnpoz said in Please help to configure HAProxy to serve certifficate on internal LAN too: Yeah - what part do you not understand if you always resolve nextcloud.domain.tld so that it hits your haproxy on your pfsense wan IP are you not getting? You have 2 options - use a different domain internally and always go to nextcloud.publicdomain.tld, or use the same domain internally as external and run into the problem of what IP it resolves to.. Change your local domain to say home.arpa or .internal or atleast something different than the public domain your using to point to pfsense wan IP on the public internet. You are shooting yourself in the foot trying to use the same domain externally as internally. There are ways around it, but they complicate the setup. For example you might be able to use views in unbound as one way to work around the problem. You could use only host entries for all your resources. But then again you run into a problem of using the fqdn for this service, now always pointing to your wan IP.. And that is great when you want to access the service haproxy is doing - but if you want to access that resource on some other service that haproxy doesn't handle - like say simple file sharing.. You are going to have problems. Since you clearly do not understand how any of this works - the simple solution is change the local domain you are using so it is not the same as the public domain you want to use to get to your nextcloud. This tone is outrageous directed at somebody who acknowledged right off the rip that English is not their first language. How many languages do you speak, John? And safely assuming it's only one—English of course—take it from a fellow English native that you'd do well to say more with less words. You otherwise were directing OP in the right direction in my opinion.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    DARAD
    Hello team, I have a Netgate 8200 running 24.11-RELEASE (amd64) with Suricata 7.0.8_5 package installed. Suricata doesn't seem to start. It loops to red once I press the Play button on the interface. It leaves no logs in the System logs, it leaves no logs in suricata.log at /var/log/suricata/suricata_ovpns933787/suricata.log I tried launching it manually: # /usr/local/bin/suricata -V or # /usr/local/bin/suricata -c /usr/local/etc/suricata/suricata_33787_ovpns9/suricata.yaml -i suricata_ovpns933787 and I get this output ld-elf.so.1: /usr/local/bin/suricata: Undefined symbol "__strlcpy_chk@FBSD_1.8" Thanks in advance, Dara
  • 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
    tinfoilmattT
    @netboy said in is something wrong with pfBlockerNG?: After my post, I "changed" DNSBL -> DNSBL mode from "unbound python mode" to "unbound mode" and so far i have no issues. Terrible idea. Moving backwards in development history there.
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    dennypageD
    @fjmp24 said in Notification: UPS ups battery is low: If I remove ignorelb directive, my UPS shuts down after 16 seconds This means your UPS is signaling a low battery. Either your battery is bad, or your UPS is bad. Most likely battery, but you never know. I suggest reaching out to Eaton support.
  • 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

    93 Topics
    652 Posts
    M
    @elvisimprsntr Great in theory, not in practice. I'm the same, but there are unforseen events. Power outages, crashes, etc. And yes, I'm running a UPS.
  • Discussions about WireGuard

    715 Topics
    4k Posts
    S
    @LaUs3r Yeah, I added those IPs, but after restarting pfSense, the WireGuard status says “handshake failed.” Also, when I do nslookup us-bos.prod.surfshark.com, I get two different sets of IPs. For example: • The first time I get 43.225.189.108 and 43.225.189.118 • The next time I get 149.40.50.216 and 149.40.50.290 So I was wondering can I add both sets of IPs, and put a “0” at the end of each, and use /24 for both IPs? I reached out to Surfshark support, and they sent me their official pfSense WireGuard setup guide see the guide here in the guide they mention 10.14.0.2 for static routes
  • PfJailctl jail thinks it's i386?

    3
    0 Votes
    3 Posts
    1k Views
    J
    I see. Thanks for the reply. ezjail works fine for now then.
  • Snort & Barnyard2

    3
    0 Votes
    3 Posts
    3k Views
    N
    Not sure this was the right way to fix it but what worked for me was: ln -s /usr/local/lib/mysql/libmysqlclient.so.18 /lib/libmysqlclient.so.18 Result: ldd /usr/local/bin/barnyard2 /usr/local/bin/barnyard2:         libmysqlclient.so.18 => /lib/libmysqlclient.so.18 (0x280d8000)         libz.so.5 => /lib/libz.so.5 (0x283e7000)         libpcap.so.7 => /lib/libpcap.so.7 (0x283f9000)         libm.so.5 => /lib/libm.so.5 (0x28427000)         libc.so.7 => /lib/libc.so.7 (0x28441000)         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x2854a000)         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2863e000)         libthr.so.3 => /lib/libthr.so.3 (0x28649000) Both snort and barnyard2 start on reboot. (The symlink persists on reboot, so barnyard2 starts normally.) I don't know how permanent this fix is. I've always had some kind of issue with barnyard2 since pfSense v1.x. I will keep my eye on it, probably with a cron job. Hope this helps. Update: I also had to update the sensor.last_cid value or barnyard2 would die with a fatal error about that table and field, complaining about duplicate values in a unique primary key field? Something like that. At first I tried a value that was 1 greater than the largest value in event.cid but that choked, and barnyard2 died again – same error, just different field value reported as duplicate. What did work was I decided to add 10 to the highest value from event.cid to update sensor.last_cid value. Warning: Your mileage may vary with these hackish fixes.
  • [Fixed] [git] rc.start_packages: XML error

    4
    0 Votes
    4 Posts
    1k Views
    D
    Yeah, OK now… TY!  8)
  • Squid proxy clients limitation

    2
    0 Votes
    2 Posts
    853 Views
    D
    Limitation by traffic not supported in proxy. Try to use CaptivePortal & Radius Also, by my oppinion if you have unlimited internet tarif good idea bandwidth limitation per host.
  • Stunnel and IP Cameras

    5
    0 Votes
    5 Posts
    2k Views
    panzP
    @apple5: you can try listening socket IP address and port $WAN:443 ???
  • Package Manager: Unable to communicate with www.pfsense.com.

    2
    0 Votes
    2 Posts
    1k Views
    P
    This thread - http://forum.pfsense.org/index.php/topic,66357.0.html - has some advice about how to cleanup package binaries and their startup scripts after doing a factory reset of the config.
  • AppCafe.org PFSense packages???

    2
    0 Votes
    2 Posts
    1k Views
    P
    pfSense 2.1 is based on FreeBSD 8.3 and uses the PBI package system for the add-on packages.
  • Packages still present after factory reset

    3
    0 Votes
    3 Posts
    2k Views
    P
    And there are probably package start/stop scripts in /usr/local/etc/rc.d [2.1-RC2][root]/usr/local/etc/rc.d(14): ls -l -rwxr-xr-x  1 root  wheel  1311 Sep 10 07:12 bandwidthd.sh -rwxr-xr-x  1 root  wheel  325 Sep  9 09:42 cron.sh The pfSense bootup will be trying to execute each of these to start the corresponding package/daemon. Deleting these will stop that happening. The factory default config will have got rid of the GUI menu entries for any packages. And after doing pkg_delete as suggested by JimP you "should" be back to the base system. But there might be other remnants of some packages - as JimP says, a full wipe/reinstall is the way to be sure.
  • Advanced pfSense setup help. (Multi-package setup issues)

    28
    0 Votes
    28 Posts
    9k Views
    C
    It would appear that all is well.  I halted the system waited 30 seconds powered it back on an were a go.  Everything came up.  Guess I will live with it for now.  Hope they fix the problem with it installing the additional package when its not needed. Is there a place I should post this as a bug to let the SG or Squid package makes know? Thanks again for all the help. DrClaw
  • Bandwidthd installation issues

    3
    0 Votes
    3 Posts
    1k Views
    P
    I have added checks for this in the code, since people do this/report this quite often. It is easy enough for the code generating the config to not put the same subnet spec into the config twice. https://github.com/pfsense/pfsense-packages/pull/482
  • Transparent Proxy an iPhone app store download doesnt work

    8
    0 Votes
    8 Posts
    5k Views
    K
    another way is check these settings: Bypass proxy for Private Address Space (RFC 1918) destination Disable X-Forward Disable VIA Suppress Squid Version (then restart squid and try it) (basically I think apple is being fussy because squid was tattling on its self.  This should fix that, if its the issue.  Thats just a thought - I've not tested it specifically to see how it effects iPhone)
  • How can i Bypass squid proxy

    4
    0 Votes
    4 Posts
    4k Views
    N
    Hi, it does not work with eg: google.com on squid GUI. squid GUI only allows IP addresses or aliases. Aliases can be created on pfsense FIREWALL –> Alias So if you want to bypass a website like www.google.com you need to find out the IP addresses or subnets google.com uses. Then you put these IP addreses into an alias and put this alias into squid GUI. I am not 100% sure but you can use google.com in a "Host" alias which then resolvs all IP addresses in the background. This alias can also be place on squid GUI. HINT: google.com does not resolve IP addresses for maps.google.com. So you need to put all domains and subdomains into this alias you need.
  • Squid3 & Sarge issue?

    3
    0 Votes
    3 Posts
    1k Views
    T
    Could you post a screen of your config?
  • Ipfw-classifyd error

    1
    0 Votes
    1 Posts
    806 Views
    No one has replied
  • 0 Votes
    1 Posts
    975 Views
    No one has replied
  • How to upgrade packages?( such as: squid 1.0 Upgrade 1.5)

    4
    0 Votes
    4 Posts
    980 Views
    K
    不用谢.  留神. ;)
  • NRPEv2 Feature Request

    1
    0 Votes
    1 Posts
    795 Views
    No one has replied
  • Need help on FreeRadius!

    2
    0 Votes
    2 Posts
    1k Views
    N
    Hi, you should start with this. It explains the basics, what to configure and what to test: http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package
  • Snort & VOIP

    11
    0 Votes
    11 Posts
    10k Views
    D
    @lpallard: but Im WONDERING!  Quite different. I am wondering as well… if all the people wondering about all the borkage started nagging upstream directly about their obviously untested uberparanoid rules, would that fix something or is this just a completely lost cause.  ??? :-\ I wouldn't bet a dime on the commercial rulesets being any better.
  • Light squid report empty

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