Page created: 4 Feb 2020
|
Page updated: 22 Jul 2020
| 1 min read
Product PingDirectory 8.1 Directory Capability Product documentation Content Type Administration User task IT Administrator Administrator Audience Software Deployment Method Configuration
- Create a new directory serverinstance with replication enabled on port 8989.
-
Run netstat to see the ports bound for listening on port
8989. Notice that *.8989 means that it is listening on all addresses.
$ netstat -an | grep LISTEN | grep 8989
-
Run dsconfig to disable listening on all addresses for the
replication server.
$ bin/dsconfig set-replication-server-prop \ --provider-name "Multimaster Synchronization" \ --set listen-on-all-addresses:false
-
Run netstat again to see the ports bound for listening on
port 8989. Notice that
<address>.8989
(for example, 10.8.1.211.8989) means that it is listening on the one address.