• Memory usage has doubled from 2.7.0 to 2.7.1RC

    11
    0 Votes
    11 Posts
    1k Views
    M
    In general ZFS may try to use more RAM than other filesystems (like UFS) but a lot depends on the actual usage patterns. Reads cause ARC (read cache) to increase which increases RAM useage, writes wind up in a different location, simplistically "transaction groups". Writes are held until either a timer expires (nominally 30secs) or a lot of items need to be written (not sure but on the order of maybe 4K or 4M). A firewall would be mostly writes so I'd expect it to go up and down if you are logging a lot. Not sure if pfSense is creating a RAM disk for anything, but that would also increase useage. The cached memory could be ZFS buffers, could also be network buffers.
  • Upstream downstream projects confusion?

    7
    1 Votes
    7 Posts
    771 Views
    M
    @bmeeks Say no more. The move to a software model that you have to pay for and has exclusive features is the only thing that makes sense. I understand the hangups people have on the whole CE vs Plus debate and i certainly understand how the messaging on that may have rubbed folks the wrong way but people need to understand that it costs money to make money.
  • Squid gone now what

    17
    0 Votes
    17 Posts
    3k Views
    S
    @JonathanLee said in Squid gone now what: DNS versions don't work, they bypass the DNS with DoH or https3 dns Long/detailed doc on how to block those: https://jpgpi250.github.io/piholemanual/doc/Block%20DOH%20with%20pfsense.pdf from: https://jpgpi250.github.io/piholemanual/
  • Random disconnect

    12
    0 Votes
    12 Posts
    1k Views
    bmeeksB
    @michmoor said in Random disconnect: @stephenw10 @bmeeks Is that with ANY interface state change or only when an interface is a wan-type? A flapping interface is not uncommon. So if i have a DMZ leg that is flapping does that mean my LAN -> WAN flows will be impacted? Essentially 2x interfaces that have nothing to do with DMZ will see an outage? I believe it is either a physical link status change or the execution of ifconfig up or ifconfig down that triggers the restart all packages command. And I think dpinger will trigger that ifconfig up/down command when it fails to reach the monitored IP within the configured time window. I have never examined all the PHP and shell script code for this in pfSense to find every possible trigger.
  • 0 Votes
    1 Posts
    402 Views
    No one has replied
  • Sending firewall-originated traffic via IPSEC VPN?

    2
    0 Votes
    2 Posts
    258 Views
    stephenw10S
    If it's a policy based IPSec tunnel the only workaround I'm aware of is adding a static route via the LAN: https://docs.netgate.com/pfsense/en/latest/vpn/ipsec/access-firewall-over-ipsec.html#static-route-workaround Steve
  • Boot Environments THANK YOU

    bootenvironment feature
    4
    3 Votes
    4 Posts
    591 Views
    M
    Solaris developers that released ZFS under CDDL were setting the stage for everyone else like FreeBSD, IllumOS, the OpenZFS folks to take advatage of things like BEs. Netgate folk did a very good job integrating the feature with the GUI interface. There are a lot of little bits behind the scenes, keeping them all straight and then presenting them in an easy to use manner is not a trivial thing.
  • 4100 upgrade to 23.09 no internet connection

    Moved
    10
    0 Votes
    10 Posts
    960 Views
    keyserK
    @rloeb said in 4100 upgrade to 23.09 no internet connection: @keyser Wow. They went general release with that serious a bug? Seems irresponsible. Not many users are going to check Redmine to see whether they should upgrade... No, it was first discovered right after release as I understand it.
  • Error code: SSL_ERROR_RX_RECORD_TOO_LONG

    7
    0 Votes
    7 Posts
    5k Views
    stratcatS
    [image: 1699836724237-2e3017cc-7fd4-4fca-8014-f09df9ddbf2a-image.png] I had this happen to me recently after a power outage. For some reason it changed the webConfigurator protocol to http/ I logged in using http and my custom port and changed it back to https/
  • Newbe: Wifi device disconnecting

    9
    0 Votes
    9 Posts
    862 Views
    johnpozJ
    @jfooobet said in Newbe: Wifi device disconnecting: ISP router to work as AP somehow Any wifi router can be used as just an AP, turn off its dhcp server and connect it to your network via one of its lan ports = just AP.. Normally its a good idea to set its lan IP to be on your network so its easier to adjust its wifi settings.
  • Crash Reporter after the PfSense update from 23.05 to 23.09

    16
    0 Votes
    16 Posts
    1k Views
    stephenw10S
    @hacesoft said in Crash Reporter after the PfSense update from 23.05 to 23.09: it's faster to reinstall it than to repair it, that is, if the firewall is in place. .. Yup, that is often the case. Unless it's a known issue/workaround.
  • TAC-lite; Some questions and concerns

    tac-lite
    1
    0 Votes
    1 Posts
    347 Views
    No one has replied
  • Upgrading to pfSense+ 23.09 broke my network

    Moved
    11
    0 Votes
    11 Posts
    1k Views
    stephenw10S
    Hmm. The client side is handled by dhclient and the associated script, it doesn't use either ISC dhcpd or Kea. So changing that should not have made any difference to the WAN. However if the WAN was pulling an invliad IPv6 lease perhaps then one of those might have been trying to use a bad prefix which would have caused problems. Switching between them may have cleared that.
  • 0 Votes
    7 Posts
    1k Views
    stephenw10S
    Yes, the gateway IP doesn't actually matter. For example my ISP here uses a private IP for the gateway but the WAN IP is public which is common for PPPoE. For other connection types though the gateway is almost always in the WAN subnet which implies if you see a private IP on the gateway you probably also have one on the WAN. If you see that it means something upstream is NATing the connection so incoming connections to the firewall would have to be forwarded through it. But even then the block bogons and block private subnets rules would not block traffic from remote clients.
  • pfsense sporadically gets stuck and needs manual reboot to recover

    5
    0 Votes
    5 Posts
    547 Views
    L
    @stephenw10 Indeed, was done by search&replace within a minute. I'm confident we have a stable system now again. Thank you!
  • Status / Monitoring - Thermal Graph Not Working

    5
    0 Votes
    5 Posts
    572 Views
    RobbieTTR
    Thanks guys, data reset as suggested and the issue was fixed. ️
  • 4 LAN ports same ip range

    3
    0 Votes
    3 Posts
    432 Views
    johnpozJ
    @neil1454 said in 4 LAN ports same ip range: Just like a commercial router would work. You mean the soho wifi router you buy the store or online - the ones that come with switchports, and not discrete interfaces.. As mentioned by Steve - if you want switch ports use a switch.. Bridging interfaces is not a switch.. Here a typical block diagram of what makes up those routers your talking about [image: 1699670691888-block.jpg] Notice the "switch" that makes up whats inside of it..
  • Pfsense updated and rebooted itself

    20
    0 Votes
    20 Posts
    999 Views
    D
    @stephenw10 ok. If it happens again i think i need to reinstall.
  • Wireguard server and client

    7
    0 Votes
    7 Posts
    1k Views
    P
    Wireguard act as an interface. If you are confident about routing configurations it is doable. I own a GL.iNet Beryl AX and let me say that Wireguard configuration is more or less the same (actually maybe a little bit simpler on GL.iNet). Not so immediate to setup a Wireguard client on both devices with NordVPN, but this is a specific provider issue...
  • Homekit doesn't work, no vlans

    5
    0 Votes
    5 Posts
    585 Views
    stephenw10S
    Yes you probably want filtering only on the bridge itself if you have just one subnet: https://docs.netgate.com/pfsense/en/latest/bridges/firewall.html Otherwise you would need rules with the advanced option set to pass multicast traffic on each member interface. And with only one subnet you shouldn't need Avahi at all.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.