NETWORK CONFIGURATION


Binding an Internet service to an IP address
If the IBM® Lotus® Domino™ server has multiple Notes network ports for TCP/IP (NRPC ports) and the server is also hosting the SMTP, POP3, IMAP, LDAP, or Internet Cluster Manager (ICM) service, you must specify the NRPC port that you want the service to use in the NOTES.INI file. If you do not specify an NRPC port for an Internet service, by default the service will use the port listed first in the Ports setting in the NOTES.INI file. You can specify the same NRPC port for multiple Internet services.

For the Domino Web server (HTTP service), you use the Server document to bind HTTP to a host name IP address.

To bind the SMTP, POP3, IMAP, LDAP, or ICM service

1. Bind each NRPC port to an IP address.

2. In the NOTES.INI file, specify the appropriate NRPC port for each Internet service as follows:

Example
The following example shows the lines (in bold) to add to the Ports section of the NOTES.INI file to bind two NRPC ports to their IP addresses and to specify the second NRPC port for the SMTP service.
To bind the HTTP service

1. On the Internet Protocols - HTTP tab of the Server document, enter one or more IP addresses or FQDNs for the server in the "Host name(s)" field.

2. Select Enabled in the "Bind to host name" field.

Note If the server is a partitioned server and has Web sites configured with separate IP addresses, or has virtual servers (Domino 5) configured for one or more partitions, enter the partition's IP address, and each Web site or virtual server's IP address in the "Host name(s)" field, separated by semicolons. Alternatively, you can use FQDNs in this field. Do not list additional Web sites and virtual hosts that have IP addresses that are already listed in this field.

Example 1 -- Server partition with Web sites
The partition's host name is app01 and there are two Web sites configured for it: sales.acme.com and accounting.acme.com. The Web site sales.acme.com uses the same IP address as the partition, and the Web site accounting.acme.com has its own IP address. Enter the following in the "Host name(s)" field:


Example 2 -- Server partition with virtual servers
The partition's host name is app01 and there are two virtual servers (9.88.46.114 and 9.88.46.115) and one virtual host configured for it. Enter the following in the "Host name(s)" field:
For more information on Web sites, see the topic Internet Site documents.

See also