Port mapping

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?

Subject: Configure DNS correctly

It’s better that you use domain name. Example:

Server name is SERVER1/DOMAIN1

Configured the server documents to use server1.domain.com for SERVER1/DOMAIN1 (avoid to use IP address)

Configured internal DNS to point to 172.16.5.1 , and external DNS (in my ISP) to point to 202.XXX.XXX.XXX.

That will works for internal and external (internet) connection

Subject: RE: Configure DNS correctly

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.