Parameter:
TCPIP_TcpIpAddressShort description: Configuration of the TCP/IP port (bound IP address / host name and port number for NRPC, default 1352).
Profile
Parameter | TCPIP_TcpIpAddress |
Category | General |
Component | Server, Client |
Available since | R4 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | Server document (Ports → Notes Network Ports) |
Possible values | Format: <Instance>,<IPAddress>:<Port>, e.g. 0,0.0.0.0:1352 |
Description
TCPIP_TcpIpAddress sets the bind address and the port on which the NRPC listener (Notes Remote Procedure Call) listens. This is the primary port for Notes client connections, server-to-server replication, and mail routing between Domino servers.Format:
<Instance>– sequential number (0for the first / only TCPIP port)
<IPAddress>– IPv4 / IPv6 address or host name;0.0.0.0= all interfaces
<Port>– TCP port, default1352
If the server has multiple network interfaces, a dedicated port can be configured per interface (
TCPIP1, TCPIP2, …), each with its own <Port>_TcpIpAddress.Example configuration
Ports=TCPIP TCPIP=TCP, 0, 15, 0 TCPIP_TcpIpAddress=0,0.0.0.0:1352
Notes & pitfalls
0.0.0.0is the default and binds to all available interfaces.
- If a host name is given instead of an IP, DNS resolution happens at server start.
- Separate multiple entries with commas / semicolons, e.g.
0,10.0.0.1:1352;0,10.0.0.2:1352.
- Do not block port 1352 in the firewall – otherwise no Notes connections are possible.
- The change only takes effect after a server restart.