📄 clients.conf.5
字号:
.TH clients.conf 5 "13 June 2005" "" "FreeRADIUS client configuration".SH NAMEclients.conf \- FreeRADIUS client configuration.SH DESCRIPTIONThe .I clients.conffile contains definitions of RADIUS clients..PPThe information in this file overrides any information provided inthe deprecated .BR clients (5)and .BR naslist (5)files..PPThe file format is the same as that used for.I radiusd.conf.See .BR radiusd.conf (5)for more details..PPEach RADIUS client entry has the following basic form:.IP.nfclient <short-name> { <attribute> = <value> }.fi.SH ATTRIBUTESThe attributes that can appear in a .B clientsection are listed below. Required attributes are labelled assuch. All other attributes are optional..TP 0.5i.B ipaddr [Required]The IP address of the client. For IPv6, use "ipv6addr".TP 0.5i.B secret [Required]The RADIUS shared secret used for communication between the client/NASand the RADIUS server..TP 0.5i.B shortname [optional]A short alias that can be used in place of the IP address or fullyqualified hostname provided in the first line of the section..TP 0.5i.B nastypeThe nastype attribute is used to tell the .BR checkrad.plscript which NAS-specific method it should use when checkingsimultaneous use.The following values are currently recognized:.nfciscocomputonelivingstonmax40xxmultitechnetserverpathraspattonportslavetcusrhiperother.fi.TP 0.5i.B loginReserved for future use..TP 0.5i.B passwordReserved for future use..SH EXAMPLES.IP.nfclient localhost { ipaddr = 127.0.0.1 secret = testing123 shortname = localhost nastype = other }.fi.LPThis adds a client for the loopback address. This is useful in testingthe server locally, for example with .BR radclient (1)..IP.nfclient private-network-1 { ipaddr = 192.168.0.0 netmask = 24 secret = testing123-1 shortname = private-network-1}.fi.LPThis entry represents any client from the 192.168.0.0/24 network. The old-style format from 1.x is still accepted by the server, butthat form is deprecated..SH FILES.I /etc/raddb/clients.conf.I /etc/raddb/radiusd.conf.SH "SEE ALSO".BR radiusd (8),.BR radiusd.conf (5),.BR clients (5),.BR naslist (5).SH AUTHORFreeRADIUS is authored by the FreeRADIUS team. http://freeradius.org/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -