It appears that when port mapping the ip address returned to the client is exactly the address as described in the notes.ini file. For example TCPIP_PortMapping00=CN=Server2/O=Org,192.168.0.20:13520.
The problem is that when accessing the port mapping server from the internet it returns the non routable 192.168.0.20:13520 ip address instead of the actual internet ip address used to access the server. I don’t want to place the internet ip address in the notes.ini file because it can change from time to time. Is there a way to get around this?
I dont quite understand. My partition 1 server document already has Server1/Domain as the Server name and server1.domain.com as the fully qualified internet host name. The TCP port net address has server1.domain.com. How does this have anything to do with the portmapping statement in the notes.ini file which causes the server to send the ip address and port number (192.168.0.20:13520) to the client so it can communicate with partition 2.