Specifications

232 Chapter 14 Configuring and Managing Network Services
Checking the Status of Firewall Service
To see summary status of the service:
$ sudo serveradmin status ipfilter
To see detailed status of the service, including rules:
$ sudo serveradmin fullstatus ipfilter
Viewing Firewall Service Settings
To view a setting:
$ sudo serveradmin settings ipfilter:
setting
To view a group of settings:
Enter as much of the name as you want, stopping at a colon (
:), then enter an asterisk
(
*) as a wildcard for the remaining parts of the name. For example:
$ sudo serveradmin settings ipfilter:ipAddressGroups:*
To view all service configuration settings:
$ sudo serveradmin settings ipfilter
Changing Firewall Service Settings
To change a setting:
$ sudo serveradmin settings ipfilter:
setting
=
value
To change several settings:
$ sudo serveradmin settings
ipfilter:
setting
=
value
ipfilter:
setting
=
value
ipfilter:
setting
=
value
[...]
Control-D
Available Firewall Service Settings
To change settings for the ipfilter service, use the following parameters with the
serveradmin tool.
Parameter Description
setting
An ipfilter service setting.
See “Available Firewall Service Settings on page 232.
value
A value for the setting.
Parameter (ipfilter:) Description
ipAddressGroupsWithRules:
_array_id:<group>...
An array of settings describing the services allowed for
specific IP address groups. See “Using ipfilter Groups with
the Rules Array” on page 233.
rules:_array_id:<rule>:... Arrays of rule settings, one array per defined rule. See “The
ipfilter Rules Array” on page 236.