====== pfSense ======
===== Scroll in Console =====
- Press "Scroll Lock" Key
- Scroll with Arrow Keys
===== Download =====
[[https://www.pfsense.org/download/ | Download ]] (Login required)\\
[[https://sgpfiles.netgate.com/mirror/downloads/]] (no Login required)\\
[[https://atxfiles.netgate.com/mirror/downloads/]] (no Login required)\\
===== Keyboard Layout =====
/usr/sbin/kbdcontrol -l /usr/share/syscons/keymaps/german.iso.kbd # German Layout
===== Links =====
[[https://docs.netgate.com/pfsense/en/latest/releases/versions.html | pfSense and FreeBSD Versions]]
===== 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