I use a compiled version of ATS 4.1.2 on Debian Wheezy for distributed caching. Both the nodes that I am trying to cluster, resides on the same vlan, with same proxy.config.proxy_name value.However, most of the time, ATS is not able to discover this particular node, and manually adding the other node's IP in cluster.config (Which is an auto populated config, and not supposed to be human editable) throws
root@fe4:/opt/trafficserver/etc# grep -i illegal
/opt/trafficserver/var/log/trafficserver/*
/opt/trafficserver/var/log/trafficserver/diags.log:[Feb 21 18:00:37.714]
Server {0x2b99c1e29700} NOTE: Illegal cluster connection from 10.65.130.31
/opt/trafficserver/var/log/trafficserver/diags.log:[Feb 21 18:35:59.686]
Server {0x2b99c1e29700} NOTE: Illegal cluster connection from 10.65.130.31
However, the second host 10.65.130.31, is able to cluster with a different server and has the same proxy.config.proxy_name. So this is kind of uncertain which nodes would be able to be a part of the cluster.
Any help is greatly appreciated.