• pfSense 2.6 and ELK 8.6 _grokparsefailure

    2
    0 Votes
    2 Posts
    577 Views
    keyserK
    @nerdy Consider using the pfsense Package named “SYSLOG-NG” to forward logs to ELK. There are several advantages: 1: It can monitor local files for entries and forward them to ELK. That not only means the local pfsense log files, but also package log files from pfBlockerNG, Freeradius, NtopNG and Suricata/snort. 2: Syslog-NG can speak/convert inputs to native GROK so ElasticSearch gets data in the most enriched way right up front. It also makes is easy to filter specific log entries from the monitored logfiles that there is no need to forward and store in ELK.
  • pfsense firewall and other firewalls

    firewall kaspersky
    2
    0 Votes
    2 Posts
    595 Views
    J
    @cg50000p You don't need to trun off any software firewall, there's no way they will conflict. But you may have to configure both depending on what it's doing now. Don't be afraid of pfSense, it literally will just work once installed so you can plug it in, and then learn it over time but you'll still have your internet working.
  • Connect specific IP to different network

    3
    0 Votes
    3 Posts
    445 Views
    C
    @jarhead That did it. THANK YOU!!
  • Static IP WAN block, devices not connecting

    23
    0 Votes
    23 Posts
    2k Views
    P
    Well it caused me to go ahead and clean up the v6 configuration on mine. I was not having this issue but I did have some things running that likely did not need to be as well as the outside and inside picking up v6 addresses. May as well keep it simple.
  • Transparent bridge with STP

    2
    0 Votes
    2 Posts
    599 Views
    stephenw10S
    Hmm, so the switch sees the two VLANs bridged and complains. You could probably just disable STP on the switch. Or maybe block the STP traffic across the bridge. Or use two ports maybe? Steve
  • Netgate 7100 needing reboot to being internet back

    16
    0 Votes
    16 Posts
    1k Views
    stephenw10S
    Yes, make sure WANGW is set as default and not auto.
  • Disk / full

    2
    0 Votes
    2 Posts
    237 Views
    No one has replied
  • Network upgrade 1Gbps pfsense question ?

    12
    0 Votes
    12 Posts
    1k Views
    B
    @stephenw10 @AndyRH use intel 82574L 1Gbps NIC x2 The network is normal have 1G/600M thank you
  • 2.6.0 update to plus

    5
    0 Votes
    5 Posts
    595 Views
    E
    Thank you.
  • PFSENSE WIFI CALLING

    46
    0 Votes
    46 Posts
    10k Views
    GertjanG
    @michmoor said in PFSENSE WIFI CALLING: lots of CP changes in the new releases i see You mean 22.05 as you talk about a 6100 ? 22.05 doesn't use the good old second firewall 'ipfw', as 2.6.0, but uses a new, modified 'pf' so it can also handle MAC ( ! ). It was Netgate that changed 'pf' upstream for the entire FreeBSD community 22.05 native has issues : the "one queue for all connected users" is one of them. There is a patch. Look quickly over the last 10, 20 (skip the please help posts) captive portal forum posts, you find them all. If you are a heavy (hundreds of connected users) portal consumer, then watch your memory as there is a small memory leak in the new pf code. This can't be patched, as it needs binary changes, and the upcoming 23.0x will solve that.
  • Check disk space before saving config?

    2
    0 Votes
    2 Posts
    327 Views
    stephenw10S
    There's nothing built for doing that but I agree (and I'm sure many of the devs do also) the handling in that case could be far better. If you enable ACB it should still be able to write out changes there. I've tested that though. Steve
  • upgrade 2.5.2 to 2.6.0 via clean install. config compatible?

    Moved
    2
    0 Votes
    2 Posts
    406 Views
    stephenw10S
    You can restore a 2.5.2 config into 2.6. The link CRL bug (https://redmine.pfsense.org/issues/13424) is fixed in 2.7 but the patch is part of the System patched recommended list in 2.6. So if you're hitting that you can simply click to apply it. Steve
  • 0 Votes
    3 Posts
    582 Views
    B
    @stephenw10 Hi. Thanks for the reply. Yes I confirm, I upgraded to 22.01 and then to 22.05 and yes, I modified "pfsense-utils" to set custom these value. I'm sorry, I did not notice if on 22.01 the bug was presents. Thanks antway for the good new about this bug seems to will be solved on next rel.
  • No WAN access from inside LANs...

    48
    0 Votes
    48 Posts
    8k Views
    N
    @njaimo ...I get it I misunderstood the "score" bit, it is not login attempts... :) Cheers
  • notifications via SMTP - every 10 seconds

    3
    0 Votes
    3 Posts
    466 Views
    GertjanG
    @osalj said in notifications via SMTP - every 10 seconds: What can I do to stop Pfsense from sending emails at all or not to send me an email about DDNS every 10 seconds? When a message is send, it's paced in file, the message queue, and a "smtp mail send" process is created that reads the file, sends the message, and passes on to the next one if there are still messages to send. If non, the queue is deleted, the process stops. I guess this is your issue : the message file (on disk) isn't emptied, the "smtp mail send" keep on sending the message. [22.05-RELEASE][admin@pfSense.local.net]/var/db: ls -al noti*.* -rw-r--r-- 1 root wheel 131 Jan 7 01:01 notices_lastmsg.txt -rw-r--r-- 1 root wheel 41 Jan 7 01:02 notifyqueue.messages Do you have these two files ? What is their date time stamp ? Content ? And empty queue file (notifyqueue.messages) should contain : a:1:{s:5:"mails";a:1:{s:4:"item";a:0:{}}}
  • RADIUS authentication fails with ERROR: No NT-Password

    16
    0 Votes
    16 Posts
    6k Views
    stephenw10S
    Not something I've ever looked into but if Windows is choosing to use that I'm not sure what you can do. Maybe radius can indicate why it fails prompting Windows to re-try or send a list of accepted ciphers. Also not something I've had to try.
  • how to forward new entries from a specific log to a remote syslog server

    9
    0 Votes
    9 Posts
    1k Views
    bmeeksB
    @jpgpi250 said in how to forward new entries from a specific log to a remote syslog server: @keyser @bmeeks I finally got it working, see my comments here thanks for your time and effort. Both methods will work in the Suricata package: (1) plain syslog output to the local system log by checking the option on the INTERFACE SETTINGS tab and then restarting Suricata; or (2) configuring the EVE logging subsystem to write to syslog instead of a physical file. EVE is the direction the upstream Suricata team is encouraging for logging. You can enable the logging of more information via the options in EVE as compared to the older vanilla syslog output feature. Again, restarting Suricata on the interface after any changes to its core configuration is required for the change to become effective.
  • CloudFlare WARP and WireGuard

    2
    0 Votes
    2 Posts
    984 Views
    stephenw10S
    It's showing it's never completed a handshake so that is not up correctly. You must have a mismatch there somewhere. I suspect your ping test was not actually using the WG tunnel. Steve
  • 0 Votes
    30 Posts
    4k Views
    stephenw10S
    Potentially an incorrectly wired cable? If the wires from two pairs were swapped at both ends it could appear correct but use pairs that are not physically in a twisted pair. In that situation the common mode rejection is dramatically reduced and hence is far more susceptible to interference. Steve
  • Sorry I tried

    6
    0 Votes
    6 Posts
    749 Views
    johnpozJ
    @michmoor yeah not sure who this is meant to trigger? I don't get it - oh some rando on the internet doesn't like xyz - who cares? Next stop MS forums to let them know Libre Office is better ;) Then off to hulu to let them know sling is better ;)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.