「FreeRADIUS」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より転載)
(相違点なし)

2024年4月11日 (木) 20:08時点における版

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