NETWORK CONFIGURATION
To bind an NRPC port to an IP address
When setting the NOTES.INI variables for port mapping, do not include a zone in a port mapped address. The zone is only valid locally.
1. For each IP address, make sure you have added a Notes port TCP/IP. Also make sure that each port has a unique name.
2. In the NOTES.INI file, confirm that these lines appear for each port that you added:
Where TCPIPportname is the port name you defined.
Where IPaddress is the IP address of the specific NIC.
For example:
TCPIP_TCPIPAddress=0,130.123.45.1
Note For IPv6, enclose the address in square brackets, as it contains colons. For example:
TCPIP_TCPIPAddress=0,[fe80::290:27ff:fe43:16ac]
Caution Do not change the assigned TCP port number unless you have a way to redirect the inbound connection with Domino port mapping or a firewall that has port address translation (PAT).