Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:pf-intro [2024/02/29 09:49] – [Introduction to pfSense] system | technical:pf-intro [2024/02/29 10:44] (current) – system | ||
---|---|---|---|
Line 17: | Line 17: | ||
To access pfSense via the WAN port, you can temporarily disable the firewall with the following command | To access pfSense via the WAN port, you can temporarily disable the firewall with the following command | ||
<code sh> | <code sh> | ||
+ | #Disable packet filter | ||
pfctl -d | pfctl -d | ||
+ | # Enable packet filter | ||
+ | pfctl -e | ||
</ | </ | ||
</ | </ | ||
+ | * Here you can find instructions on how to permanently open HTTP access to the WAN port: https:// | ||
+ | * You will probably also need to add a similar rule for HTTPS. | ||
- | ===== Initial preparation | + | ===== System -> User Manager |
- | * Before we c | + | * pfSense groups |
+ | * You can specify multiple RADIUS servers under the **Authentication Servers** applet. | ||
+ | * We add our RADIUSdesk server here and select the **PAP** protocol. | ||
+ | <panel type=" | ||
+ | {{: | ||
+ | </ | ||
+ | * Now everything is ready for the configuration of the captive portal. | ||
+ | <panel type=" | ||
+ | {{: | ||
+ | </ | ||
+ | ===== Add Captive Portal ===== | ||
+ | * Go to the **Services** -> **Captive Portal** menu entry. | ||
+ | * Select **Add** to add a new zone. | ||
+ | <panel type=" | ||
+ | {{: | ||
+ | </ | ||