Man page - rlm_ippool_tool(8)
Packages contas this manual
- rlm_chap(5)
- radrelay(8)
- rlm_ippool_tool(8)
- radmin(8)
- radtest(1)
- radsqlrelay(8)
- rlm_mschap(5)
- rlm_realm(5)
- rlm_attr_filter(5)
- rlm_unix(5)
- rlm_sql(5)
- radwho(1)
- clients.conf(5)
- rlm_digest(5)
- rlm_files(5)
- radlast(1)
- radclient(1)
- rlm_detail(5)
- rlm_idn(5)
- rlm_expr(5)
- raddebug(8)
- rlm_sqlippool_tool(8)
- rlm_unbound(5)
- smbencrypt(1)
- checkrad(5)
- rlm_always(5)
- radeapclient(1)
- radrelay.conf(5)
- radsniff(8)
- rlm_counter(5)
- freeradius(8)
- radcrypt(8)
- radiusd.conf(5)
- rlm_passwd(5)
- rlm_pap(5)
- dictionary(5)
- unlang(5)
- rad_counter(1)
- radzap(1)
- users(5)
apt-get install freeradius-common
Manual
| RLM_IPPOOL_TOOL(8) | System Manager's Manual | RLM_IPPOOL_TOOL(8) |
NAME
rlm_ippool_tool - dump the contents of the FreeRadius ippool database files
SYNOPSIS
If an ipaddress is specified then that address is used to limit the actions or output.
rlm_ippool_tool [-a] [-c] [-o] [-v] session-db index-db [ipaddress]
Mark the entry nasIP/nasPort as having ipaddress
rlm_ippool_tool -n session-db index-db ipaddress nasIP nasPort
Update old format database to new.
rlm_ippool_tool -u session-db new-session-db
DESCRIPTION
rlm_ippool_tool dumps the contents of the FreeRADIUS ippool databases for analyses or for removal of active (stuck?) entries.
Or with the -n argument adds a usage entry to the FreeRADIUS ippool databases.
OPTIONS
EXAMPLES
Given the syntax in the FreeRadius radiusd.conf:
-
ippool myippool { range-start = 192.0.2.0 range-stop = 192.0.2.255 [...] session-db = ${raddbdir}/ip-pool.db ip-index = ${raddbdir}/ip-index.db
}
To see the number of active entries in this pool, use:
-
$ rlm_ippool_tool -c ip-pool.db ip-index.db
13
To see all active entries in this pool, use:
-
$ rlm_ippool_tool -a ip-pool.db ip-index.db
192.0.2.5
192.0.2.82
192.0.2.244
192.0.2.57
192.0.2.120
192.0.2.27
[...]
To see all information about the active entries in the use, use:
-
$ rlm_ippool_tool -av ip-pool.db ip-index.db
NAS:172.16.1.1 port:0x2e8 - ipaddr:192.0.2.5 active:1 cli:0 num:1
NAS:172.16.1.1 port:0x17c - ipaddr:192.0.2.82 active:1 cli:0 num:1
NAS:172.16.1.1 port:0x106 - ipaddr:192.0.2.244 active:1 cli:0 num:1
NAS:172.16.1.1 port:0x157 - ipaddr:192.0.2.57 active:1 cli:0 num:1
NAS:172.16.1.1 port:0x2d8 - ipaddr:192.0.2.120 active:1 cli:0 num:1
NAS:172.16.1.1 port:0x162 - ipaddr:192.0.2.27 active:1 cli:0 num:1
[...]
To see only information of one entry, use:
-
$ rlm_ippool_tool -v ip-pool.db ip-index.db 192.0.2.1
NAS:172.16.1.1 port:0x90 - ipaddr:192.0.2.1 active:0 cli:0 num:0
To add an IP address usage entry, use:
-
$ rlm_ippool_tool -n ip-pool.db ip-index.db 192.0.0.1 172.16.1.1 0x90
rlm_ippool_tool: Allocating ip to nas/port: 172.16.1.1/144
rlm_ippool_tool: num: 1
rlm_ippool_tool: Allocated ip 192.0.2.1 to client on nas 172.16.1.1,port 144
SEE ALSO
radiusd(8)
AUTHORS
Currently part of the FreeRADIUS Project (http://www.freeradius.org) Originally by Edwin Groothuis, edwin@mavetju.org (http://www.mavetju.org)
Mailing list details are at http://www.freeradius.org/