Subcategories

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

    4k Topics
    21k Posts
    JonathanLeeJ
    Squid can be configured externally, I would love a how to guide on how to do this correctly.
  • 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
    @vicking said in No blocks on IP: Is it a bad idea to have the action set to deny both instead of inbound only? Question is squarely for admin. Per the infoblock which explains, in part, the "Deny Inbound", "Deny Outbound", and "Deny Both" actions: 'Deny' Rules: 'Deny' rules create high priority 'block' or 'reject' rules on the stated interfaces. They don't change the 'pass' rules on other interfaces. Typical uses of 'Deny' rules are: Deny Both - blocks all traffic in both directions, if the source or destination IP is in the block list Deny Inbound/Deny Outbound - blocks all traffic in one direction unless it is part of a session started by traffic sent in the other direction. Does not affect traffic in the other direction. One way 'Deny' rules can be used to selectively block unsolicited incoming (new session) packets in one direction, while still allowing deliberate outgoing sessions to be created in the other direction. In other words: When set to "Deny Inbound", incoming connection requests from WAN hosts are blocked and therefore no state will be created. However a LAN host can still establish state to an otherwise listed IP. If set to "Deny Outbound", outgoing connection requests from LAN hosts are blocked and therefore no state will be created. However an incoming connection request from an otherwise listed IP to an 'open' WAN port can still establish state. If set to "Deny Both", both incoming connection requests and outbound connections requests are blocked and therefore no state will be created regardless of connection direction.
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    C
    @dennypage Nicely done sir!
  • 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
    656 Posts
    C
    @elvisimprsntr Updated 25.07.1 to 1.90.6_1, copied and pasted from @elvisimprsntr's post: pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.6_1.pkg (Why it worked this time and not on previous updates: Over the last couple of days, I ran into the "Shared object "libutil.so.10, not found..." error that triggered the version 25.07.1 update issues some of us have been having. After I fixed that error, I decided to go back to the usual update method, and it worked.)
  • Discussions about WireGuard

    715 Topics
    4k Posts
    A
    Hi @patient0, Already fixed :) reset and preformed a full new installation. The peer can connect and performed a successful Handshake, and ping pfsense, wireguard and lan servers. However psfsense and my Lan servers can't ping this peer even with the handshake performed. I know that ping can be misleading but don't now what else.
  • FTP - Bad IP connecting

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • FreeSWITCH public dialplan example for voicemail

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    C
    The method you did with bridge is an option but there are easier ways. If you do a transfer instead of the bridge it automatically will go to voicemail if the call is not answered or registered. A transfer runs through the dialplan and would be picked up by Local_Extension and it would have all the settings to send the call to voicemail as expected. Another easy approach would be to send the call to a hunt group and make the timeout option go to voicemail.
  • New package addition videocache for squid

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    M
    ho videocache is not free but there is the way to install it on PFSENSE http://wiki.ecnet.org/wiki/PfSenseVideoCache
  • UPNP logging?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    I'm not sure that UPnP logs who opens what and when. That log checkbox will cause it to log incoming connections to open ports. They will appear in the firewall logs along with blocked packets, but they will be indicated as passed rdr traffic instead. This way you can see exactly what was allowed in, and from where.
  • Got problem in blocking domains in my squid guard

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    O
    need help here….
  • Darkstat installation error

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    0
    I've seen similar errors too earlier. You could try reinstalling gui components and/or uninstall followed by install again. I've had different problems with a few packages and sometimes it just works after doing that, perhaps a few files got corrupt of other packages removed a shared lib or something, I donno. In general it seems that most of my package related problems are now gone after upgrade to 1.2.3. I also had problems after a while on 1.2.2 with bandwidthd but that too stopped after upgrade of pfS and reinstall of the package.
  • HAVP exception question?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • LightSquid logs only show user #000

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    M
    ok I found the problem change in lightsquid setting IP resolve method (future) to IP,SMB not DEMO and refresh after that
  • Pfsence 1.2.3-RC1 embedded + squidguard

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    D
    @pswartz: This link had gotten my hopes up –- http://blog.pfsense.org/?p=472 -- it speaks of package support in embedded systems. Thanks. "Package support – packages that are suitable for an embedded platform are supported." This is for spec packages, designed for embeded.
  • Firewall rules and squid

    Locked
    19
    0 Votes
    19 Posts
    10k Views
    D
    Squid transparent rules have priority before user-defined firewall rules. You can use squid package options for managing http access.
  • SquidGuard + Caching

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D
    SquidGuard dont have memory cache, this is a squid property. Try restart Squid, not SquidGuard.
  • Does snort's configuration replicate over to backup boxes

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    J
    Yes, you could use the saved config file on other pfsense systems. Carp any working yet. James
  • Captive portal with logging of usernames and surf logs, possible?

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    ?
    Ahh, tnx for explaining, i´ll try that tomorrow at work "from wiki about pac" A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for fetching a given URL. http://en.wikipedia.org/wiki/Proxy_auto-config /F
  • How do i get squid to log mor then just domain names?

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Cry HavokC
    Don't know, I don't use it.  I'd start with the documentation and see what you can do to configure it from the GUI.
  • Imspector uninstall problem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    C
    Trick was to backup the config to a file, then edit out any trace of anything about imspector. then restore this backup. Then it was happy that the package wasn't installed and I could reinstall it.
  • Squid Gui Problem's on pfSense 1.2.3-RC3

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    R
    I posted a similar issue back on 09/06/2009 but I haven't seen any replies. See here: http://forum.pfsense.org/index.php/topic,18937.0.html
  • Snort 2.8.4.1_1 pkg v. 1.6 RC4 So Far So Good

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    J
    @Hostmaster: I can only see this snort-dev package. Using pfsense 1.2.2 "Stable 2.8.4.1_2 RC5 platform: 1.2.2" Do I need 1.2.3 RC3(or whichever) to see the snort dev 1.6 RC4 ? lol Just install RC5. James
  • Squid, Bypass auth for list of sites

    Locked
    7
    0 Votes
    7 Posts
    11k Views
    T
    After a big search on different topic, I manage to do what I want. For someone who are interesting on my problem, here is the solution (sorry for my poor english ^^) I create a unauth_sites.acl into /var/squid/acl with the list of sites (ie: .pfsense.org .google.com one site per line) I modify the squid.inc like this acl unauth_sites dstdomain "/var/squid/acl/unauth_sites.acl" http_access allow unauth_sites Relaunch squid services and it's ok ;)
  • Imspector +mysql

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    D
    Hi everyone.. i want to say thks to pfsense creator is a really a great firewall. I want to contribute a little php script that i made. This php scritp is a web-interfaz to see the messages logs in mysql for imspector imspectorphp V1.0 Its include… a login page (the user y and password is user:admin password:admin) you can change it. a search engine to find word keys in the messages shows 12 results by page I release this v1.0 because i want you can help me to see the bugs in the php script.. and you can help me to get it better. thks for reading… regards lalocespedes (darkfeelings) Only one little problem.. It is in spanish.. because im proudly mexican.. But very soon i have it in english im working on it.. How to install? 1. Run the sql file imspector.sql in your mysql server. 2. Unrar the imspectorphp.rar file 3. Copy the content folder in your webserver. 4. Have fun.... Any questions, greatings, beers send me to my email lalocespedes@gmail.com download here http://suenachido.com/imspectorphp/imspectorphp.rar –------------------------------------------------------------------------------- Hola a todos quiero dar las gracias al creador del pfsense es un gran muro de fuego a mi me ha ayudado bastante y he aprendido mucho en este foro. Quiero contribuir con algo pequeño lo mucho q he aprendido, he escrito un php script que es una interfaz web para que podamos ver las conversaciones capturadas en imspector por mysql. imspectorphp V1.0 incluye Una pagina de login (el usuario y password is user:admin password:admin) lo puedes cambiar. Un buscador para encontrar palabras claves dentro de las conversaciones y el scrip muestras 12 resultados por pagina Quiero darles a conocer esta version 1.0 para que me ayuden a ver los errores en esta version y asi me puedan ayudar a tenerlo mejor. Gracias por tu lectura y espero que les ayude mucho Saludos lalocespedes (darkfeelings) Como lo instalo? 1. Ejecuta el archivo sql imspector.sql en tu servidor mysql 2. Descomprime el imspectorphp.rar 3. Copia el contenido de la carpeta en tu servidor web. 4. Ahora si a divertirse!!!!!…. Cualquier duda, felicitaciones, envio de cervezas por favor enviamelas a mi correo lalocespedes@gmail.com Bajalo de aqui http://suenachido.com/imspectorphp/imspectorphp.rar
  • LOCKED OUT! Mod_Security Package….Problem? or just a newb....

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    T
    Thanks… If that works better than changing around "deny and allow" rules ill do that... probably safer too... ;D
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.