• This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Max SANs ?

    12
    0 Votes
    12 Posts
    583 Views
    stephenw10S

    Hmm, still unable to replicate it here without any optional fields on the CA or cert:

    Multi-SAN-cert-3.jpg

    Do you have all the recommended patches applied?

  • Trying to understand crash report.

    20
    0 Votes
    20 Posts
    1k Views
    Z

    @stephenw10
    No further crashes since carrying out those repairs etc so that's great.
    36 lan in errors for 1.8 TiB of data of which the majority have come from that annoying intel wifi adapter!😤....

  • 127.0.0.1/localhost ports refuse to connect

    4
    0 Votes
    4 Posts
    384 Views
    K

    @stephenw10 Thank you!

  • NAT66 and 2nd interface IPv6 IP option for ULA [SOLVED]

    16
    0 Votes
    16 Posts
    855 Views
    Z

    @JKnott Well aren't you special? Some of us are not as privileged who want to run our servers behind a pfSense frontend over at Vultr lol. 😖

  • System reboot lost the /boot partition

    2
    0 Votes
    2 Posts
    345 Views
    stephenw10S

    If you boot the new Net Installer you can select the config to recover then drop to the shell and do what you like with it. At worst you can just cat it to the command line and copy/paste it from the console.

    You should be able to do that with the legacy installer too if you just escape the installer after recovering the config. Or by dropping to the shell and trying to run the recovery script manually: /root/recover_configxml.sh.

    Steve

  • Issues with Dell Broadcom 5719

    9
    0 Votes
    9 Posts
    820 Views
    stephenw10S

    So a 4 port 1GbaseT NIC. I'd always look for something Intel based. An i350 based card would be top of my list but almost any Intel NIC would be fine.

    Check this link to find used OEM branded cards which are often cheaper and, importantly, not fake!
    https://forums.servethehome.com/index.php?threads/list-of-nics-and-their-equivalent-oem-parts.20974/

  • System Log Settings

    8
    0 Votes
    8 Posts
    334 Views
    J

    @Gertjan said in System Log Settings:

    You have a 5100, and you've MAXimized it, don't bother of protecting the SSD drive.
    I've chosen the 4100 MAX version for the same reason :
    Lots of log space, if needed, as a detailed log over a xx days span is part of the the security : logs shows what happens to the system. I also remote 'syslog' my logs, for backup purposes, to a NAS.

    Last week I started writing to remote syslog on NAS and see my pfSense logs still going so that is why I asked about disabling local logging.

    But I get it : You've lost a 'disk' (the emmc) ones, but now you've a sata drive (aka : the 5100 MAX). It won't happen again ^^
    he SSD might die again, but no hassle, they always do, like the hard disks we use before. Easy to change, and after a "couple of years" you'll upgrade the entire device anyway ^^

    Thanks. The SSD is 64gb so hopefully at my age it will last long enough that I won't need to upgrade. But I seem to say that about every piece of hardware I buy. 🙄

  • Internet lag times

    2
    0 Votes
    2 Posts
    135 Views
    stephenw10S

    Delays like that are not just latency or shaping issues. There is no way anything could be delays that long. It's more likely connections failing and retrying multiple times.

    I would run a packet capture for that traffic and check it. See if the connection is showing multiple retries. Or anything else. It's probably going to be pretty obvious with that sort of error.

    Steve

  • General question about Tailscale

    3
    0 Votes
    3 Posts
    372 Views
    Y

    @elvisimprsntr said in General question about Tailscale:

    https://forum.netgate.com/post/1187667

    Thanks for the cross-link to the manual package update. I'm gonna try that next.

    BTW, it's not about expiring keys -- there's something funky in the officially release package that causes Tailscale to not come up after a restart. It won't come up manually (tailscale up fails) either.

    I'm whining here because that always seems to happen when I am away. I have to delete the machine in the Tailscale admin, purge everything in pfSense, then reinstall. Really messes things up.

  • promiscious mode

    6
    0 Votes
    6 Posts
    220 Views
    stephenw10S

    Yes in Plus we added code to enable the authentication bridge to the AT&T router dircetly without using netgraph. That allows you to have a public IP on pfSense directly.

    You can still do that using the old netgraph method in CE.

    What you are able to do depends on what AT&T equipment and what connection type you have.

  • check_upgrade (1): unknown error @ 2024-06-07 09:26:39

    30
    0 Votes
    30 Posts
    2k Views
    stephenw10S

    Or the check_upgrade (1): unknown error alert? That is already fixed for almost every mode.

  • Can't ping from Windows host to LAN interfaces in VMWare Workstation

    6
    0 Votes
    6 Posts
    373 Views
    F

    @stephenw10 thanks man, it works now.

  • PFsense getting digital voice to work?

    39
    0 Votes
    39 Posts
    2k Views
    D

    @bigsy It sounds fairly immune to that scenario then. What I notice here, with my n300 is, that after SIP registration, the only SIP traffic from the N300 are SIP OK responses to SIP OPTIONS from the server (local asterisk). This I took to be a keep-alive mechanism.
    When the firewall state's lost for whatever reason, some form of SIP packet is needed from N300 to recreate the state. That didn't come until the next SIP REGISTER and my unit's was set at 3600.

    I have pf states set to conservative, which AIUI keeps UDP states for 900s.

    Having said all that, N300 and two handsets have worked quite well for me. Android softphones are another matter!

    Thanks for the discussion.

  • Console Locked, No internet access on post restart.

    21
    0 Votes
    21 Posts
    1k Views
    stephenw10S

    Hmm, the current dev version should be fine. I'm running that here without issue.

  • Port Forwarding not honered for .well-known/acme-challenge

    25
    0 Votes
    25 Posts
    1k Views
    kiokomanK

    @viragomann said in Port Forwarding not honered for .well-known/acme-challenge:

    @kiokoman said in Port Forwarding not honered for .well-known/acme-challenge:

    you should consider setting up a split DNS instead if you can

    You can not. Since you're doing port translation, you need the NAT rule on pfSense.

    However , I'm wondering why your server use non-default ports fot HTTP/S.
    With default ports you could go with local host overrides and get rid of NAT reflection.

    you can use haproxy in this scenario listening on wan and lan instead of opening ports/creating a nats for each pod in Kubernetes, well if you have a couple of pods it doesn't really matter but since I have 50 services running in test / 50 in staging / 50 in production on Kubernetes behind pfsense it would be unmanageable without haproxy for me

  • Blocking DNS over HTTPS. Seems the only way is to fire a shotgun at it

    41
    0 Votes
    41 Posts
    15k Views
    A

    @johnpoz said in Blocking DNS over HTTPS. Seems the only way is to fire a shotgun at it:

    local-zone: "use-application-dns.net" always_nxdomain
    local-zone: "local." always_nxdomain
    local-data: "dns.adguard.com. 120 IN A 172.19.19.19"
    local-data: "dns-family.adguard.com. 120 IN A 172.19.19.19"
    local-data: "dns.google. 120 IN A 172.19.19.19"
    local-data: "cloudflare-dns.com. 120 IN A 172.19.19.19"
    local-data: "dns.quad9.net. 120 IN A 172.19.19.19"
    local-data: "dns9.quad9.net. 120 IN A 172.19.19.19"
    local-data: "dns10.quad9.net. 120 IN A 172.19.19.19"

    Oh, now clear me forget to set option "server:"

  • miniupnp goes down after a little while

    2
    0 Votes
    2 Posts
    110 Views
    stephenw10S

    What is logged when that happens?

    How is UPnP configured?

    What pfSense version is that?

    Steve

  • How Maximum States and Maximum Table Entries impact on RAM

    3
    0 Votes
    3 Posts
    257 Views
    NollipfSenseN

    Maybe this will help: https://docs.netgate.com/pfsense/en/latest/hardware/size.html

  • Issues after config restore

    6
    0 Votes
    6 Posts
    222 Views
    stephenw10S

    No worries, glad it helped. 👍

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