Team,

Consumer is connecting to master but not sync'ing. I am a newbie so any ideas will be appreciated.

"test3" is the consumer
"elasticsearch1" is the master

[root@test3 tmp]# netstat -anlp | grep 389
tcp        0      0 0.0.0.0:389             0.0.0.0:*               LISTEN      6745/slapd
tcp        0      0 192.168.1.51:53121      192.168.1.196:389       TIME_WAIT   -
tcp        0      0 192.168.1.51:53120      192.168.1.196:389       TIME_WAIT   -
tcp        0      0 192.168.1.51:53113      192.168.1.196:389       TIME_WAIT   -
tcp        0      0 192.168.1.51:53118      192.168.1.196:389       TIME_WAIT   -
tcp        0      0 192.168.1.51:53119      192.168.1.196:389       TIME_WAIT   -
tcp        0      0 192.168.1.51:53122      192.168.1.196:389       TIME_WAIT   -
tcp        0      0 192.168.1.51:53124      192.168.1.196:389       TIME_WAIT   -
tcp        0      0 192.168.1.51:53123      192.168.1.196:389       TIME_WAIT   -
tcp6       0      0 :::389                  :::*                    LISTEN      6745/slapd
[root@test3 tmp]#


I am following this document:
http://www.server-world.info/en/note?os=CentOS_7&p=openldap&f=5

Regards,

Kartik Vashishta