• Slow connections?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Pfsense 2.4 and pfBlockerNG issue.

    15
    0 Votes
    15 Posts
    5k Views
    D

    That Shellcmd worked great. Updated to the latest dev version 11/19 and had no issues with PFblocker this time.
    Thanks!

  • New trafic graph resets itself & other glitches

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    That's a known issue with the new graphing style/library. I'm not sure how feasible a fix is though. I think I had opened a ticket for that a while back but I don't see it at the moment.

  • Pfsense 2.4 i386.

    8
    0 Votes
    8 Posts
    4k Views
    jimpJ

    You are correct, we are going to continue with security/errata updates for 2.3.x for a while after 2.4 is released.

  • Install pfSense-pkg-nrpe-2.3.1_1.txz

    7
    0 Votes
    7 Posts
    2k Views
    cwagzC

    It looks like this issue is fixed now.  I put a note on the bug report you filed.

    Thanks

  • Tried ZFS Mirror - Unable to Mount

    8
    0 Votes
    8 Posts
    2k Views
    jimpJ

    Custom changes always go in loader.conf.local. Never change loader.conf.

  • Configure third interface by gui.

    2
    0 Votes
    2 Posts
    719 Views
    jimpJ

    Dropping a note here to match what I put on the bug report you opened:

    I tried this a couple times and it always worked for me. If you can reproduce it again, take notes of the exact steps performed and exactly when contact was lost with the firewall and which parts of the process were saved and which had to be performed again.

  • DNS forwarding not working

    2
    0 Votes
    2 Posts
    991 Views
    D

    Just started working all by itself after I came back an hour later. Did not add any rules. Strange.
    Couldn't debug this since the firewall logs do not work yet.

  • Empty firewall log.

    3
    0 Votes
    3 Posts
    920 Views
    K

    Thanks Jim. I will keep an eye on that  :)

  • "ufs in RAM" on dashboard, when using ZFS

    5
    0 Votes
    5 Posts
    2k Views
    w0wW

    Yes jimp, thanks for the tip, I've checked with mount and found that it's RAM drive and it's UFS.
    I don't know why but I was thinking that ramdisk for ZFS should be created with
    zpool create RAM /dev/mdx "by design", but looks like it can be done in any way, if it does not matter like Harvy66 mentioned.

  • Loading config issues

    1
    0 Votes
    1 Posts
    675 Views
    No one has replied
  • 2.4 HA cluster broken

    6
    0 Votes
    6 Posts
    2k Views
    jimpJ

    I tested and merged the PR, next snaps should have it.

  • Looking for a 3.0 board

    3
    0 Votes
    3 Posts
    4k Views
    J

    announcement soon.

  • Realtek drivers in 2.4

    2
    0 Votes
    2 Posts
    1k Views
    J

    @blueduckdock:

    Hey all,
    Was wondering what the state of Realtek drivers are in 2.4. Reason I ask is I get the infamous "watchdog timeout" on 2.3 with my Realtek cards. I understand that 2.4 is based on FreeBSD 11 now so I was wondering if those drivers appear to fix any of the issues you normally see on the Realtek cards. It also made me wonder because the new SG-1000 has dual gigabit NICs but I'm not sure that they are Intel (I would venture to say they are Realtek too- just a hunch) but can't find any info on it.

    I'd be more than willing to help test 2.4 if I could get stable ops with my Realtek card. Otherwise I might have to go down that custom driver solution.

    Realtek - we don't sell anything with these in it, so we're not prioritizing same.

    SG-1000 NICs are on-die (they're part of the SoC).  Clearly not "Intel" or "Realtek".

    further to Realtek driver, nobody is really working on it: https://github.com/freebsd/freebsd/commits/master/sys/dev/re

    last two changes there are post 11.0-RELEASE.

    I have no idea what your "go down that custom driver solution" statement is about.

  • Opera Browser

    5
    0 Votes
    5 Posts
    2k Views
    MikeV7896M

    The thing is, like many VPNs these days, they often run over port 443, which also happens to be the port for SSL. You might do some research and see if maybe there are specific hosts on Opera's end that can be blocked to prevent the VPN connection from being made. Create an alias list of the hostnames, then create a firewall rule blocking communication with that alias list.

  • OpenVPN

    2
    0 Votes
    2 Posts
    1k Views
    D

    found it
    problem with "ifconfig-push"
    without it works fine

    in server logs:
    MULTI_sva: pool returned IPv4=10.0.7.2

    but i push 10.0.7.100 and client gets 10.0.7.100

  • UEFI boot problem on real hardware.

    4
    0 Votes
    4 Posts
    3k Views
    w0wW

    I think it's https://bugs.freenas.org/issues/16280
    Confirmed. It boots after manually editing UEFI entries.

    Updated by Grzegorz Krzystek 3 months ago

    Bios Version: 2.90
    Latest for C2750D4I
    In particular it's not a bug, but proMicrosoft implementation, of uefi boot sequence, and well known problem of many UEFI Bios on many motherboards.

    windows boot loader have path: EFI\Microsoft\Boot\bootmgr.efi

    and there are bios implementation like Asus one that expecting Windows Boot loader on internal hard-drives, and respecting EFI/BOOT/BOOTX64.EFI only on removable devices.

    all UEFI implementations allows user to manage bootentrys.
    adding new entry by uefishell that subbort bcfg is one line, in my case was:
    shell>bcfg boot add N fsV:\EFI\BOOT\BOOTX64.EFI "FreeNAS"
    where N was number of entry nad V was number of Filesystems that efi was able to read (all fat partitions are numbered and are accessible from uefishell)
    after adding this entry, i see FreeNAS in bios as Bootable device that can be selected in boot order menu.
    same operation is done in some Linux distros when grub-efi is installed by invoking command efibootmgr, cause some distros placeing grub in different dirs in EFI_BOOT partition. so adding these record to UEFI boot order make them bootable.

    I just did

    bcfg boot add 10 fs0:\EFI\BOOT\BOOTX64.EFI "pfSense"

    bcfg answers that entry 10 is 0000 (do not exists)  and corrected it with number 3

    and on next boot selected new entry in UEFI settings boot priority.

    All done!

  • Permission problem after enabling RAM Disk

    1
    0 Votes
    1 Posts
    826 Views
    No one has replied
  • Loadbalancing works with Tri-WAN setup :)

    1
    0 Votes
    1 Posts
    816 Views
    No one has replied
  • Just want to say Thanks

    1
    0 Votes
    1 Posts
    876 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.