Hello,

This email is an addition to my previous email reporting the 403 error for REGISTER message.

I narrow down the cause of the problem is that sprout is unable to initiate a TCP connection to homestead:

On sprout node, I ran telnet hs.clearwater.demo 8888, the outputs are:
Trying 10.8.0.20...
Connected to hs.clearwater.demo.
Escape character is '^]'.

While telnet connection is active, on homestead, I ran sudo netstat -anp |grep :8888, the output contains:
10.8.0.20:8888          10.8.0.18:38373         ESTABLISHED
This rules out the possible causes, such as network disconnection condition or port restriction on either of the two nodes in question here. Also after I terminate the telnet connection on sprout node, then check the netstat on homestead node, the TCP connection between sprout and homestead is gone...

So now the problem (sprout TIME OUT when reaching out to hs -> 403 error returned for REGISTER) has been narrowed down to that sprout is unable to establish the connection to homestead. Since I have checked on sprout node that /etc/clearwater/config has the following:
# Deployment definitions
home_domain=clearwater.demo
sprout_hostname=sprout.clearwater.demo
chronos_hostname=10.8.0.18:7253
hs_hostname=hs.clearwater.demo:8888
hs_provisioning_hostname=hs.clearwater.demo:8889
xdms_hostname=homer.clearwater.demo:7888

I'd be really appreciated if you could give me some insights on how to fix the 403 error. Thanks!

Regards,
Lilin
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/listinfo/clearwater

Reply via email to