• Unable to do a clean installation of PFSense on a HP Server

    Locked
    7
    0 Votes
    7 Posts
    8k Views
    C
    Locking due to continued thread hijacking.
  • Lightsquid

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    F
    Try posting here as this is the English side http://forum.pfsense.org/index.php/board,12.0.html
  • DNS help.. i think

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    L
    Thanks for the help.. i'll play around with that.
  • Installing …. installing ....

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    F
    IBM machines are tricky to install Linux, I remember trying to install Linux mint and it refused and refused (I think is the BIOS) and given it up in the end and sold it on the good old ebay. Try this… Google search http://lmgtfy.com/?q=pfsense+ibm Burn another pfsense copy (AT A SLOW SPEED!) from http://www.pfsense.org/mirror.php?section=downloads Another hard drive (Not the original that come with it)   ::) Nics cards have died or static etc?  ??? Francis
  • PfSense on VMware vSphere

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    @canefield: Dear all, Does somebody has any suggestions/ideas running or not running pfSense on a virtual environment? I know, it is best to use it as a seperate box indeed, but what happens while virtualized. Does pfSense support it? How about giving resources to it. How much CPU, RAM should I reserve for it? Because VMware is using a smarter way of resource managent I can only guess such things. Is there a formula? While installing a noticed pfSense had identified it as a virtual machine/platform. So I suppose it is working perfectly under VMware. The other reason I post this is because I think on some point something is lacking. For instance; I had a well-working environment with pfSense, Snort, Squid3 en Varnish. Suddenly, while no configurations where been applied or changed, services stoped abruptly without any trace. How reliable is pfSense in VMware vSphere? Something I really want to make crystal clear…a like pfSense and its features enormous Thanks in advance, Canefield We use pfsense under vshpere for multi-wan/captive portal purpose with 15 interfaces (VLANs). It works very well. 2 CPU and 1Go ram. It's a little bit too much (512 should be enough) but we have a lot of ram available.
  • Installation in FreeBSD jails, not supported?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C
    We're big fans of jails, this server and all our others run in jails. Can't do the things a firewall needs to do when running within a jail though. They're great for server type uses, not possible for something like a firewall though.
  • Can't connect to internet

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    W
    I'd guess that you end up with the pfSense WAN interface and the LAN interface on the same subnet (192.168.1.0/24) which is an invalid configuration. If that is the case it might be easiest to change the pfSense LAN interface to (say) 192.168.8.1/24 and adjust the DHCP range accordingly.
  • MOVED: Update squid-reverse to Squid3?

    Locked
    1
    0 Votes
    1 Posts
    778 Views
    No one has replied
  • Interface problem within installation

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    C
    It's not ie it's le (lower case L). You should only use e1000 type NICs in VMware though (which are em).
  • Nanobsd on Atom Nvidia ION

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    G
    Thanks, I will take a look this weekend to figure out what is going on and post the results here.
  • Nanobsd USB Stick boot stuck at F1 and continuous beeping

    Locked
    15
    0 Votes
    15 Posts
    9k Views
    S
    I have a hard drive and also the cd drive. Machine can boot from either one. I was trying to see if I could use the flash drive to run pfSense but unfortunately my MB does not cooperate. I will try as you suggested tonight and let you know if I get any further. thanks for your time.
  • Alternative for MS TMG 2010 = pfSense ???

    Locked
    90
    0 Votes
    90 Posts
    63k Views
    C
    Okay will do. Thx
  • 2.01 upgrade issues, FYI

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • PfSctl Could not connect to server

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    jimpJ
    pfSctl is a client program that connects to check_reload_status and issues various commands, like a command to reload the filter, etc. It's possible that in some cases something tries to trigger one of those actions before check_reload_status is ready, but at bootup it's not a big deal since it will happen as soon as possible anyhow.
  • Factory defaults

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    C
    no, but can pkg_delete them individually.
  • 2.0.1 PPPoE Bug

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    Erase the value so the field is blank. That should work and have the same effect.
  • Automatic update not working, package not signed

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    OceanwatcherO
    That, of course, fixed it. Thank you! It is weird - I have no idea why it was set to snapshots - it is a setting I never changed. Maybe because I set this up before the final release of 2.0? Anyway - problem solved. Again - thank you!
  • Mount Root Error (again)

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S
    I ditched the usb method and hooked up a external cd-rom drive. Pfsense is installed now.
  • Root Mount Error

    Locked
    22
    0 Votes
    22 Posts
    9k Views
    J
    @dLockers: @jaredadams: "it" = ? "config file" = ? I assume you're referring to what Steve just told me, but just like in the other thread you gave no indication what those things are. In case anyone else finds this thread, this is what works for me regarding the MaxTerm 8300B, with a 4GB CompactFlash card (SanDisk, if it makes any difference). 1.) Install on the CF card as normal 2.) Boot into safe mode (Option 4 IIRC - you need VGA or console access) 3.) Go to WebConfigurator 4.) Diagnostics > Edit File 5.) Enter '/boot/loader.conf' for the file 6.) The file is blank currently, add 'ahci_load="YES"' 7.) Reboot, should work fine. I have tried adding ata_dma before and it didn't seem to work, however try adding: hw.ata.ata_dma="0" hw.ata.wc="0" If you still have issues. @jaredadams: SOLVED 1.  Boot pfsense in safemode 2.  Once booted fully enter the shell 3.  i changed folders to /boot 4.  run command mount -u / 5.  run command vi loader.conf 6.  enter two lines of code supplied by Steve (THANKS!) @stephenw10: hw.ata.ata_dma="0" hw.ata.wc="0" 7.  save 8.  exit shell 9.  reboot Now THATS how you write a resolution post.  With the way I named it, this thread will more than likely show up in searches in the future.  Glad we gave a resolution.
  • Run a server behind pfSense router

    Locked
    15
    0 Votes
    15 Posts
    9k Views
    stephenw10S
    Exactly. Most dyndns client programs will ping out to some site in order to determine what their outgoing IP is, they don't rely on reading it from the machine they run on. E.g. www.pfsense.org/ip.php The advantage of running it on pfSense is that it would know immediately if the IP changes where as running on the server behind there will be some delay. Since the pfSense dyndns client does not appear to be setup for multiwan it won't failover correctly. So although there is a built-in feature exactly as you suggested it's not usable in this situation. I'm still half expecting one developers to come in here and tell me I'm not reading it right.. ::) Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.