• After Upgrade API mismatch

    2
    0 Votes
    2 Posts
    342 Views
    RicoR
    Open a ticket with the Netgate support (free & fast) here: https://go.netgate.com to get the SG-1100 factory Image and reinstall: https://docs.netgate.com/pfsense/en/latest/solutions/sg-1100/reinstall-pfsense.html -Rico
  • IP issue after initial setup

    4
    0 Votes
    4 Posts
    455 Views
    DaddyGoD
    @no1scary said in IP issue after initial setup: I believe the issue was switch related. I just want to note that TP-Link is not usually a VLAN guru. I don’t like to see it in our systems.... The Cisco SG300 / 350 series is affordable and usable in SOHO
  • making interface usb network interface persistent on reboot.

    1
    0 Votes
    1 Posts
    246 Views
    No one has replied
  • Pack Manager Fail to Upgrade / Un-install / Install / Re-install

    6
    0 Votes
    6 Posts
    9k Views
    P
    Hi all, I've run into this problem as well and appreciate the suggested fixes. The fixes suggested, by themselves, however did not fix my package hang problem. I was, however, able to find additional information, when augmented to these fixes, solved the hang problem in package manager. The root of the problem for me was that everytime I restored a backup configuration, the package manager would hang when trying to reinstall or update packages. The cause of the problem was due to a known problem with the squid package. Unless the squid service is stopped (disabled) prior to a package reinstall, the package manager will hang on a squid reinstall. My guess is that squid may not be the only package service where this may happen. To fix the problem, I performed the following steps: Stop (disable) all package services to be reinstalled or updated. Open command prompt from the Diagnostics Menu item. Execute the following command to see which process has the database locked: “ fstat /var/db/pkg/local.sqlite ” Confirm process is locking database by executing the following command: “ procstat -c (process number) ” Look for partial listing (e.g., child processes) by executing the following command: “ pstree (disply if any partial listing) ” Kill processes, starting with child processes, by executing the following command: “ kill (process number) ”. Repeat steps 1 through 5 until until there are no longer any processes locking the database. Ensure that the package database directory exists by executing the following command: “ /bin/mkdir -p /var/db/pkg/ /root/var/db/pkg/ ” Force an update of the package repository data by executing the following command: “ /usr/local/sbin/pkg-static update -f ” Force a reinstall of the pfSense base package and kernel by executing the following command: “ /usr/local/sbin/pkg-static install -yf pkg pfSense pfSense-kernel-pfSense ” Refresh the php.ini and other files to ensure they are loading the correct modules by executing the following command: “ /etc/rc.php_ini_setup ” If any additional packages were installed, reinstall them manually using the GUI if possible, or by using pkg-static install from the command line using the following command: “ /usr/local/sbin/pkg-static install -yf <additional-package> <another-additional-package> ”
  • Installing via serial- Can't get past choosing terminal

    2
    0 Votes
    2 Posts
    336 Views
    P
    I was using the keyboard I plugged into it..which allowed CTL-ALT-DEL but actually using the keyboard on the computer I am using the terminal worked.
  • Box recommendation needed

    4
    0 Votes
    4 Posts
    496 Views
    bingo600B
    @rustydreamcast said in Box recommendation needed: Would these generic J1900 boxes on AliExpress be up to the job ? In a not so near future the J1900 would prob. not be supported by pfSense , due to the missing AES-NI instructions. Pick a (64bit) CPU that supports AES-NI /Bingo
  • 2.4.4-p3 restore - libreadline crash (on every reboot)

    11
    0 Votes
    11 Posts
    927 Views
    bingo600B
    @Gertjan This was a purely academic excercise (for now). What i would like to see is a "Tick box" on the "Restore" page , that says : Strip (exclude install of) packages, from the restored config. Not the package config , just the physical package entry in the xml. That would IMHO solve a lot of trouble, and especially now. Since Netgate already have given the possibility to to use the previous repos (2.4.4 Deprecated). But you are right , as I'm getting the hang of the xml file , i could just strip the physical package section my self. But a tickbox would be much more elegant. /Bingo
  • Upgrading from 2.3.2-p1 to current

    8
    0 Votes
    8 Posts
    781 Views
    S
    I just had this happen again and re-found this thread and realized I never posted the solution. Ctrl-Shift-F5 fixed it for me this time. I think last time the SVG was 0K for whatever reason and I just copied it from another working one. In case anyone else comes across this.
  • Prometheus/Node_Exporter On PFSense

    13
    0 Votes
    13 Posts
    10k Views
    C
    Has anybody gotten node exporter to work on 2.4.5 and have steps? Would love to scrape pfsense with prometheus. Thx!
  • 0 Votes
    7 Posts
    763 Views
    A
    https://forum.netgate.com/topic/154403/squidguard-update-fails-after-upgrading-pfsense-2-4-5-release-p1/52 hope it gets fixed in the next update
  • Connecting PFsense to a TP-link AC1200 ADSL router

    4
    0 Votes
    4 Posts
    1k Views
    A
    @Rico yep thanks 4 update...
  • Pfsense frozen on the boot

    1
    0 Votes
    1 Posts
    144 Views
    No one has replied
  • 0 Votes
    2 Posts
    274 Views
    bmeeksB
    Yes, you can do that. The official Netgate/pfSense documentation for the import and installation of an existing configuration into a fresh install of pfSense is here: https://docs.netgate.com/pfsense/en/latest/backup/automatically-restore-during-install.html.
  • combining sections of XML backup files ?

    3
    0 Votes
    3 Posts
    392 Views
    N
    Thank YOU !
  • New NIC card on existing setup ?

    5
    0 Votes
    5 Posts
    521 Views
    buggzB
    Shrug, it seems to be working...
  • Can't access Web Interface

    3
    0 Votes
    3 Posts
    376 Views
    T
    Ok. All of this time I've been trying to configure the virtualbox network options. I ve been trying to connect pfsense from my Wireless on my ubuntu. Trying 192.168.1.1 ... 10.0.2.0 ... everything. the virtualbox net: 10.0.2.0 host machine: 192.168.1.1 DHCP: 192.168.1.100 sub adress: 192.169.1.101 top: 254 I've tried: First Nat Network and second Only Host First Bridge Network and second Bridge Network First Bridge Second Inline inbound .. or whatever What can i do. Is there any method except usb boot? in linux?
  • CAM Status SCSI Status Error usb / cd / AMT

    hardware
    2
    0 Votes
    2 Posts
    1k Views
    C
    I can confirmed this also happens with FreeNAS USB installers.
  • admin login with ssh fails in restored configuration

    3
    0 Votes
    3 Posts
    267 Views
    A
    @NogBadTheBad said in admin login with ssh fails in restored configuration: Try removing your ssh known hosts file on the device you are running ssh from, the ssh key has changed. [...] I do get prompted for password, and then you can see the "Authentication error" in the log file - so this past the ssh fingerprint detection.
  • Install freezes with USB on 3I525D

    6
    0 Votes
    6 Posts
    855 Views
    fireodoF
    @jlh said in Install freezes with USB on 3I525D: @fireodo no problem. I got it running by installing on the notebook and putting the ssd back into the LEX (64Bit:-). As a windows user I didn’t know this was possible. But still I’d like to know why the LEX freezes. Perhaps some BIOS settings concerning the USB Ports where you plug in the stick ... just guessing.
  • 0 Votes
    3 Posts
    401 Views
    R
    Wiped the FW and reinstalled pfSense 2.4.5p1. Applied my backed up config; same issue. Wiped the FW and reinstalled pfSense 2.4.4p3. Applied my backed up config; all packages downloaded and installed smoothly. I guess I'll be staying on 2.4.4p3 for now.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.