• Vlan working after reboot pfSense

    7
    0 Votes
    7 Posts
    2k Views
    stephenw10S

    I meant what does the interface report when you query if with ifconfig. Some cards have a problem with hardware vlan tagging, you can disable it on an interface (em0 here) like so:

    ifconfig emo -vlanhwtag

    If that works you can set it to run at boot using a cron job or with the Shellcmd package.

    Steve

  • HOW can I limit my amount of traffic (upload/download)?

    2
    0 Votes
    2 Posts
    1k Views
    P

    You could use Firewall->Traffic Shaper, Limiter and put all your traffic into a limiter. That will slow you down all the time! But it is nice to be able to download at your full speed (8Mbps) so that a file download finishes quickly and you can use it. You just can't do that 24 hours a day on most home plans.
    There is nothing in pfSense to count the amount you have downloaded and give you a warning when you reach near your quota.
    Note: even if you limit to 1Mbps, that is about 7.5MB/min = 450MB/hour = 10.8GB/day = 324GB/month. If you have something on your network constantly downloading (and/or uploading = bittorrent…) then you will still chew up plenty of quota.

  • Hi, dansguardian after reboots "overwrite" the changes i made…

    4
    0 Votes
    4 Posts
    1k Views
    P

    I am not a dansguardian user, so I am not familiar with the settings for that. You might get faster replies by posting in the Packages forum category.

  • Logging to syslogserver fqdn

    2
    0 Votes
    2 Posts
    743 Views
    H

    Ok i see pfsense is using the syslogd is that right?

    I see there is also the syslog-ng installed but without any use as i see is that right too?
    I need to change the hostname in logging to the fqdn because i have more pfsense with the same hostname but different domain names.

    Does nobody else has the same problem?

  • BIG Question re pfSense 2.1 setup/install

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Move compiled driver to pfsense

    1
    0 Votes
    1 Posts
    667 Views
    No one has replied
  • How can i set leave it out some of the users of some rules ?

    3
    0 Votes
    3 Posts
    910 Views
    C

    Its solved, thank you so much..

  • Packages Site Down?

    1
    0 Votes
    1 Posts
    860 Views
    No one has replied
  • Created a certificate and squid stopped providing internets

    4
    0 Votes
    4 Posts
    1k Views
    A

    I removed squid3-dev and installed squid3 package and it's working now. I don't know why.

  • Watchquagga

    3
    0 Votes
    3 Posts
    1k Views
    H

    I didn't know there was a package like that. Thanks @Jimp

  • No CPU Temperature

    3
    0 Votes
    3 Posts
    2k Views
    M

    Hi Steve,
    thank you for your answer… unfortunately both solutions didn't work...

    mbmon -c1
    returns

    No Hardware Monitor found!! InitMBInfo: No error: 0

    and
    sysctl -a | grep therm
    or
    sysctl -a | grep temper

    return no results… :(

    Ok, I got it, I will upgrade my firewall sooner or later... :D

    EDIT: and yes, ACPI is enabled in the BIOS setup, and recognized during the boot... (ACPI APIC Table: <compaq broadh2o="">)

    Thanks,
    Michele</compaq>

  • HAVP: Heuristics.Broken.Executable check box

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Show traffic to users

    2
    0 Votes
    2 Posts
    969 Views
    pttP

    Check this: http://forum.pfsense.org/index.php/topic,64790  ;)

  • Workstation dropping inet connectivity, pfsense box is not

    10
    0 Votes
    10 Posts
    2k Views
    S

    Updating the firmware to the latest release appears to have fixed whatever issue it was. I wish I was able to determine what happened, but don't have the knowledge on BSD to do so.

    I will put all my settings/packages back in place and see if this happens again. If it does not after a few weeks, then I will wipe the disc and reinstall fresh and chalk it up to some obscure setting or config that developed on the pfSense install. A hardware issue on the machine it was affecting would have been better as I would have found the issue I suppose. I don't like "not knowing" what would cause such a weird situation really. Oh well.

    Thank you to all the responses.

  • Fresh install cant access a site

    24
    0 Votes
    24 Posts
    5k Views
    K

    Sounds like you have a bit of testing on your hands.  Enjoy.

  • Why is /usr/pbi Read-Only?

    2
    0 Votes
    2 Posts
    1k Views
    A

    i found my answer!

    https://doc.pfsense.org/index.php/Remount_embedded_filesystem_as_read-write

  • Remote Windows Server > PfSense > Windows share on local machine

    6
    0 Votes
    6 Posts
    2k Views
    K

    I'm sure you have had it explained but:

    Port 135 is certainly not a port that needs to be, or should be, exposed to the Internet. Hacker tools such as "epdump" (Endpoint Dump) are able to immediately identify every DCOM-related server/service running on the user's hosting computer and match them up with known exploits against those services.

    Any machines placed behind a NAT router (any typical residential or small business broadband IP-sharing router) will be inherently safe. And any good personal software firewall should also be able to easily block port 135 from external exposure. That's what you want.

    *******  And this is whats causing your inability to connect probably ********

    In addition, many security conscious ISPs are now blocking port 135 along with the notorious "NetBIOS Trio" of ports (137-139). So even without any of your own proactive security, you may find that port 135 has been blocked and stealthed on your behalf by your ISP.

    So, it doesn't much matter how awesome your security and filtering is, your ISP is in all likelihood not allowing it.
    VPN really is the way to go.

  • Wanting To Get Signed Certificate - Which?

    7
    0 Votes
    7 Posts
    1k Views
    K

    You could probably handle the group issue within pfsense but I'm not sure about DNS by time.  Anyway - Good luck.  :)

  • Interface won't connect to devices

    1
    0 Votes
    1 Posts
    727 Views
    No one has replied
  • Upgrading nanobsd

    6
    0 Votes
    6 Posts
    2k Views
    P

    /tmp and /var are just memory disks (md0 and md1). On nanoBSD there is nowhere to move them., they live in memory and get created again every boot. The CF card partitions are mounted read-only, and you don't need to mess with that. pfSense mounts them RW when it needs to update the config.
    On the CF card there are 2 slices with 2 copies of FreeBSD. When you upgrade, the new version is writtten to the opposite slice. Then the selected slice for boot is swapped, and the system rebooted. It boots from the new slice, and you get the new pfSense+FreeBSD.
    The advantage is that, at the console, you can change the boot slice just after the BIOS stuff has run. So you can switch easily between versions if needed. The config is in a partition of its own, accessible from both the other partitions. Take a backup of your config before upgrading, as upgrades usually have some config file conversions, so the config is not always backward portable.
    IMHO you should upgrade in-place. It is easy and works. If you have a decent internet connection then use the auto-update from the webGUI. Otherwise, download the upgrade image for your CF card size and use the Manual Update from webGUI to suck it off your local computer and upgrade.

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