• notifications via SMTP - every 10 seconds

    3
    0 Votes
    3 Posts
    462 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
    981 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
    745 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 ;)

  • Mail Notification via internal mail server not working

    6
    0 Votes
    6 Posts
    718 Views
    B

    @viragomann
    Ok, that makes sense. For testing I tried the following:

    pfSense SMTP Port: 25 pfSense Enable SMTP over SSL/TLS: off Postfix on mail server: smtpd_tls_security_level=encrypt (my understanding: this forces the use of STARTTLS)

    Error message from pfSense:

    Could not send the message to chris@mail.ws3 -- Error: Failed to set sender: root@pfsense.ws3 [SMTP: Invalid response code received from server (code: 530, response: 5.7.0 Must issue a STARTTLS command first)]

    --> my conclusion: pfSense does not use STARTTLS

    Changing the Postfix setting to smtpd_tls_security_level=may solves the issue but leads to a unsecured connection (not a real problem in my environment, but would be interesting to understand the circumstances)

  • pfsense haproxy LAN side issues

    2
    0 Votes
    2 Posts
    670 Views
    V

    @caymann said in pfsense haproxy LAN side issues:

    Host Overrides:
    I cannot use host overrides as i have multiple docker containers on the same host.

    HAproxy is your frontend server. So point the host overrides to the LAN IP of pfSense, not to the backend.

  • Different Interfaces/Gateways Using Same IP Address

    31
    0 Votes
    31 Posts
    5k Views
    D

    @bob-dig said in Different Interfaces/Gateways Using Same IP Address:

    And there are other providers like Mullvad, where every tunnel gets a different IP.

    IVPN is like that as well. I've used them for years. It's been pretty much rock solid, set it and forget it. Good speeds, and I've found their tech support to be very good. I really have no reason to move away from them other than my Proton email account includes 10 VPN connections. So possibly saving $100/yr.

  • Netgate Device ID retrieval

    8
    0 Votes
    8 Posts
    1k Views
    stephenw10S

    If you set a hint we can search for that.

    The ACB key is based on SSH not the NDI. Since 2.6/22.01 SSH keys are backed up in the config so if you restore a back taken since then it should also restore access to ACB for that system.

    Steve

  • [SOLVED] Routing a bridged LAN connection.

    15
    0 Votes
    15 Posts
    3k Views
    stephenw10S

    Persistence FTW! 👍

  • Duplicate tracking ID

    9
    0 Votes
    9 Posts
    1k Views
    stephenw10S

    @michmoor said in Duplicate tracking ID:

    Help me understand why igc0 or igc1 comes up in the logs but its called 'LAN' in the or IOT in the config. Why is it using the physical name of the interface instead of the description?

    Maybe because you don't have igc1 assigned as an interface dircetly? Only VLANs on it?
    Because the rule is for 'not igc0' that includes all interfaces that pf can see including untagged on igc1. The switch is leaking it there.

    I still would not expect the same rules ID there though.

  • Processor interrupt in pfsense

    10
    0 Votes
    10 Posts
    2k Views
    stephenw10S

    Ok, 550 x 2Mbps pipes is greater than the total available bandwidth. So it's possible you're simply seeing an upstream limitation dropping packets at which point pfSense has no control over it.
    You might be better off setting a bandwith sharing dynamic Limiter on the interface rather than a hard 2Mb limit per user.

  • crontab install

    Moved
    2
    0 Votes
    2 Posts
    324 Views
    stephenw10S

    You mean the cron pfSense package?

    You can install that from the CLI like:

    [23.01-BETA][root@plusdev-3.stevew.lan]/root: pkg install pfSense-pkg-Cron Updating pfSense-core repository catalogue... pfSense-core repository is up to date. Updating pfSense repository catalogue... pfSense repository is up to date. All repositories are up to date. The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: pfSense-pkg-Cron: 0.3.8_3 [pfSense] Number of packages to be installed: 1 8 KiB to be downloaded. Proceed with this action? [y/N]: y [1/1] Fetching pfSense-pkg-Cron-0.3.8_3.pkg: 100% 8 KiB 8.4kB/s 00:01 Checking integrity... done (0 conflicting) [1/1] Installing pfSense-pkg-Cron-0.3.8_3... [1/1] Extracting pfSense-pkg-Cron-0.3.8_3: 100% Saving updated package information... done. Loading package configuration... done. Configuring package components... Loading package instructions... Custom commands... Executing custom_php_resync_config_command()...done. Menu items... done. Writing configuration... done.

    Steve

  • 0 Votes
    13 Posts
    2k Views
    G

    @stephenw10

    Oke great.
    It is in the pipeline so to speak 👍

    Thank you!

  • tried to recover from a backup - got a fatal error message

    Moved
    7
    0 Votes
    7 Posts
    931 Views
    N

    thank you for everyone's support

  • Minimum hardware requirement for VPN usage

    10
    0 Votes
    10 Posts
    1k Views
    stephenw10S

    OpenVPN with DCO can use QAT if the hardware is supported.

  • shalla list off

    43
    0 Votes
    43 Posts
    28k Views
    JonathanLeeJ

    @jdeloach

    http://web.archive.org/web/20210502020725/http://www.shallalist.de/Downloads/shallalist.tar.gz

    Use the wayback machine for the website before the shut it off, the last list they had is available in a historical context

  • Frequent system crashes

    3
    0 Votes
    3 Posts
    508 Views
    E

    Hello @Gertjan, I did test the memory with memtest86+ and it did find issues with the existing RAM. I have installed new RAM in the system and tested it with a "PASS" result.

    I will keep monitoring the system to see if the crashes will stop.

    Thank you for your help,

  • WhatsApp videocalls on same network, connection really bad

    15
    0 Votes
    15 Posts
    1k Views
    stephenw10S

    @operations said in WhatsApp videocalls on same network, connection really bad:

    I have bought a subnet /29 from a different company. So i setup a GRE tunnel and use IP Alias for the /29.
    Do you understand what i mean?

    I do. I would check the routing though, make sure the GRE tunnel has no become the default gateway for anything unexpected.

    Your description of the problem indicates to me that the calls are forced to fall back to some sort of relay mode rather then clients connecting directly. It's unclear what causes that though.
    It could be they require static outbound source ports since you didn't have any set. That would be a significant drawback for WhatsApp working behind many firewalls though.

    Steve

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.