• After install, computer does not boot.

    Locked
    12
    0 Votes
    12 Posts
    8k Views
    F

    When you select 'install to the hard drive'  what option are don't manually configure the hard drive.  Use the default setting.  Unless you know how to configure the hard drive.  It can cause some issues booting.

    Trying installing and selecting all defaults.  You can always use the M0n0Wall installation guide for the HD installation part.  I just can't remember where to find the installation guide.
    RC

  • ADSL router with support for no-NAT and multiple WAN IPs - UK only

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    M

    Ok on the netgear I have the following settings (all else at default)

    Basic settings - PPPoA username & password
    Advanced - LAN IP setup - I set the IP address details in there as WAN IP in my case 78.33.154.x (I won't publish my full IP) subnet 255.255.255.240, I also unticked the box use router as DHCP server

    On Pfsense I put the ip in under WAN as 78.33.154.x/28

    Hope this helps
    Martin

  • Acd0 failure read_big harware error

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • NIC not recongnize by PFsense (Solved by install PFS1.2.3)

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    B

    Installed PFS 1.2.3, problem solved. Thank you so much guys.

  • Wireless NIC

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    W

    Whats the FreeBSD interface name of OPT1? You can find this from the web GUI: Interfaces -> (assign) In the Network port column there is the FreeBSD interface name follwed by a MAC address in brackets, for example: rum0 (00:1b:11:b5:c1:c8).

    Perhaps the interface you have chosen for OPT1 is not really a wireless LAN interface.

  • Memory usage too high?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Loving pfsense, looking for a recommended 802.11N AP

    Locked
    8
    0 Votes
    8 Posts
    9k Views
    L

    I have tried 802.11g with a Linksys WRT54GL (official firmware) for high resolution videos as well. I'm using Ubuntu + MediaTomb as server and PS3 as client, but the video streaming stuck sometimes.

  • PC Engines - alix2d13 & full install?

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    K

    I'm sure on the branding terms, I've heard that some of the higher end Sandisk and such use the same type of memory, but I'm not sure how you'd tell for sure.

    I've been buying InnoDisk iCF4000 modules from these guys: http://www.memorydepot.com/ssd.asp

  • Axiomtek NA-810A/B

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • HP ProLiant DL160 Nic Gigabit PCIe NC320i

    Locked
    7
    0 Votes
    7 Posts
    8k Views
    E

    I would ask before hand for an excuse to open up this issue again, but that I have a problem here in this area and has a solution, but I can not find it.

    I have a ProLiant DL 160 server, but can not install pfsense 1.2.3 RC1, the problem is that the installation was paralyzed, not moving, it stays in this instruction …
    p4tcc3: <cpu frequency="" thermal="" control="">on cpu3
    and fails to menu</cpu>

  • Pfsense 1.2.3rc2 will crash with fabiatech FX5621 agere cards

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    B

    the source on the cdrom is ver. 1.2.2 :
    #define DRIVER_VERSION_STRING  "1.2.2"
    #define DRIVER_VENDOR          "Agere Systems, http://www.agere.com"
    #define DRIVER_BUILD_DATE      "01/31/2006 15:40:00"
    #define DRIVER_DESC            "10/100/1000 Base-T Ethernet Driver"

    The vertion in linux -kernel is from this project :
    http://dadams1969.googlepages.com/et131xkernelmodule

    So you see the main code base is from 2006/5 !! (what is my cdrom)
    that would not help any  ::)

  • Fabiatech FX5621 opinions

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    belleraB

    Hello!

    For me, FX5621 doesn't work …

    Please, see at:

    http://forum.pfsense.org/index.php/topic,16898.msg88743.html#msg88743

    Regards,

    Josep Pujadas

  • Sweet small device for pfsense?

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    K

    I've been very happy with it.  It's compact, runs on 12v, and has plenty of CPU.  I've been able to push 30MB/s between 2 of the interfaces with no problems.  No special setup was needed.  I just installed 1.2.3-rc2 on a CF card and booted it.  The only out of the norm thing I've done is a few tweaks to get CPU power management running.  If you are in a decently ventilated area (i.e. not an enclosed cabinet inside a wall like my install), then you shouldn't need to worry about it.  The machine is a bit on the pricy side, but well worth the money if you want to do >100Mbps.

  • ALIX 2c2 advice needed

    Locked
    16
    0 Votes
    16 Posts
    7k Views
    S

    Thanks for the link, the latest snapshot (pfSense-1.2.3-20090615-1722.img.gz) worked great for me.

    Ill eventually have to get a serial port attached for bios updates, but atleast I can play with it for the time being!

    Cheers

    Slam

  • Adding new disk

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    C

    @fstab
    /dev/da0s1a            /cache0        ufs    rw,noatime      0      1
    #/dev/ad1              /cache1        ufs    rw,noatime      0      1

    you may also need to add some script to check that drive for consistency.

  • Adding second harddrive howto. for squid

    Locked
    2
    0 Votes
    2 Posts
    20k Views
    C

    for some kind of fail over or improper shutdown other drive need to be scanned and mount.
    If cache0 is the cache_dir /cache0
    you need to edit also the squid.sh

    #!/bin/sh # This file was automatically generated # by the pfSense service handler. rc_start() { if [ -z "`ps auxw | grep "[s]quid -D"|awk '{print $2}'`" ];then         if [ ! -d "/cache0/00" ];then                 if [ -z "`ps auxw | grep "fsck_ufs -y /cache0"`" ];then                 fsck -y /cache0                 fi         mount -a         fi         /usr/local/sbin/squid -D fi } rc_stop() {         /usr/local/sbin/squid -k shutdown # Just to be sure... sleep 5 killall -9 squid 2>/dev/null killall pinger 2>/dev/null } case $1 in         start)                 rc_start                 ;;         stop)                 rc_stop                 ;;         restart)                 rc_stop                 rc_start                 ;; esac
  • Throuput Question

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    S

    Out of curiosity, how would on board pci-e be comparatively to dual gig on board?

  • Looks like I have a hardware load problem.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    W

    @covert:

    Is my speed limit simply not enough resources in the system ? I find it hard to belive the dd-wrt router with a 216Mhz CPU and 32Meg ram can out perform it.

    In some work loads a faster CPU may actually be a disadvantage.  Here's why. Interrupts are a high overhead activity: not only does the previous context have to be saved and restored but the cache can be trashed by high interrupt rates. You may have an application running. That application has high locality of memory reference so that most of its memory accesses are satisfied from the cache. An interrupt happens and for a while most of the memory references for the interrupt handler can't be satisfied from the cache but from much slower main memory. By the time the interrupt handler returns there may be very little of the application's memory in the cache so when the application runs again the cache gets refiled with application data and code.

    If there is a heavy network load and the CPU is fast enough that it generally processes only one frame per interrupt then the cache related overhead will be considerably higher than it would be on a CPU that was somewhat slower and consequently processed more frames per interrupt.

    Some NICs have a mechanism allowing the device driver to specify that interrupt requests should be delayed some short time to increase the likelihood that there will be multiple frames available for processing by the interrupt handler.

    You don't say what NIC is in your system so I can't comment on whether it has that interrupt delay capability.

    Some people have found that enabling polling (from the web GUI, System -> Advanced, check the box Use device polling in the Miscellaneous section) produces a considerable improvement in throughput. (This comes with a cost of a somewhat increased latency but the increase should generally be no more than about 1 mS and will often be much less).

  • Linksys WMP54G

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    T

    It just keeps going up and down…up and down.  Thankfully I found the receipt and will probably return it since nobody seems to have a solution.

  • PFS ON RAID 10

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    F

    You where tryng that with a software raid.  I would actually get a raid controller that is support by freebsd and connect the disks to that controller.  It would be much faster at that point.  Also if a drive should fail the controller is going to be making a beeping sound and you connect to the bios of the controller and see exactly which disk has failed.

    Software RAID is much sower in comparision to hardware RAID.
    RC

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