IP filtering
Note: This request requires administrator access privilege Method: GET/POST
Syntax:
http://<servername>/cgi-bin/admin/ipfilter.cgi?
method=<value>&[start=<ipaddress>&end=<ipaddress>][&index=<value>] [&return=<return page>]
PARAMETER
VALUE
Method
addallow
adddeny
deleteallow
deletedeny
start
<ip address>
end
<ip address>
index
<value>
return
<return page>
DESCRIPTION
Add a set of allow IP address range to server. Start and end
parameters must be specified. If the index parameter is
specified, it will try to add starting from index position.
Add a set of deny IP address range to server. Start and end
parameters must be specified. If the index parameter is
specified, it will try to add starting from index position.
Remove a set of allow IP address range from server. If start
and end parameters are specified, it will try to remove the
matched IP address. If index is specified, it will try to remove
the address from given index position. [start, end]
parameters have higher priority then the [index] parameter.
Remove a set of deny IP address range from server. If start
and end parameters are specified, it will try to remove the
matched IP address. If index is specified, it will try to remove
the address from given index position. [start, end]
parameters have higher priority then the [index] parameter.
The start IP address to add or to delete.
The end IP address to add or to delete.
The start position to add or to delete.
Redirect to the page <return page> after the parameter is
assigned. The <return page> can be a full URL path or
relative path according the the current path. If you omit this
parameter, it will redirect to an empty page.
63