|
How do I deny access to specific machines?
Use the following configuration:
Add a Deny restriction with the
specific IP address to be refused access; repeat until
all machines that need to be denied access are listed
Note that a single machine can be specified (e.g.,
"137.182.141.229") or wildcards can be used, so that a
network segment can be restricted (e.g., "137.182.141.*").
|
|
How do I deny access to all machines except specific ones?
Use the following configuration:
Add a Deny restriction with a
wildcard specification for all machines ("*").
Add a Allow restriction with
the specific IP address to be granted access; repeat until
all machines that need to be allowed access are listed
Note that a single machine can be specified (e.g.,
"137.182.141.229") or wildcards can be used, so that a
network segment can be restricted (e.g., "137.182.141.*").
|