• Getting WIFI working

    7
    0 Votes
    7 Posts
    1k Views
    R
    Got it. Thank you so much for the help.
  • Status - Monitoring: There was an error loading the Left Y Axis.

    16
    0 Votes
    16 Posts
    3k Views
    M
    @cmb: @marvosa: Very interesting….  I, however, did not modify any update settings. System>Firmware, Updater Settings tab, you had "Use an unofficial server for firmware upgrades" set and a URL there. Often it's left over from when someone wants to follow snapshots. Then that config is restored to new hardware that's then running 64 bit, and on the next upgrade it obeys your update URL there and switches you to 32 bit. That setting no longer exists in 2.3, but verify it on other pre-2.3 systems before you upgrade. It's impossible to change architectures via auto-update if that box isn't checked. I've been running PFsense since 2009 on v1.2.3 and can tell you without a shadow of a doubt that I have never upgraded to a Alpha/beta/RC/Dev release ever, so there would've been no reason for the auto-update url to be on anything but default as I only run stable releases. Your explanation for how this issue could happen is completely rational, understandable and fits in the OP's case…. but I'm just saying if that is indeed what happened, the setting must have been flipped by some other process in the system because the auto-update URL was never modified manually in my case.
  • Configuration for Pfsense

    8
    0 Votes
    8 Posts
    2k Views
    C
    Finally we managed to sort things out. So conclusion it is possible to do this kind of configuration without paying hundreds of dollars to Haproxy. We are testing it at the moment to see if there is any problems.
  • MOVED: Pfsense no inicia

    Locked
    1
    0 Votes
    1 Posts
    543 Views
    No one has replied
  • RRD Graphs not displaying after 2.3.x upgrade

    12
    0 Votes
    12 Posts
    4k Views
    jdillardJ
    @NOYB: @bblacey: Well, right about now, I am feeling about as stupid as one can… Been there done that.  Wash, rinse, repeat. Haha yup. Glad it worked out, bblacey!
  • Routing Issue

    2
    0 Votes
    2 Posts
    855 Views
    mudmanc4M
    I've had this issue, uploading the old config .xml backup resolved the issue. I didn't spend any time looking for the issue cause.
  • 2.3 frustrating - but problem resolved

    1
    0 Votes
    1 Posts
    699 Views
    No one has replied
  • HTTP problem with squid after upgrading to version 2.3

    1
    0 Votes
    1 Posts
    400 Views
    No one has replied
  • After 2.3 upgrade from 2.1 (netgate c2758), no boot loader

    4
    0 Votes
    4 Posts
    1k Views
    C
    It's the same installer whether you do it from memstick or ISO. There isn't an upgrade ISO vs. a new install one. Definitely want to use 64 bit.
  • Can one restore a pre 2.3 config.xml to a 2.3 installation?

    14
    0 Votes
    14 Posts
    4k Views
    C
    @tgharold: Not 100% true. It is true for valid configs. Your <ipaddrv6>FE80</ipaddrv6> isn't valid, that's not link local, it's a string that isn't a valid IP. Not permitted by the GUI and never has been at least in release versions. That was either manually edited into the config, or around from an early pre-2.1.0 beta version before all the proper input validation was in place. Packages that no longer exist can be edited out, but that's not strictly necessary. The worst you end up with there is log spam when restoring to a clean install. In 2.3.1, those are automatically uninstalled pre-upgrade, then those that still exist are reinstalled post-upgrade. If restored to a clean 2.3.0+ version, it'll just log that it can't reinstall packages that are missing. If they had cron entries in the config, those may need manual removal.
  • 0 Votes
    11 Posts
    18k Views
    C
    @tgharold: The workaround is to change those <ipaddrv6>FE80</ipaddrv6> to just <ipaddrv6>without the FE80 portion and then restore the configuration file.</ipaddrv6> only way that happened is if you manually edited that into the config to begin with. That's not a valid IPv6 address, and the GUI's input validation won't accept that.
  • Upgraded to pfsense 2.3 - gre tunnel and route not set properly

    1
    0 Votes
    1 Posts
    662 Views
    No one has replied
  • Upgraded to 2.3-RELEASE, can't remove squid

    2
    0 Votes
    2 Posts
    753 Views
    H
    you can try https://forum.pfsense.org/index.php?topic=105399.msg588219#msg588219 https://forum.pfsense.org/index.php?topic=105399.msg588787#msg588787
  • Alix 2d3 and pfsense 2.3

    6
    0 Votes
    6 Posts
    2k Views
    P
    At the console, get to the shell (option 8) and /etc/rc.conf_mount_rw Then you should get better response from the webGUI. Disable the dashboard automatic update checks. Diag->nanoBSD set the system to permanent RW. Then (if convenient) reboot and check that it comes back RW and the dashboard/webGUI feels happier.
  • Checksums on portal not accurate for 2.3 images?

    6
    0 Votes
    6 Posts
    1k Views
    DerelictD
    You decompressed then hashed. The published hash is on the .iso.gz file.
  • Several PHP hangs after upgrade from 2.2.6 to 2.3

    15
    0 Votes
    15 Posts
    6k Views
    C
    @jim0266: Running ALIX 2.3 with the same symptoms as Gloomrider. I cannot even get to the System>Update page. After about 3 minutes the page times out with a 504 Gateway Time-out. Diag>NanoBSD, switch to permanent rw.
  • Installation via Serial Connection not possible in v 2.3

    2
    0 Votes
    2 Posts
    674 Views
    jimpJ
    Are you entering the keystrokes through the serial console? Or are you trying to use a physical keyboard? When using a serial console image, input would come from the serial terminal PC and not from a keyboard attached to the target device.
  • PfSense 2.3 Update check broken

    Locked
    4
    0 Votes
    4 Posts
    920 Views
    M
    Thank you - I suspect the slowness in mounting the filesystem in read/write when in readonly explains most of my problems and delays with the UI.
  • 0 Votes
    3 Posts
    2k Views
    M
    Just run a backup from your physical box (Diagnostics\Backup/Restore), edit the config file to allow for the possibly different NIC device IDs and import into a fresh install on your VM environment. So yeah, it's an OK idea.
  • 2.3 Crash after viewing Queues Status page

    3
    0 Votes
    3 Posts
    753 Views
    P
    The stack trace is entirely unhelpful! But maybe you are hitting a divide-by-zero problem that is fixed by: https://github.com/pfsense/pfsense/commit/883777874d3064fc9730a0d7e870bf0bc991ae0c and https://github.com/pfsense/pfsense/commit/6f069e921c0a2aabe66ee069c20148b4fcbb0918 Try putting the latest status_queues.php on your system. Or even update to 2.3.1-DEVELOPMENT to get all the good stuff that has been fixed since 2.3-RELEASE.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.