• netisr running close to 100% on a single core

    7
    0 Votes
    7 Posts
    255 Views
    G
    @dennypage said in netisr running close to 100% on a single core: @Gustas said in netisr running close to 100% on a single core: Do you have both WAN and LAN enabled as Monitored Interfaces in ntopng by chance? Yes, we do. Can that be the issue? Certainly a contributor. There is a caution in the pfSense ntopng package when selection interfaces to monitor that says "It is generally not recommended to monitor WAN interfaces." At a minimum, it will double your load. You should remove any WAN interfaces from the list of Monitored Interfaces. Also, if you have any form of active discovery enabled inside ntopng itself, be sure to turn that off as well. Sorry, I just checked and monitoring in ntop is configured only for internal interfaces, WAN is not being monitored. Sorry for misleading you.
  • LAN not in ARP table

    10
    0 Votes
    10 Posts
    267 Views
    stephenw10S
    The VLAN you would need would be on the switch in order to separate the WAN and LAN network segments. Or connect the pfSense WAN to whatever upstream router you have directly so the switch is only the LAN.
  • Is there a 'correct' way to report a bug for CE?

    Locked
    8
    0 Votes
    8 Posts
    372 Views
    jimpJ
    Adding to what has already been said: Usually if someone thinks the bug has a factor making it unclear, invalid, or questionable in some way, a developer or TAC staff member will comment and ask for more info, close/reject it, etc. We're not usually shy about asking for more detail, method of reproducing the bug, and so on. The fact that it was left as-is can sometimes (though not always) be taken to mean it was potentially valid or at least sufficiently clearly described and it needs someone to look at it, investigate, get further confirmation, that sort of thing.
  • Traffic restriction resulting in hung sessions

    5
    0 Votes
    5 Posts
    157 Views
    stephenw10S
    You'll need to use the manual firewall rule option with sloppy states and TCP flags set in the advanced rules section like: https://docs.netgate.com/pfsense/en/latest/troubleshooting/asymmetric-routing.html#manual-fix You may need to add that as an floating rule with direction any and source/destination values that match traffic both ways between the old and new subnets to be sure. But it should be pretty clear from the firewall logs what traffic is actually being blocked.
  • OpenSSL Library Error when Creating New Certificate

    22
    0 Votes
    22 Posts
    2k Views
    johnpozJ
    @stephenw10 yeah makes no sense to set that to something. Because if you have no san setup on the cert your doing, then the san should be blank.. If you put a space in for your san you get this error. [image: 1754309398040-blank.jpg]
  • If you move pfSense ssd to another pc, will it work in new pc?

    6
    0 Votes
    6 Posts
    266 Views
    stephenw10S
    Yup that ^. If the NICs are are same driver and there aren't fewer then it should just boot normally. But be aware it's possible they may be parsed in a different order so be sure to test. But if it's a Plus install the NDI will have changed so you will no longer have access o the pkg repos until that is registered.
  • Listen queue overflow

    4
    0 Votes
    4 Posts
    173 Views
    C
    @ipguy Some services dont max out to the OS limit and have their own internal limit, but if it is the case then I dont know how you would raise it, I think a VPN hitting the listen queue limit is highly unlikely unless you running a public VPN server that has gone viral or something. So it seems odd to me you have this problem in the first place. 'netstat -L' shows listen queues, looks like OpenVPN has a limit of 1. My OpenVPN processes are running in client mode though. There is nothing in the manpage to tune it, and I found a very old dev post from people asking for the limit to be raised, it very likely is compiled in to the binary.
  • Strange DNS Issue

    8
    0 Votes
    8 Posts
    283 Views
    J
    @johnpoz said in Strange DNS Issue: Could be a peering problem your isp currently having.. But yeah if you are resolving and can not talk to the owning NS for a domain, your not going to be able to resolve anything from them. I came to the same conclusion as it's now miraculously working! I knew I dotted all my i's and crossed my t's and coming up with nothing on my end lead to me to believe it was something upstream. Thanks to everyone that chimed in!
  • Restore backup file from the console CLI

    8
    0 Votes
    8 Posts
    435 Views
    luckman212L
    @patient0 just a quick note, I updated that script to operate correctly on newer versions of pfSense (2.8/25.07). Let me know if you run into any issues.
  • List or toggle rules on/off via CLI

    11
    5 Votes
    11 Posts
    2k Views
    luckman212L
    Just a quick note, I updated my script to operate correctly on newer versions of pfSense (2.8/25.07). Let me know if you encounter any issues.
  • How to block spotify on pfsense?

    6
    0 Votes
    6 Posts
    12k Views
    keyserK
    @ser There is still the IP block option which really BLOCK's it, but is maybe also a little cumbersome. You could look into using the package pfBlockerNG and then select one of two paths: 1: If you can force all clients to only use your pfSense as DNS you could block all DNS lookups that relates to Spotify. That would effectively either require a some good google-foo to find those names, or alternatively setup at test and have your DNS server log all queries when Spotify opens. 2: If Actual blocking is needed rather than just preventing nameresolution, then pfBlockerNG can also be configured to import lists that contains IP addresses. I'm sure there is some site somewhere that maintains Spotify's IP in a list - alternatively you could attempt to fetch the ASN ownership of IP blocks that Spotify owns, ,but that might not cut it (CDN's and such...) Option 1 I ususally the easiest and best working model even though it only prevents nameresolution rather than actual blocking.
  • pimd

    8
    1 Votes
    8 Posts
    496 Views
    M
    @louis2 Hello ! Thank you for your work with pimd ! I have been able to test your pimd binary, it seem to work but I still have the same bug I discribed here When starting PIMD, after a few seconds it works as it should, seeing multicast sources and routing it if needed. But after about 3 minutes, PIMD is "loosing" multicast sources even if pfSense still receive this multicast traffic (packet capures, and network traffic). PIMD does not "receive" multicast source anymore. Restarting PIMD makes it see again multicast sources until it looses it again after about 3 minutes. @louis2 do you have the same problem ? I really do not understand why I have this
  • How to Forward mDNS/Bonjour (UDP 5353) Across IPsec Tunnel?

    3
    0 Votes
    3 Posts
    166 Views
    A
    @dennypage Thanks for the info. Yeah, it appears somewhat complicated with IPSEC. ARD works over IPSEC but without live status and system information, which is what we had hoped to get working over our old IPSEC tunnels. ARD works fully with OPENVPN for us. Has anybody else had some successes here? Thanks, Alfredo
  • Freeing disk space on very old routers (disk space accumulates over time)

    3
    0 Votes
    3 Posts
    141 Views
    stephenw10S
    Indeed, not an easy way I'm aware of. I'd just reinstall clean to be honest. However you may need to wait for the 1.1 installer that has a 'low resource' mode to allow writing to a 4G eMMC.
  • Access to new interface

    routing firewall rules
    4
    0 Votes
    4 Posts
    260 Views
    stephenw10S
    Unless you need to accept inbound connections there it should only be an outbound NAT rule. Even if you did have inbound connections a port forward is often better. You shouldn't need to manually add any rules though as long as the gateway is added into the new interface. That will trigger the auto outbound rule to be added.
  • 2.8.0 fails to save SMTP Notification password

    3
    0 Votes
    3 Posts
    143 Views
    J
    @SteveITS said in 2.8.0 fails to save SMTP Notification password: The test button text does say, "The last SAVED values will be used, not necessarily the values entered here." Ah, but that's not what actually happens. The just-entered new password IS used for the test, but then forgotten by the time you scroll down and "Save".
  • Will changing boot drive revert me back to CE from Plus

    3
    0 Votes
    3 Posts
    157 Views
    J
    @stephenw10 Thanks. Just finished the reinstall and have Plus.
  • Not receiving down emails multi-wan in failover config in 24.03 SG1100

    19
    0 Votes
    19 Posts
    810 Views
    stephenw10S
    Hmm, you should be able to check that. When you add a server there it should be added to /etc/resolv.conf. If it has a gateway set for it you should see a static route added for the server IP via that gateway in the routing table (Diag > Routes).
  • VPN Wireguard over HA

    4
    0 Votes
    4 Posts
    171 Views
    stephenw10S
    Yes both nodes would have to have the same WG config.
  • Capture data sent to external address

    3
    0 Votes
    3 Posts
    118 Views
    dennypageD
    @ebcdic What software/hardware are you using to publish? If you haven't looked at WeeWX, you might give it a try as it would certainly address the issue. Just a thought.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.