FreeRADIUS

提供: ArchWiki
2024年4月11日 (木) 20:08時点におけるKusanaginoturugi (トーク | 投稿記録)による版 (英語版より転載)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

The FreeRADIUS server is a daemon for Unix and Unix-like operating systems which allows one to set up a RADIUS protocol server.

Installation

Install freeradius.

Create your keys using:

# /etc/raddb/certs/bootstrap

You may want to investigate the ca.cnf, client.cnf, and server.cnf files to customize properties of the generated certs, or simply create your own certs and keys if you want to sign them with a different CA - by default the bootstrap script generates a new CA to sign the keys.

Tools

  • Daloradius — An advanced RADIUS web platform aimed at managing hotspots and general-purpose ISP deployments.
http://daloradius.com/ || daloradiusAUR

Basic usage

Start freeradius.service.

Configuration

The configuration files can be found under /etc/raddb/.

See also