fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


netzwerk:firewall:pfsense

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
netzwerk:firewall:pfsense [2024/02/17 20:29] – [shell commands] gsysnetzwerk:firewall:pfsense [2025/10/27 15:19] (current) gsys
Line 1: Line 1:
 ====== pfSense ====== ====== 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 =====
 +
 +<code>
 +/usr/sbin/kbdcontrol -l /usr/share/syscons/keymaps/german.iso.kbd       # German Layout
 +</code>
  
 ===== Links ===== ===== Links =====
  
-[[https://docs.netgate.com/pfsense/en/latest/releases/versions.html| pfSense and FreeBSD Versions]]+[[https://docs.netgate.com/pfsense/en/latest/releases/versions.html | pfSense and FreeBSD Versions]]
  
 ===== shell commands ===== ===== shell commands =====
  
 <code> <code>
 +alias ll ls -al                              # add alias (no equal sign required)
 pfctl -d                                     # disable packet filter pfctl -d                                     # disable packet filter
 pfctl -e                                     # enable packet filter pfctl -e                                     # enable packet filter
Line 27: Line 45:
  
 ===== Captive Portal ===== ===== Captive Portal =====
 +
 +<code>
 +/usr/local/captiveportal
 +</code>
 +
 +===== File Flags =====
 +
 +<code>
 +ls -lao                                      # list files with flags
 +chflags schg                                 # set the system immutable flag (super-user only)
 +chflags noschg                               # remove the system immutable flag (super-user only)
 +</code>
  
 ===== Update problems ===== ===== Update problems =====
Line 45: Line 75:
   * Update to 2.7.0   * Update to 2.7.0
  
 +==== 2.7.0 - 2.7.2 ====
 +
 +<code>
 +certctl rehash
 +</code>
 +"This will allow pkg to utilize the system certificates until the next reboot." [[https://docs.netgate.com/pfsense/en/latest/releases/2-7-1.html#troubleshooting|Source]]
 ===== WireGuard ===== ===== WireGuard =====
  
netzwerk/firewall/pfsense.1708198186.txt.gz · Last modified: by gsys