Home
Personal
Unix
Programming
Networking
Documents
Reporting
Weblog
CityRail
BOM pictures
Other projects
Contact me
               
   
iptool(8)              Additional commands              iptool(8)



NAME
       iptool - dump the contents of the FreeRadius ippool
       database files.

SYNOPSIS
       iptool [options] <session-db> <index-db> [ipaddress]

DESCRIPTION
       iptool dumps the contents of the FreeRadius ippool
       databases for analyses or for removal of active (stuck?)
       entries.

       Options are:

       -a      Print all active entries.

       -c      Report the number of active entries.

       -r      Remove active entries.

       -v      Verbose report of all entries

EXAMPLES
       The syntax in the FreeRadius radiusd.conf:

        ippool myippool {
               range-start = 192.168.1.0
               range-stop = 192.168.1.255
               [...]
               session-db = ${raddbdir}/ip-pool.db
               ip-index = ${raddbdir}/ip-index.db
        }

       To see the number of active entries in this pool, use:

        $ iptool -c ip-pool.db ip-index.db
        13

       To see all active entries in this pool, use:

        $ iptool -a ip-pool.db ip-index.db
        192.168.1.5
        192.168.1.82
        192.168.1.244
        192.168.1.57
        192.168.1.120
        192.168.1.27
        [...]

       To see all information about the active entries in the
       use, use:

        $ iptool -av ip-pool.db ip-index.db
        NAS:172.16.1.1 port:0x2e8 - ipaddr:192.168.1.5 active:1 cli:0 num:1
        NAS:172.16.1.1 port:0x17c - ipaddr:192.168.1.82 active:1 cli:0 num:1
        NAS:172.16.1.1 port:0x106 - ipaddr:192.168.1.244 active:1 cli:0 num:1
        NAS:172.16.1.1 port:0x157 - ipaddr:192.168.1.57 active:1 cli:0 num:1
        NAS:172.16.1.1 port:0x2d8 - ipaddr:192.168.1.120 active:1 cli:0 num:1
        NAS:172.16.1.1 port:0x162 - ipaddr:192.168.1.27 active:1 cli:0 num:1
        [...]

       To see only information of one entry, use:

        $ iptool -v ip-pool.db ip-index.db 192.168.1.1
        NAS:172.16.1.1 port:0x90 - ipaddr:192.168.1.1 active:0 cli:0 num:0


AUTHOR
       Edwin Groothuis, edwin@mavetju.org
       (http://www.mavetju.org)

       See http://www.mavetju.org/contacts.php for mailing-lists.

BUGS
3rd Berkeley DistributionMarch 8th, 2003                iptool(8)
       
               
               

$Id: freeradius-ippool-tool-man.php,v 1.1 2003/03/09 07:47:47 mavetju Exp $