• I'm at lost until i found pfsense… and need some guidance

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    W

    Some options for getting more NICs on a system with small number of PCI slots:

    You can probably pick up a couple of reasonable quality 10/100 multi-port NICs on eBay. (These would have two or more ports per PCI slot). If you are looking for something "new", some possibilities include NICS described on http://www.soekris.com/lan16x1.htm and various Intel multiport NICs.

    You can use a VLAN capable switch to multiplex many switch ports onto a single LAN connection to a pfSense box.

    FreeBSD supports  some USB NICs.

  • [SOLVED] Slow speeds on Comcast

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    M

    Perry,

    Thanks for the hints. It was the traffic shaper causing the issues. I disabled it and immediately I got much more reasonable speeds.  :)

    I guess I need to re-run the shaper wizard to get it to work properly.

    Thanks again for the super-quick response.

  • Status>Queues crashes web interface

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Slowing Clock Time in pFsense 1.2.3

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    Cry HavokC

    Look in the BIOS - check all CPU power saving modes are disabled.  How you do that depends on your BIOS but the manual should help you.

  • NIC Lights on alix 2D3

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    That's normal for the ALIX boards (and WRAP too, I believe)

  • 2.0

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jimpJ

    Just watch the 2.0 board here on any given day and you'll see how the quality can vary from day to day as bits are actively worked upon.

    It will be quite a while before all of the bugs and kinks are worked out.

  • Where to add Pre Reboot/halt script

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    There isn't a good place to do it, but you could always write a single script and then make sure it gets called before the shutdown command in all cases: /etc/rc.halt, /etc/rc.reboot, and /etc/rc.shutdown

  • DYN DNS UPDATE PROBLEM!!!!

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Cry HavokC

    I don't remember it every being asked here.

    What version of pfSense are you using?  Is pfSense your external (WAN connected) device, or do you have a modem or router between it and your ISP?

    What, as GruensFroeschli says, does the log show?

  • Problem with Connecting to 1:1 NAT IP from LAN

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    E

    The reason that works is that NAT reflection is only supported for port forwards, which is why you need the port forwards to access them locally in the first place.  I'm working on something that would also work for 1:1 NAT rules (I've already got it figured out and just need to finish coding it), but I don't know whether it will be included in 2.0 (or any other version).  I may make it available as a package for 2.0 at least, and may even backport it as a package for 1.2.3.  If someone (or multiple people) wants to sponsor it, I might be more likely to consider backporting it to 1.2.3.

  • How do i mount a nfs share onto pfSense?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    ?

    That is because nfs support is not built into pfSense.  It constitutes a significant security risk for a service which shouldn't be running on a firewall.

  • PPPOE Login

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • MOVED: Lightsquid not showing DNS names

    Locked
    1
    0 Votes
    1 Posts
    985 Views
    No one has replied
  • MOVED: HAVP antivirus filling hard drive

    Locked
    1
    0 Votes
    1 Posts
    964 Views
    No one has replied
  • Auto restart with cron.. How to do it?

    Locked
    9
    0 Votes
    9 Posts
    14k Views
    O

    @jdwilliams:

    @Topell:

    Why do you need to bounce the box every night?

    Just to try and keep things running smooth…

    Its for a user whos 300 miles away and they have some slowness issues after squid has been runing for a few days and the webcon give a 500 error at random.

    Do you normally work with Windows?

  • No incoming email? Exchange 2007 SP2

    Locked
    13
    0 Votes
    13 Posts
    9k Views
    O

    Oh, different problem.  If you want to be able to access OWA from the inside using the external DNS name, you're going to have to make an A record on your internal DNS server pointing to the internal IP address.  (And if you're going to do that, making a zone for the public domain name on your internal DNS server, you'll have to replicate all the other public records or your users won't be able to get to, for example, 'www.companyname.com'.

    Or just create an internal A record like 'mail' and get a multi-name cert that will work with both the internal and external domain names.

  • Multiple WAN connection need Help..

    Locked
    11
    0 Votes
    11 Posts
    5k Views
    H

    can you name a some torrent clients which allow you to manually enter WAN ip..??
    because there are too many available and i have ti try each one indiviually..

  • SSH Daemon - Did anything change from 1.2.2-RELEASE to 1.2.3?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    P

    Hi again,

    Just thought I would post that a solution to this issue has been discovered.  It turns out that the default ciphers used in v1.2.3+ versions do not support the 3des-cbc cipher, which is what my SSH client uses.

    Manually editing /etc/sshd to add this cipher to the list solves my issue :

    Change the line :

    $sshconf = "Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc\n";

    … to this :

    $sshconf = "Ciphers 3des-cbc,aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc\n";

    I'll post this to the bug tracker as well.

    Thanks,

    -- Phob

  • Multiple Connections and Failover

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 10Gbit performance

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M

    You might try to get in touch with Thayner and see how the install is going…
    http://forum.pfsense.org/index.php/topic,23365.0.html

  • PPPoA -> PPPoE

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    S

    Well I've solved my problem. I tried another NIC and it worked!
    Somehow the onboard NIC didn't support PPPoE.
    Although all other functions work like it should.

    This post can be closed.

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