fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


netzwerk:firewall:pfsense

pfSense

Scroll in Console

  1. Press “Scroll Lock” Key
  2. Scroll with Arrow Keys

Download

Keyboard Layout

/usr/sbin/kbdcontrol -l /usr/share/syscons/keymaps/german.iso.kbd       # German Layout

shell commands

alias ll ls -al                              # add alias (no equal sign required)
pfctl -d                                     # disable packet filter
pfctl -e                                     # enable packet filter
pfctl -T flush -t sshguard                   # clear lockout table

FreeRadius

Config folders/files:

/usr/local/etc/raddb                         # config folder
/usr/local/etc/raddb/radiusd.conf            # service config
/usr/local/etc/raddb/mods-enabled/eap        # auth config
/usr/local/etc/raddb/clients.conf            # ap config
/usr/local/etc/raddb/users                   # user config
/usr/local/etc/raddb/sites-enabled/default   # listen interfaces config
/usr/local/etc/raddb/mods-enabled/ldap       # ldap/ldaps config

Captive Portal

Update problems

2.5.2 - 2.7.0

Updater Stuck at “Please wait while the update system initializes”

  • Set firmware branch in the updater to 2.6.0
  • Reset package manager:
    pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgrade    # clean cache and reinstall packages
    pkg-static bootstrap -f                                                          # install package management tool
    pfSense-upgrade -d -c                                                            # check for updates (debug)
  • Update to 2.6.0
  • Set firmware branch in the updater to 2.7.0
  • Update to 2.7.0

WireGuard

/usr/local/etc/rc.d/wireguardd restart
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
netzwerk/firewall/pfsense.txt · Last modified: 2025/03/13 19:29 by gsys