CONFIGURING
About this task
Addresses can include wildcard characters, so that all addresses within a certain class of address will be restricted. For example, denying access to address 123.45.6.* denies access to all addresses for that subnet. Similarly, denying access to address 123.45.* denies access to all subnets for that address.
IP address filtering is useful for managing incoming requests to your Web server -- for example, your server is behind a firewall and should only be accepting requests from the firewall and from the Domino® Administrator client. It also helps in minimizing excessive requests, such as those generated by machines infected by a Web worm.
Note: IP address restriction should not be used as the only means of protecting your site, or as a substitute for user authentication. Client IP addresses are specified in the network packets sent by the client, and this information is easily spoofed. Additionally, hackers routinely use attack techniques that hide their true IP addresses. IP address restriction cannot protect the server against such attacks.
Procedure
1. Open the Server document you want to edit and click Edit Server.
2. Click the Internet Protocols -> HTTP tab. In the Network Settings section, complete these fields:
The default is that the Allow list takes priority.
If a client IP address does not match either list, then the connection is allowed.
Table 2. Examples of typical IP address restriction settings
IP address allow list:
IP address deny list:
IP address allow list: *
IP address deny list: *
IP address deny list: 123.45.6.78
IP address deny list: 123.45.*; 95.123.4.*
IP address allow list: 123.45.6.78; 123.45.6.79
Related tasks Setting up a Domino server as a Web server