• Trunking through a layer 2 switch

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    You would need to use a managed switch that also has the same trunking and vlans configured on it on the ports you're using.

  • Load Balancing "Redirect" mode. how can i enable it?

    Locked
    1
    0 Votes
    1 Posts
    755 Views
    No one has replied
  • Problems with RRD Graphs

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    J

    http://forum.pfsense.org/index.php/topic,57312.0.html

  • Poor performance /w pfsense hardware issue?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    stephenw10S

    That's just taken me a good minute staring at the picture to spot the error. Clearly out too late last night.  ;)

    Steve

  • Hanging up VoIP call causes limited network connectivity

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 1:1 Nat Bridge and questions

    Locked
    1
    0 Votes
    1 Posts
    935 Views
    No one has replied
  • 0 Votes
    5 Posts
    5k Views
    D

    I decided to install ipfire on the alix board just to see what happens. I'm not seeing any issues at all running ipfire on the exact same hardware, very strange….

  • Restore config.xml

    Locked
    5
    0 Votes
    5 Posts
    9k Views
    S

    Use a ssh client like http://www.chiark.greenend.org.uk/~sgtatham/putty/

    Or directly with the firewall infront of you with keyb and monitor….

    Connect to you firewall and login, choose option 8 (Shell)

    Then

    cd /cf/conf/backup

    Now youre in the config back up directory, see what files are listed

    ls -l

    You should see a lots of config files named "config-xxxxxxxxxx.xml", look at the timestamp on those files, its for you to determine which file to copy based on when you fudged up the settings, if youre happy with your choice, run

    cp config-xxxxxxxxxx.xml ../

    The above should copy the config file to /cf/conf, we'll drop down to this directory and then backup your old config just in case, then we'll move the 'working' config in place of the old config thats giving you trouble.

    cd .. cp config.xml config.xml.backup mv config-xxxxxxxxxx.xml config.xml

    You should be done, just type exit in the console, the console menu should come up, then choose option 5 (reboot) sit back and pray.

  • Edit default Port Ranges

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    S

    Thank you for your fast answer!

    Would be nice if one could edit those lists but aliases will do it for me.

  • Trunking & bridging - I'm confused

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    M

    @g4jc:

    …The problem is, I'm not sure if the Trunking issue is with pfSense or ESXi.

    Thanks for your reply.

    I would wonder, a bit, if the direct cabling isn't working with auto-uplink, or both sides are trying to negotiate uplink states (aka: auto mdi-midix) and failing.  Or, are you using a crossover cable that isn't playing nice?  Test the link without VLANs first, to make sure that the physical connection is working, then add VLANs.

  • Services won't start automatically after reboot

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    Hard to say for sure, but check the console and the system logs for any errors immediately after bootup.

    If they are stopped, it could be because something that is starting them up is getting caught up and stopping anything after it from loading.

  • Possible to port mirror or duplicate packets?

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    L

    I'm still somewhat of a pfsense newbie, but since there is no obvious "rule" (would be nice if there was PASS, BLOCK, REJECT, MIRROR :) ), not sure if can do this.  You could "rig" it up in a pinch using a hub…... I know, far less than ideal but if it limps you along in the meantime while you figure something else out, it's worth contemplating at the least.

  • Show all currently connected devices

    Locked
    4
    0 Votes
    4 Posts
    75k Views
    stephenw10S

    And you can also list all the devices which have acquired an IP address via DHCP (if you're using pfSense for DHCP) in Status: DHCP:

    Steve

  • PfSense 2.0.2 64-bit and info on the motherboard of an firewall

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    You can't, there isn't a package to show you that kind of info. You can get things like the CPU type, speed, RAM amount, etc, but not that level of detail.

    You can maybe install the dmidecode FreeBSD package (check the doc wiki on how to install FreeBSD packages) and then use it at the shell to determine some of that info.

  • PfSense internet browsing speed is not fast enough

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    C

    @stephenw10:

    Unless your Linksys router was particularly old or underpowered I would not expect any increase in speed.

    This. With the potential exception of an old Linksys and a fast connection, and the definite exception of scenarios where you're opening large numbers of simultaneous connections, like a bittorrent client set to open as much as it possibly can.

    Comcast is cable so should have a 1500 MTU end to end, no need for MSS clamping. That'd most always exhibit itself differently than slow page loads too, more likely to be some pages completely failing to load.

    That box is capable of pushing over 1 Gbps, it's not a question of hardware on the firewall at least. That box is significantly faster than any Linksys, but your Internet connection isn't fast enough that it matters. The latency through that box will be a good deal lower than the Linksys, but we're talking tiny fractions of a ms, not enough of a difference to be perceptible. Hardware or problems at the client are more likely the cause, there's vastly more involved client-side in rendering today's websites than there is for the firewall pushing packets.

    Try to narrow it down with further measurement - different client systems, different web browsers, etc. May just be a fact of life on your Internet connection. Business class connections are generally better quality and better connected, you may not be able to achieve the same level of service on a residential connection. There's a reason business connections cost as much as 5-10+ times as much.

  • 2.0.2 Issues

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    RonpfSR

    Could this be the cause of the messages? http://forum.pfsense.org/index.php/topic,47618.0.html

  • One-liner ping test while: Expression Syntax.

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    L

    $SHELL is not necessarily your active shell.  To find your running shell, do:

    [2.0-RELEASE][admin@pfsense.wired.local]/root(72): echo $0

    /bin/tcsh

    I believe $SHELL is your default shell, which may not be what is being invoked at that time.

    I'm not a BSD expert by any means either, but on every other single *NIX system I've been on, /bin/sh is the bourne shell which is definitely not tcsh.

    -Lou

  • Pfsense port opening

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    GruensFroeschliG

    http://doc.pfsense.org/index.php/How_can_I_forward_ports_with_pfSense%3F

  • MOVED: Issues with safe search in squidguard?

    Locked
    1
    0 Votes
    1 Posts
    727 Views
    No one has replied
  • Updating the bios using a USB stick

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    T
    Download SystemRescueCD www.sysresccd.org, follow instructions to put it onto a bootable USB. Put Bios Files and Update tool exe on a seperate FAT (or maybe FAT32) usb stick Put both usb sticks into computer. Boot from systemrescuecd, there is an option at the bottom to boot from image of other tools (can't remember the exact name), then choose Freedos. Start freedos (sometimes, it requires a couple of attempts to find the right memory manager options, depending on the board) change to drive B:, C:, D: etc… until you find the drive where the bios & tools reside. run bios update tools.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.