• PHP error after rebooting with filesystem check

    5
    0 Votes
    5 Posts
    490 Views
    F

    @stephenw10 I managed to pull the config. For some reason it was empty? Perhaps when I tried to reload last known configuration? Luckily I had plenty of backups, so thanks for your help.

  • Minor UI bug

    2
    0 Votes
    2 Posts
    120 Views
    johnpozJ

    @chudak there was another thread, already a bug put in for it

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

  • How to run pkg upgrade from Diagnostics → Command Prompt

    31
    0 Votes
    31 Posts
    5k Views
    stephenw10S

    Ok fix from @jimp incoming. Working for me here. Should be up shortly....

  • Possible CRON Issue, Routing Dies @ Top Of Each Hour

    11
    0 Votes
    11 Posts
    455 Views
    House Of CardsH

    @stephenw10 No, not a slow disk... It's a SATA III SSD... It was a budget build, but more than adequate for what I'm doing.

    https://www.newegg.com/kingston-a400-120gb/p/N82E16820242399?Item=N82E16820242399

    This does seem to have stopped the issue, so I'm going to wipe/reinstall NTOPNG, and leave it disabled. I can enable it if I want to do some troubleshooting, but in a home environment, it doesn't justify the wear and tear on the SSD to run all the time.

    If I can do anything to help troubleshoot why it would kill the browsing altogether, let me know. I appreciate the insight into figuring this out. 👍

  • Just pass thru the source IP address vs gateway/vip

    3
    0 Votes
    3 Posts
    183 Views
    T

    @stephenw10 Thank you for the quick response and confirmation.

  • Privacy VPN not policy routing

    6
    0 Votes
    6 Posts
    225 Views
    M

    @stephenw10
    recreating the wireguard configuration solved it.
    Smells like a protonVPN issue but cant prove it with data..just feelings, haha.

  • How to limit bandwidth for social media

    25
    0 Votes
    25 Posts
    2k Views
    N

    @stephenw10 said in How to limit bandwidth for social media:

    Yes it updates them. You can check the pfBlocker logs:

    ===[ IPv4 Process ]================================================= [ Spamhaus_drop_v4 ] static hold. [ Google_v4 ] Downloading update . Downloading ASN: 15169... completed . completed .. [ Facebook_v4 ] Downloading update [ 04/15/24 00:00:37 ] . Downloading ASN: 32934... completed . completed .. [ Netflix_v4 ] Downloading update [ 04/15/24 00:00:39 ] . Downloading ASN: 2906... completed . completed .. [ Test_Range_custom_v4 ] exists. [ 04/15/24 00:00:40 ] [ o365_alias_v4 ] exists.

    Awesome. Thank you very much sir !!!!

  • Help Need Replicating Current Network

    Moved
    3
    0 Votes
    3 Posts
    173 Views
    K

    @johnpoz I ended up virtualizing pfsense ce and a vlan on upstream pfsense as WAN. Thanks for your suggestion and help.

  • Identified slow update reboot issue 24.03 and 24.03_1

    Moved
    6
    0 Votes
    6 Posts
    345 Views
    stephenw10S

    Hmm, like how long exactly? We had to bump the verification timeout value to accommodate this issue though it's still only 300s (5mins).

    But, yes, it clearly shouldn't do that.

  • SG-2100 port configuration, active connection, how to?

    8
    0 Votes
    8 Posts
    797 Views
    beerguzzleB

    All, I had to give up and open a TAC-lite support case to get some clues as to how to do this. Short story: reconfigure your WAN interface to be a local interface, Static IP, 192.16.x.1/24. Then add a fw rule to allow this network to get to 192.168.1.1. Then plug into the WAN port and configure the LAN ports. Then undo your WAN configuration; change it back to DHCP/DHCP6 like it was. Attached are my detailed step-by-step notes on how I did it and what I ended up with.
    note-to-netgate.txt

  • 0 Votes
    2 Posts
    204 Views
    stephenw10S

    Since 23.09 the upgrade system has (finally) switched to requiring the use actively select the new repo branch in order to upgrade. That prevents accidentally pulling packages from the new branch before upgrading for example. The dashboard check update check can now check all available repo branches so it show an upgrade there.
    Once you have selected the new branch you can then upgrade from the console in the normal way. There is no way (currently) to switch the repo branch from the CLI.

    There is an issue with some pkgs in the new upgrade system if you're running ZFS. The new system creates a new BE and runs most of the upgrade process in to the new BE before rebooting which allows much shorter downtime. However some packages have to run their install scripts after the boot and currently they try to do that before the network has finished configuring. That results in connection failures if they try to update signatures like that: https://redmine.pfsense.org/issues/15396

    The new version of pfSense-upgrade reports the status check more accurately. At that point, immediately after upgrading, pkg may still be running in the background completing package installs etc. Until that finishes the update check cannot run and correctly reports the check data as invalid. As soon as the other pkg processes complete it will check and show the update status. In previous versions it would show
    the system as up to date there even if it was actually unable to check.

    So it sounds like everything you saw is expected.

    Steve

  • Cannot access single web page on pfsense 2.7.2

    13
    0 Votes
    13 Posts
    541 Views
    G

    no difference when using winscribe vpn.......strange but I guess its still ultimately using a hyper-v vm network card/vswitch etc.

  • New installer for pfSense and PPPoE connections

    3
    0 Votes
    3 Posts
    249 Views
    stephenw10S

    Yup, PPPoE support is not in there yet but it's coming.

    One of the big advantages of the Net Installer is that it can always present the latest version so you usually don't need to get a new image.

  • SG-1100 disk full with ZFS (upgrade blocked : pkg out of space)

    5
    0 Votes
    5 Posts
    797 Views
    S

    @keyser
    good to know, I kept them in the past because there are only use 32K...

  • possible Unified Web management?

    2
    0 Votes
    2 Posts
    162 Views
    J

    @detox it is being worked on and is, in-fact, the major focus of the next release.

  • Are pfSense CE and pfSense pro configuration backups compatible?

    2
    0 Votes
    2 Posts
    162 Views
    jimpJ

    It's less about Plus vs CE and more about the config format.

    Look at the table here: https://docs.netgate.com/pfsense/en/latest/releases/versions.html

    Note the "Config Rev" column.

    You can restore an older config revision to a system with a newer revision but not vice versa.

    See https://docs.netgate.com/pfsense/en/latest/backup/restore-different-version.html for details.

    Going from CE to Plus there isn't any concern about config items either.

    Going from Plus to CE anything specific to Plus would end up just sitting unused in the configuration, it wouldn't be removed in most cases.

  • After configuring WireGuard VPN I can no longer log in to my modem

    Moved
    16
    0 Votes
    16 Posts
    673 Views
    sarrasineS

    @stephenw10
    Thank you, Stephen, appreciate it!

  • PFsense stops sending traffic after upgrade

    15
    0 Votes
    15 Posts
    680 Views
    stephenw10S

    Hmm, yes the fact it's ARPing for the LAN side gateway and the gateway is responding but it's NOT in the pfSense table does seem to point at the NIC not passing traffic. At least inbound.

    Yet it appears in a packet capture so the driver is seeing it. 🤔

  • How to manage multiple websites behind pfSeense

    10
    0 Votes
    10 Posts
    3k Views
    V

    @nick-loenders
    Yes, you can do this. But to be accurate, you have to forward a certain destination IP and port to a target IP and port, not domains, pfSense can't see them.

    So you forward
    81.82.120.21:443 to 192.168.10.11:21443
    81.82.120.22:443 to 192.168.10.11:22443
    81.82.121.23:443 to 192.168.10.11:23443

  • Please , Idont want to reinstall again!!!!

    Moved
    31
    0 Votes
    31 Posts
    1k Views
    stephenw10S

    OutBound NAT.

    The /1 route being passed by the VPN provider is a more precise route than the default route which is /0. So it would be used in preference.

    That's likely why you see the DNS states on the VPN interface. That should work.

    I prefer to set the VPN client not to pull routes from the server and then add policy routing for clients/subnets I want to use the VPN.

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