• 0 Votes
    2 Posts
    31 Views
    stephenw10S
    Skipping the untrusted certs there is expected in any install. CE is not supported in Azure.
  • pfSense 2.8 CE Azure

    5
    0 Votes
    5 Posts
    191 Views
    stephenw10S
    Yes upgrading CE in Azure is not supported. And that includes to Plus. The only supported deployment in Azure is from the tested Netgate image.
  • Unable to update from 23.09

    5
    0 Votes
    5 Posts
    84 Views
    stephenw10S
    Yes, in the dynamic repo system ugrades are supported from the previous two versions. So you can skip one version. For 25.07 that's 24.03 and 24.11 so you would have needed to upgrade to one of those first from 23.09.
  • PHP Fatal error after adding port forward

    8
    0 Votes
    8 Posts
    180 Views
    stephenw10S
    Technically is was but as long as we can still build for it without too much difficulty we will try. There are some packages that no linger build for arm32 and are not available there. At some point the work required to make it build will become impractical and it will no longer upgradable.
  • WAN out errors since 2.8 upgrade

    Moved
    18
    0 Votes
    18 Posts
    1k Views
    stephenw10S
    Yup mpd5/netgraph ignores those errors. It should be fixed by this: https://github.com/pfsense/FreeBSD-src/commit/7a623f854217be1dc7a04ce0b3f47303ea2ce7a9 That's in main so it should land in 25.11/2.9.0.
  • netisr running close to 100% on a single core

    7
    0 Votes
    7 Posts
    125 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
    149 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.
  • Enable new ip_pppoe module over remote/PPPoE connection is "dangerous"

    4
    0 Votes
    4 Posts
    102 Views
    stephenw10S
    Hmm, interesting. Let me see.....
  • Is there a 'correct' way to report a bug for CE?

    Locked
    8
    0 Votes
    8 Posts
    170 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
    80 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.
  • How to block spotify on pfsense?

    8
    0 Votes
    8 Posts
    11k Views
    S
    Where should I block it? In the firewall rules? Thanks a lot! :) spotify premium seruapk
  • 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]
  • pfSense Plus 25.03 release question

    27
    1 Votes
    27 Posts
    2k Views
    stephenw10S
    Yup, new bug at the last minute forced a rebuild. Should be real soon now though.....
  • If you move pfSense ssd to another pc, will it work in new pc?

    6
    0 Votes
    6 Posts
    177 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
    127 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
    192 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!
  • Frequent Crashing (Page Fault) After Upgrade to 2.8.0 From Latest 2.7

    60
    0 Votes
    60 Posts
    1k Views
    N
    @rfranzke Its waaaay too difficult to blame faulty installation for random crashes. If something like that happens (say, a faulty drive) then crashes are immediate and repeatable. The bsd bug that Steven has found is a better candidate. Obviously its rare, if it wasn't there would be plenty of reports here about it. Now you are able to catch full crash dumps. A debug kernel is the next thing. This is deep waters and you know it. Give it some time.
  • Restore backup file from the console CLI

    8
    0 Votes
    8 Posts
    320 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.
  • pimd

    8
    1 Votes
    8 Posts
    334 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
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.