computers.ini, stores host names, IP addresses and IP ranges used by
the Security Manager.
Syntax
name = hostname
address = ip_address
range = ip_range
address
|
the IP address in the form
N.N.N.N for IPv4 and H:H:H:H:H:H:H:H for IPv6.
where N is a number from 0 to 255 and H is a hexidecimal number from 0000 to FFFF.
|
name
|
the host name.
|
range
|
the IP range in the form
N.N.N.N-N.N.N.N for IPv4 and H:H:H:H:H:H:H:H-H:H:H:H:H:H:H:H for IPv6
or
[N|*].[N|*].[N|*].[N|*] for IPv4 and [H|*]:[H|*]:[H|*]:[H|*]:[H|*]:[H|*]:[H|*]:[H|*] for IPv6.
where N is a number from 0 to 255, H is a hexidecimal number from 0000 to FFFF and * is for any value.
|
Notes
Changes made to configuration files will not be used until the server is
restarted.
Example
p2 = hostname
168.192.0.10 = ip_address
168.192.0.* = ip_range
131.192.0.10-168.192.0.20 = ip_range
|