# radius

## platform

<https://www.radiusdesk.com/wiki24/products>

* <https://github.com/RADIUSdesk>

## FreeRADIUS

<https://openwrt.org/docs/guide-user/network/wifi/freeradius>

* clients.conf -
  * client private-network-\* { ipaddr + secret
* sites-enabled/default

  * listen {
  * authorize { filter\_password #
    * files: mods-config/files/authorize
    * PAP (Password Authentication Protocol) | `pap: WARNING: Authentication will fail unless a "known good" password is available`

  opkg update && opkg install freeradius3-default apt install -y freeradius-utils # client tools ls -R /etc/freeradius3 /etc/init.d/radiusd stop && radiusd -X # debug radtest bob hello wrt.lan 0 testing123 # 0 = NAS-port-number = any


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ferro.pro/openwrt/radius.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
