Subcategories

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

    4k Topics
    21k Posts
    J
    @JonathanLee use Pfsense 2.8.1.
  • 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
    654 Posts
    C
    @luckman212, Thanks for your suggestion. I will check what I have in /usr/local/pkg/tailscale/state, and also the RAM disk settings others have brought up. I could learn more about where Tailscale and pfSense store system files. If I find anything worth sharing, I will let you know.
  • Discussions about WireGuard

    715 Topics
    4k Posts
    H
    @RNM-0 Thanks for your comment and sharing your fix. Unfortunately I don't want to take down pfsense and downgrade versions. I'm currently fine at the moment since I'm using Tailscale and that works. I also fixed the other crash I was having with pfblocker by changing a line code that wasn't pushed out under this version. Hopefully the stable release won't take too long to release but it appears there's still some open bugs that need to be fixed before that happens, and ironically, both the pfblocker and wireguard issues aren't on that list of bug fixes.
  • Transparent proxy security hole

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    I
    @ermal: On 2.0 user rules are parsed before squid proxy rules or as you say squid does not bypass firewall rules. I cannot see this changing on 1.2 from my opinion. These lignes: case 'filter': foreach ($ifaces as $iface)           $rules .= "# Setup squid pass rules for proxy\n";           $rules .= "pass in quick on $iface proto tcp from any to !($iface) port 80 flags S/SA keep state\n"; Are in squid.inc
  • Web Filtering Options

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    B
    I agree with Perry - SSH tunnels out are more likely than SSL proxies. BLOCK EVERYTHING!
  • Traffic graph by ip

    Locked
    11
    0 Votes
    11 Posts
    10k Views
    P
    alternative use different vlan id for each and every pc then rrd or the vnstat package can be use for the traffic usage.
  • HTTP proxy chaining

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Cry HavokC
    Assuming you install Squid, and configure it appropriately, yes.
  • Frickin

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Tool to monitor site useage.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    P
    You probably want Squid + LightSquid
  • Running NUT on 1.2

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    C
    Well, as for stale data what seems to work so far is setting up a cron job to restart the driver every 30 minutes…. Just add to your config: <minute>/30</minute> <hour></hour> <mday></mday> <month></month> <wday>*</wday> <who>root</who> <command></command>/usr/local/etc/rc.d/nut.sh start
  • Is it possible to get HW temperature like mbmon,lm-sensors,hddtemp ?

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    P
    Currently no. A bounty i probably the way to go.
  • FTP Server

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • FreeRadius

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    V
    I only posted this in hopes that someone could point me in the directing of a how to or something of the sort. I know this should be pretty simple but I'm having problems with FreeRadius and/or my AP not allowing machines on the network. I'm using the PEAP configuration so that I can let users connect with a user name and password but my laptop will only associate then disassociate. It never pulls an IP address. I confirmed that my laptop (running Winblows XP) is configured to use peap and I gave it the user name and password but it associates then disassociates and it'll do it about half a dozen times then give up. Anyone have any ideas? I am currently using wallwatcher to see my router's output in real time but that's all that is going on. Edit: OK, so after finding the log file for the radius server (which I would like to have a tab avaliable for in the system logs area) I found that freeradius apparently isn't letting me connect because it says my user name and/or password is bad. I know they are good, I put them in and confirmed they are correct. I also have entered them in to my laptop and still no go….. Sun Feb 22 06:11:42 2009 : Auth: Login incorrect: [user/<no user-password="" attribute="">] (from client AP port 1 cli 0012F0C3EDE3) Sun Feb 22 06:17:51 2009 : Info: rlm_eap_md5: Issuing Challenge Sun Feb 22 06:17:51 2009 : Auth: Login incorrect: [user/<no user-password="" attribute="">] (from client AP port 1 cli 0012F0C3EDE3) Sun Feb 22 06:21:49 2009 : Info: rlm_eap_md5: Issuing Challenge Sun Feb 22 06:21:49 2009 : Auth: Login incorrect: [user/<no user-password="" attribute="">] (from client AP port 1 cli 0012F0C3EDE3)</no></no></no> Re-sending Access-Request of id 234 to 127.0.0.1 port 1812         User-Name = "user"         User-Password = "user"         NAS-IP-Address = 255.255.255.255         NAS-Port = 1892 radclient: no response from server for ID 234 After playing with it a bit here it also appears that my AP is trying to target port 1025 on my PfSense for the accounting requests. The radius log states that it's a non-accounting port though my AP is configured for port 1882 or something. I don't remember anymore as I have been playing the the ports a bit trying to get this stupid thing to work. I've also received errors here and there that another radius server has been seen on the network on port 1892 though I don't have another radius server. Maybe it's the SBS box I have on the network which is going to be scrubbed soon. Anyhow, any suggestions? Any help here, I'm at a loss.
  • Introducing PHPService Package

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    C
    New version is available. Changes 1. Fixed the bug that prevented the delete 2. Added logging to  /var/log/phpservice.log anything that is echoed will be saved to the log. 3. Also improved the php service so it backgrounds better.
  • Free Switch Question (Can it do this? Multiple office locations)

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    C
    Many providers support more than one registration. Outbound calling can come from more than one location. The system that answers the Inbound call first is the one that gets the call. So ask your provider if they allow multiple registrations. I have asked flowroute.com and they allow it. You can route calls through one Gateway if you want to do it that way.
  • Cannot install zabbix agent on fresh 1.2.2

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    P
    1.2.2 will soon be gone. open-vm-tools was all good yesterday when I installed it on my vmware server 2.0 But never the less if I remember correctly you should see the zabbix package and you could try to install it.
  • Modules missing in latest Freeswitch 0.7

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Snort 2.8.2.6 broken?

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    L
    Hi guys, The fix is: http://forum.pfsense.org/index.php/topic,14424.0.html An & sign into the startup script… I have it running fine now :D
  • Snort GUI issue

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D
    It seems to be a browser problem, i use opera to configure pfsense, with IE the problem not exists.
  • Snort not updating?

    Locked
    27
    0 Votes
    27 Posts
    15k Views
    V
    That's great but 2.0 is still alpha, when is it going beta and when is it going to be final?
  • Is it pfsense can notify user that pfsense has block the website?

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    D
    "..without setting proxy in the client .." Use transparent proxy
  • [SOLVED] NUT - Please upgrade to latest version

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M
    I solved it my self. Package info says 2.0.4, but package 2.2.2 installed. For others with similar problem, I solved by editing /usr/local/pkg/nut.xml and added <option><name>HP R3000 XR</name>                                         <value>bcmxcp00</value></option> to the end of the option list for UPS devices. Find the correct driver here: http://eu1.networkupstools.org/compat/stable.html and add 00 to the drivername (maybe increment it if you have other devices using same driver?) Mam
  • Imspector can't connect to mysql database

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    B
    @jigpe: Im referring to this post which is your post :) its a timer right? correct me if im wrong please.. thanks :) Good point, I'll see what I can do about that.  In the meantime insert this into /conf/config.xml before the and reboot (or back up, edit, and restore the config file):       <minute>0</minute>          <hour>0</hour>          <mday></mday>          <month></month>          <wday>*</wday>          <who>root</who>          <command></command>find /var/imspector -ctime +14 -type f -delete Note, I didn't test the above, it should work, I don't believe there are any special characters that the XML will barf on in there. –Bill And that has what to do with this thread? Locking as we've appeared to gone completely off topic. –Bill
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.