• GUI upgrade 2.3.3 to 2.3.3_1 fails… Lost LAN and WAN

    2
    0 Votes
    2 Posts
    787 Views
    jimpJ
    Without knowing what it's saying on the console, it's impossible to speculate. 2.3.3 to 2.3.3-p1 is a very, very small update. It is highly unlikely it would be the cause of a connectivity problem.
  • No Web GUI - LAN and WAN working, pfSense 2.3.3 clean install

    2
    0 Votes
    2 Posts
    664 Views
    V
    I don't use Windows so I'm guessing that the Kasperky software is intercepting your https connection and it doesn't like the self signed certificate issued by the pfSense software. Try temporarily deactivating your Kaspersky software to see if you get a browser error that you need to create an exception for the pfSense software self signed certificate. It may work OK with Kasperky after you create the exception.
  • SATA or CF-Flash , for new install + Can't load kernel message w. USB inst

    13
    0 Votes
    13 Posts
    2k Views
    bingo600B
    @pfBasic: Try this: https://forum.pfsense.org/index.php?topic=117469.0 Ahh Thanx I just did this (booting from the ssd) Check if enabled (ssh to pfSense, and select the shell) /sbin/tunefs -p / To enable 1: Boot in singleuser mode (use console) 2: do a df , to get the disk uuid 3: Enter (adapt to your uuid) - /sbin/tunefs -t enable /dev/ufsid/ <uuid from="" df="">4: reboot Check if enabled /sbin/tunefs -p /</uuid> /Bingo
  • Alix after 2.3.3-p1 upgrade version.patch is still 0

    3
    0 Votes
    3 Posts
    994 Views
    P
    Good, so I am not going crazy. The usual process is that the system reboots and during the boot various code is unpacked - so the install is done in practice at that time. I would have thought that version.patch would get put into place at that time, along with other stuff to be added/updated in /etc, and thus would be visible in /etc in its proper upgraded state. But I guess somehow version.patch is in some component pkg that only "does its thing" on the 2nd boot. Renato is likely to know the detail of all that process straight off the top of his head.
  • Upgrade 2.3.1 to 2.3.2 fails

    15
    0 Votes
    15 Posts
    9k Views
    F
    I run into the same problem, in my case it was a bad link for the pkg cache. This is how I fix it: # unlink /root/var/cache/pkg # mkdir /root/var/cache/pkg
  • Pfsense on Exetel fttp nbn

    1
    0 Votes
    1 Posts
    770 Views
    No one has replied
  • Kernel: pfr_update_stats: assertion failed pfsense from 2.3.3 to 2.3.3_1

    1
    0 Votes
    1 Posts
    755 Views
    No one has replied
  • Update to 2.3.3_1 issue - RESOLVED

    4
    0 Votes
    4 Posts
    2k Views
    X
    Here is the current result of running``` pkg info -x pfSense pfSense-2.3.3_1 pfSense-Status_Monitoring-1.6.1_3 pfSense-base-2.3.3_1 pfSense-default-config-2.3.3_1 pfSense-kernel-pfSense-2.3.3_1 pfSense-pkg-AutoConfigBackup-1.47 pfSense-pkg-Avahi-1.11_2 pfSense-pkg-openvpn-client-export-1.4.1 pfSense-rc-2.3.3_1 pfSense-repo-2.3.3 pfSense-upgrade-0.20 php56-pfSense-module-0.13
  • RFC1918 and Block BOGON networks issue

    7
    0 Votes
    7 Posts
    2k Views
    johnpozJ
    While yes blocking rfc1918 and bogon on your wan is a common normal security practice.. To be honest its not really one of your bigger bang for the buck items..  And can cause more issues then it worth if you ask me.. All unsolicited traffic inbound to your wan is going to be block right out of the box.  So the only thing that would allowed in is stuff you have forwarded on purpose.  Or something that was in answer to a connection you made. So since rfc1918 and bogon do not route on the internet.  The only possible places where those address could actually talk to your wan would be if they came from your ISP.. So what if there is a misconfigured idiot on your same isp that is talking from bogon or rfc1918.. And he hits your open port - that you have open to the public internet anyway!
  • Using pfsense with OpenReach modem

    2
    0 Votes
    2 Posts
    958 Views
    V
    Yes, it should work assuming that you have two interfaces in the computer running pfSense software, one for WAN (Openreach pppoe) and one for LAN (BT Hub). I have never tried a BT Hub without the DSL plugged into it but I am using other wireless routers as access points successfully. I would tape over the BT Hub DSL port and make a note for others that this port is redundant because you are using the Openreach modem instead.
  • 0 Votes
    3 Posts
    894 Views
    P
    Upgrades from any old version config work fine for the base system and any packages that still exist with the newer base version. The upgrade code takes care of any conversions needed of the config. So as @heper says, the main thing is to first check for any packages that no longer exist, and remove those.
  • Unable to start pfSense login screen

    18
    0 Votes
    18 Posts
    11k Views
    M
    Old thread, but I just figured out the answer for myself I could install and setup pfSense just fine, it got a DHCP IP on the WAN and 192.168.1.1 on the LAN, but I couldn't ping the box, or hit https://192.168.1.1 in a browser! The key is to configure VirtualBox's host-only networks; not just the network adaptors for the VM, but VBox's configuration for the networks themselves Go to: VirtualBox -> Preferences -> Network -> Host-only networks For me vboxnet0 (the one you get by default is configured as) 192.168.0.1 255.255.255.0 DHCP Enabled I'm pretty sure this means that if you setup the LAN interface on the VM to be a "Host-only Adapter", your host machine gets assigned an IP address of 192.168.0.1 on the virtual network that VBox sets up for you. This means you're on a separate subnet than the LAN interface of pfSense TL;DR The Fix: Configure host-only network "vboxnet1" (or any of the other host-only networks if you're already using vboxnet1 for other VMs) with the following: 192.168.1.77 (or whatever IP you want your host to appear as on the network) 255.255.255.0 DHCP Disabled The make sure that the LAN adapter on your pfSense VM is a "Host-only Adapter" and that it's using "vboxnet1" (or whatever network you configured above) Reboot/re-install and http://192.168.1.1 should work now VBox  : 5.1.16 pfSense: 2.3.3 MacOS X: 10.12.2
  • PfSense on CF 1GB

    23
    0 Votes
    23 Posts
    12k Views
    B
    Using bootable linux on USB, did wiping all the partitions on DOM, crate one new FAT32  partition, but result is the same error. Accessing logs, there is line at the end of logs: Executing '/sbin/bsdlabel -B -r -w ada0s1 auto' bsdlabel: /dev/ada0s1 read: Invalid argument Did not try with Ultimate Boot CD, but effect should be the same.
  • Mountroot problem on Firebox X750e

    3
    0 Votes
    3 Posts
    1k Views
    K
    The same issue. Some one resolve it? pfSense-CE-2.3.3-RELEASE-4g-i386-nanobsd
  • Netgear WNR2500

    4
    0 Votes
    4 Posts
    971 Views
    johnpozJ
    No there is no home router that would run pfsense.. Your talking like something you go the local computer store and pick up.. Like linksys, belkin, dlink, etc..
  • Server Migration with Certificates/Users

    3
    0 Votes
    3 Posts
    835 Views
    B
    Oh nice, i tought that isn´t included. Then i gonna try this. THank you.
  • PfSense upgrade failure

    7
    0 Votes
    7 Posts
    2k Views
    jimpJ
    Missing that function means that a file may be missing or corrupted on the disk and if one is, more probably are. It's possible the disk has a problem, or it may be a problem with the filesystem. Download the serial memstick installer and reinstall 2.3.3 to the mSATA disk. If you still have trouble after that, consider replacing the mSATA.
  • 0 Votes
    2 Posts
    681 Views
    K
    Any updates?
  • Kernel panic hfsc_dequeue after upgrading 2.40b to latest

    1
    0 Votes
    1 Posts
    409 Views
    No one has replied
  • Ova appliance harddisk size

    8
    0 Votes
    8 Posts
    2k Views
    DaReaLDeviLD
    Hi Heliop, it is a virtual machine like yours made with the newest ova… but that there is no swap suprises me. I'm going to test it out what happens, i have squid, guard, snort and blocker. Think that will be enough  ;)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.