• 0 Votes
    16 Posts
    1k Views
    Yet_learningPFSenseY

    @Gertjan My screen looks a little different, but I set it up this way and completed successfully. The 1dot~ address is the one I was trying to get from here. It seems it was actually a different one... https://blog.cloudflare.com/ja-jp/enable-private-dns-with-1-1-1-1-on-android-9-pie-ja-jp/

    ! alt text

  • Service Watchdog and Kea DHCP Server (kea-dhcp4)

    5
    0 Votes
    5 Posts
    647 Views
    QinnQ

    @stephenw10 said in Service Watchdog and Kea DHCP Server (kea-dhcp4):

    I understand. I'm just pointing out that, in general, you should not need to use the the service watchdog except when debugging some issue. So I was wondering if you had enabled it because Kea (or ISC dhcpd) was stopping unexpectedly.

    @stephenw10 No, I enabled Service Watchdog, because very occasionally (I am a beta tester for pfBlockerNG develop) a service stops and as a courtesy to users, it will bring it up again and send me mail, so I can check out the cause.

  • 0 Votes
    4 Posts
    442 Views
    stephenw10S

    Yup also see your other identical question: https://forum.netgate.com/post/1136501

    You must use block rules for local subnet and any for the destination in pass rules. Or you can use 'not local' as a destination but it's generally better to avoid that.

    Steve

  • How to tag interface SFP+ ix0 on an XG-7100

    24
    0 Votes
    24 Posts
    5k Views
    stephenw10S

    What do you see from: ifconfig -vvm ix0 on each side? Assuming you're using ix0 that is.

  • Feeling like a NOOB

    Moved
    7
    0 Votes
    7 Posts
    642 Views
    S

    @JonathanLee I have too.

    I had a client once tell me about a programming change request, “I want to be all powerful, but a prompt of, ‘Are you sure, knucklehead?’ would be great.”

    🤣

  • How to get around Pfsense ZFS crashing on sudden power loss (electricity)

    5
    0 Votes
    5 Posts
    799 Views
    S

    @SteveITS

    Perfect. I'll try that. Thanks very much!

  • pfSense using old DNS Server in DHCP6 Server Options

    2
    0 Votes
    2 Posts
    184 Views
    V

    My mistake. I had changed out my network and now realize that the greyed out option is the current DNS server.

  • 0 Votes
    14 Posts
    2k Views
    C

    @stephenw10

    Hi Stephen.

    I give you a reply on this tomorrow (when the error happened again ;-))

    Regards,
    Christian

  • Multiple LANs sharing single WAN interface

    2
    0 Votes
    2 Posts
    308 Views
    S

    @the-loquitur WAN Net is not the Internet, it is WAN’s subnet, often a /24.

    If you are trying to block LAN1 from accessing 2, you need to add block rules, like:

    Reject from LAN1 net to LAN2 net
    Allow from LAN1 net to any

  • 0 Votes
    4 Posts
    455 Views
    stephenw10S

    Hmm, that's about as safe as it could be then. 🤔
    Your description of the failure sounds like it might have somehow pulled in a pkg from 23.09 before the upgrade resulting in a mismatch at some point. I'm not sure how that could have happened but clearly if it wasn't online it couldn't have happened.

  • Help! pfSense died...

    15
    0 Votes
    15 Posts
    1k Views
    M

    @SteveITS Yep. TV is a vizio flatscreen (basically a big monitor) on it's own generic UPS from walmart. pfSense, WiFi, Cablemodem all on different UPS :)

  • Upgraded to 23.09; no internet access

    Moved
    7
    0 Votes
    7 Posts
    669 Views
    stephenw10S

    Yes, it wasn't known at release but it could certainly be there now....

  • 23.09 disaster; reverted to 23.05 and multiple problems

    8
    0 Votes
    8 Posts
    1k Views
    stephenw10S

    You just installed the 23.09 image directly? What was different to when you initially tried to do that?

  • InterVLAN routing with two L3 switches in a VRRP setup

    3
    1 Votes
    3 Posts
    416 Views
    B

    @johnpoz thank you. this straightforward tutorial helps a lot!

  • Certificate issue after starts squid proxy

    12
    0 Votes
    12 Posts
    1k Views
    stephenw10S

    @michmoor said in Certificate issue after starts squid proxy:

    https://redmine.pfsense.org/issues/14390

    It does depend on what you're connecting to but yeah the 409 error can be painful.

  • Data parasites

    46
    0 Votes
    46 Posts
    10k Views
    J

    @SamR-0 said in Data parasites:

    Actually, the graph showed equal tx & rx transfer, which must be a component of how DO works

    When you are in "devices on the internet and my local network" mode
    you will be sharing whatever other internet PC are requesting. So yes that's how it works, in that mode.

    Easy to monitor
    "Find out what you’re getting from other PCs—and what your PC is contributing—with Activity Monitor. "

    https://support.microsoft.com/en-us/windows/delivery-optimization-in-windows-10-0656e53c-15f2-90de-a87a-a2172c94cf6d

    However since you are a single PC and and have no other PC's on your local network to actually share updates with or spread downloads to, the appropriate setting is to turn it off.

    "As always, you decide whether you want Delivery Optimization to share parts of downloads between your PC and others on your local network or the Internet. "

    It's Microsoft's "Fun" way of saying here use your computer to help us offload demand from our servers. We’ll even tell you how much of a boost your PC is getting from other PCs on the Internet.

    Notice when the DO is off you will still get updates (but only directly from Microsoft) in a single PC environment there is zero benefit to having any of it turned on.

    Screen Shot 2023-11-14 at 1.59.15 PM.png

    Screen Shot 2023-11-14 at 2.00.01 PM.png

  • /etc/inc/util.inc, Line: 3917, Message: Allowed memory exhausted

    3
    0 Votes
    3 Posts
    363 Views
    W

    @jimp

    Cleaning up the PFBNG lists (deleting many that were not downloading) seemed to resolve this issue. Now, on to an all new issue with SNORT after upgrading!

    Thanks!

  • 0 Votes
    13 Posts
    2k Views
    stephenw10S

    Yes, but it looks like it may have a significant bug.

  • 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
    760 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.

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