NETWORK CONFIGURATION


Ensuring DNS resolves in NRPC -- Alternative practices
The following procedures provide alternative name-resolution practices for an IBM® Lotus® Domino™ server using the default NRPC configuration on a TCP/IP network (one Notes network port for TCP/IP).

Domino server names that differ from their DNS names
When your name scheme for Domino servers is different than that for DNS, use one of the following methods to translate the Domino server's name to the host name:

IP addresses in Connection documents
In situations in which you don't want to use any name-resolver service -- such as bringing up a new server system that you don't want known yet, or having a server on the Internet that you want accessible but for which you can't use DNS -- create Connection documents that directly tell Notes workstations or Domino servers how to access this Domino server by using the server's IP address in the documents' Net Address fields.

Network Address Translation (NAT)
NAT is a method of translating an IP address between two address spaces: a public space and a private space.

Public addresses are assigned to companies by the Internet Corporation of Assigned Names and Numbers (ICANN) or leased from the company's ISP/NSP. Public addresses are accessible through the Internet (routable) unless firewalls and isolated networks make them inaccessible.

Private addresses are IP address spaces that have been reserved for internal use. These addresses are not accessible over the Internet (non-routable) because network routers within the Internet will not allow access to them.

The following address spaces have been reserved for internal use. It is best to use these IP addresses and not make up your own.

For example, users inside a company access the Domino server based on its assigned IP address, which is a private address (192.168.1.1). Internet users must access the Domino server through a NAT router, which converts the private address to one of its static public addresses (130.20.2.2). Therefore, a Notes client accessing the server from the Internet uses the public address.

See also