Skip Navigation Links | |
Exit Print View | |
man pages section 1M: System Administration Commands Oracle Solaris 11.1 Information Library |
- user interface to the IP Filter pools
ippool -a [-dnv] [-m poolname] [-o role] -i ipaddr [/netmask]
ippool -A [-dnv] [-m poolname] [-o role] [-S seed] [-t type]
ippool -f file [-dnuv]
ippool -F [-dv] [-o role] [-t type]
ippool -h [-dv] [-m poolname] [-t type]
ippool -l [-dv] [-m poolname] [-t type]
ippool -r [-dnv] [-m poolname] [-o role] -i ipaddr [/netmask]
ippool -R [-dnv] [-m poolname] [-o role] [-t type]
ippool -s [-dtv] [-M core] [-N namelist]
The ippool utility is used to manage information stored in the IP pools subsystem of IP Filter software. Configuration file information can be parsed and loaded into the kernel and currently configured pools can be removed, changed, or inspected.
ippool's use is restricted through access to /dev/ippool. The default permissions of /dev/ippool require ippool to be run as root for all operations.
The command line options used are divided into two sections: the global options and the instance-specific options.
ippool's use is restricted through access to /dev/ipauth, /dev/ipl, and /dev/ipstate. The default permissions of these files require ippool to be run as root for all operations.
ippool supports the option categories described below.
The following global options are supported:
Toggle debugging of processing the configuration file.
Prevents ippool from doing anything, such as making ioctl calls, that would alter the currently running kernel.
Turn verbose mode on.
The following instance-specific options are supported:
Add a new data node to an existing pool in the kernel.
Add a new (empty) pool to the kernel.
Read in IP pool configuration information from file and load it into the kernel.
Flush loaded pools from the kernel.
Display a list of pools of the type: hash loaded in the kernel.
Display a list of pools of the type: tree loaded in the kernel.
Remove an existing data node from a pool in the kernel.
Remove an existing pool from within the kernel.
Display IP pool statistical information.
The following, additional options are supported:
Sets the IP address for the operation being undertaken with an all-one's mask or, optionally, a specific netmask, given in either dotted-quad notation or as a single integer.
Sets the pool name for the current operation.
Specify an alternative path to /dev/kmem from which to retrieve statistical information.
Specify an alternative path to lookup symbol name information when retrieving statistical information.
Sets the role with which this pool is to be used. Currently only ipf, auth, and count are accepted as arguments to this option.
Sets the hashing seed to the number specified. For use with hash-type pools only.
Sets the type of pool being defined. Must be one of pool, hash, or group-map.
When parsing a configuration file, rather than load new pool data into the kernel, unload it.
Link to IP Filter pseudo device.
Special file that provides access to virtual address space.
Location of ippool startup configuration file.
See attributes(5) for descriptions of the following attributes:
|