• Need Advice

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    J
    Ok Bill. For the moment I have compiled the driver and I have installed it on the 1.0.1 (using loader.conf to load it at bootup). I'm using the card for pfSync only and all seems to be ok. If I have troubles I will post it there to let people know about my tests…. Will RELENG_6_2 support BMC5714 correctly ? Many thx for you advices.
  • Error message: rl0: discard oversize frame

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    E
    Ok I have just send a PM ;)
  • MOVED: kernel: ath0: link state changed to DOWN

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Pfsense on IT-100 BOX

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    M
    Well, I did some testing and my other laptop running linux seems to pick up an address from its wireless connection. I then plugged the laptop's card into my main laptop, currently running Windoze XP. Sure enough, it picked up an IP without a problem. It's obviously a problem with the windows driver for my wireless card. Now, to figure out how to a) successfully update the embedded image (I'm getting fopen/fclose errors on startup on boot after an update, which I'm guessing is PHP trying to write to the filesystem after it's been mounted Read Only - and I can't figure out how to re-mount the filesystem as write so that I can change /etc/platform from embedded to pfSense, reboot to allow the changes to be made and then change back to embedded), or b) Find out why after placing my CD install to CF card of 1.01 in embedded mode I'm getting lots of "disk is dirty" messages, again I'm guessing these are due to the fact that the filesystem is mounted Read Only. And the 512Mb CF image linked to above gets stuck pretty early in the boot process.
  • Fwe - ethernet over firewire not working

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    S
    If it works down the road it will be added back.
  • Problem with new Cisco switches

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • VIA EPIA PD10000 Dual LAN Mainboard

    Locked
    8
    0 Votes
    8 Posts
    5k Views
    N
    Nice to see people like the FX5620. Just a quick note to let you know about the Jetway boards we now have as well: http://linitx.com/index.php?cPath=12_138 We have just got the new J7F4 with Dual GigLan on board. Also the J7F2 with a 10/100 NIC on board, and optional modules to add-on up to 3 10/100 or Gig NICs. TTFN Nick.
  • Any plans to utilize the lights on the front of the WRAP board?

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    H
    You can utilize commands to turn on/off/blink lights in hidden config.xml commands on bootup or on filter reload: http://faq.pfsense.com/index.php?action=artikel&cat=10&id=38&artlang=en&highlight=hidden  ;) like make it blink with earlyshellcommand and switch to sold with shellcommand after it's up… Just tested this and it works (insert below your <system>tag in your downloaded config.xml and restore it again):   <earlyshellcmd>echo 1 > /dev/led/led2</earlyshellcmd>   <shellcmd>echo 1 > /dev/led/led3</shellcmd> This will do the following on a wrap (like a progressmeter): light 1 turns on when system is initializing bios light 2 turns on early in the boot process light 3 tunrs on when the bootup is nearly finished In case you have only one LED (soekris) you can try this:   <earlyshellcmd>echo f4 > /dev/led/led1</earlyshellcmd>   <shellcmd>echo 1 > /dev/led/led1</shellcmd> This will make the first LED blink when early in the bootup process and switch to solid when it's nearly done.</system>
  • 128MB of RAM required ?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    H
    You can give it a try but if things break don't say you haven't been warned. We have introduced several performance improvements that eat some ram as pfSense is targeting at bigger systems. Maybe you would be better served using m0n0wall (depending what features you need and use). m0n0 doesn't have that high requirements.
  • PfSense processor

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    M
    @hoba: First you should try to get a board with the fastest available pci bus with some good nics (intel preferred). Keep in mind that all traffic has to pass pci and cpu. As you want to run snort too make sure you have enough ram in there and also a good cpu (I wouldn't go with a celeron but that's more of a "feeling" rather than experience or benchmarks). Unfortunately I don't have the possibility to bench such systems under that load though I'm interested in the results. Please post back any findings if you do tests. Thanks, Hoba. There was 2 hardware platforms in my firewall. 1. Celeron 400 slot 1 (m/b Abit bf6)/256Mb RAM/2Gb HDD Fujitsy/1xIntel pro/1000 desktop NIC on DMZ & 3xRealtec Nics on LAN, WAN & OPT2. Polling was used. Snort was used with almost all rulesets checked on except nearly 12 rulesets (i.e. nearly 36 rulesets), snort was set to "lowmem". Also i used ntop. There was 10 rules on WAN interface, 8th rule was used in test. In this case i have 12Mbit/s output (on traffic from DMZ to WAN). 2. Athlon 1600+/512Ram. Other hardware was the same as in 1st case. In this case i have 50-55Mbit/s output. Then i leave only 18 rulesets in snort (vs nearly 36 in 1st case), snort was set to "ac" - the result was 100Mbit/s. I think with ntop turned off it would be 120Mbit/s. Now i am planning to upgrade my firewall and will post back my results.
  • Promiscuous mode

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    E
    I reinstalled pfsense and it works fine now.
  • Question re NICs

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    P
    Thanks :)
  • Weird fdisk error, but installation worked after all

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    L
    @hoba: Check your Bios for the settings mentioned in this mail: http://www.mail-archive.com/support@pfsense.com/msg03811.html Sometimes it seems to have problems detecting the correct diskgeometry. Thanks man, I had packetmode off, but the Bios settings were in Auto, so that's why it happened. Thanks again.
  • How to config my CF Memory in my Bios?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    H
    It will boot up to fully working state on 64 mb BUT you will encounter random process killing later when you push it too hard or use too many features. If you get it booting you should add some RAM to make it run fine.
  • SMP on a quad xeon MP box.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    J
    yeah, it wouldn't just be for routing heh, of course it'd be doing other tasks, and these are xeon MP's, more like hyper threading than dual core, but still shows up as 8 heh thanks for the input Josh
  • Axe & altq not supported? (PFSense 1.0)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H
    The driver has to support altq and the axedriver simply doesn't. See http://forum.pfsense.org/index.php/topic,16.msg35.html#msg35 for a list of compatible drivers. With this nic you can't do trafficshaping but it will be fine when using without trafficshaping (besides that usb is pretty slow and might cause some other issues; freebsd's usb support is not that great atm).
  • Memory usage increase with RC3??

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    D
    thanks jeroen234 I'll bet that is what I am seeing. I upgraded from RC2 to RC3 using the full upgrade and I had done the same for RC2. I have an optional interface running, traffic shaping, and a separate package (ntop) running. I'm betting this is just using the extra memory.  It stays around 60% so I'm not worried. thanks for the input
  • NOkIA ip330 works great

    Locked
    48
    0 Votes
    48 Posts
    46k Views
    R
    @box_l: hi, for those of you who are interested, the type of null modem cable required to see the BIOS is shown on http://www.lammertbies.nl/comm/info/RS-232_null_modem.html about half way down "Null modem with partial handshaking" i had to make my own as i tried about 8 cables from colleagues and friends to no avail. very satisfying when it worked, i can now boot from a cd on a dual connector ide and should be able to install direct. (if the installer outputs to the serial console correctly!) BoX Nice to know. Didn't know there was soo many different kinds. I just bought one off ebay for a few bucks and it works great. Can get into the BIOS too.
  • CPU usage higher than normal

    Locked
    12
    0 Votes
    12 Posts
    7k Views
    C
    @Phusho: My problem is overpowered CPU on 266 Mhz ;) must change the system if have problems with more traffic for now it is not issu\ Edit: the numbers from the previous post are time 10 bigger it is for 30 Mbit/s when pfsense is at 100 % not 3 with m0n0wall top speed with the same system is about 50-60 Mbit/s. 30 Mbit/s is more than enough for the current use :) 10x for reading. A 266 MHz, if we're talking about a WRAP or Soekris 4801, will push about 30-32 Mbps with pfsense, and 40-45 Mbps with m0n0wall.  If it's a generic PC with a 266 MHz proc, numbers will vary depending on what type of machine, what NIC's, etc. Those numbers are for an optimal transfer - single TCP stream, optimal packet size, etc.
  • Weird prob with a slot 1 P3 motherboard

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    H
    Depends, you won't get a bios labeled year 2006 but in case you get an old version that is still newer than the one you have I would give that a try.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.