Tweeter buttonFacebook buttonLinkedin button
  • 08 Jan 2010 /  pfSense, Unix

    If you want to see all rules of you firewall with PF using terminal you can do it with:

    pfctl -s rules

    We need to do it because the web manager of pfSense only shows the rules that you add by yourself, but there’s more roles created by default.

    More info

  • 21 Feb 2009 /  pfSense, Unix

    This is my little experience with pfSense 1.2.2…

    Today I’m fixing my firewall. It was running with 4GB HDD and full install of pfSense 1.2.0. I’m fixing it because I have experimented problems with the HDD. It was running great years ago, but now it’s past.

    So… What I need to do before to remove the HDD and power off the Contivity 100?
    - Extract the full configuration. Don’t forget to enable serial console.
    - Backup other files, because I installed extra packages.

    What problems I experimented with the new installation?
    - When it’s booting with DMA support.
    For to resolve the problem:

    echo hw.ata.ata_dma=\”0\” >> /boot/loader.conf

    - When I turn off directly.
    Replace in /etc/rc

    /sbin/mount -a

    for

    /sbin/mount -a || /sbin/fsck -y && /sbin/mount -a || /sbin/fsck -y