On Thu, 19 May 2016, 07:27 Wonder fo <wonderfoo2 at gmail.com> wrote:
Hi Stef,
Your last tip was helpful to get through with the hump on getting the AIX client compiled and initial install.
...
Will connect to address 172.31.2.131 port 1984
9568302 2016-05-18 15:59:14.134814 Closing connection 2016-05-18 15:59:14.134870 Whoops ! Failed to send message (timeout) 2016-05-18 15:59:14.135049 -> 2016-05-18 15:59:14.135099 -> Recipient '172.31.2.131', timeout 15 2016-05-18 15:59:14.135185 -> 1st line: 'test'
It looks like a connectivity problem. Timeouts are usually caused by something n the path between the end points, invariably either a routing problem or a firewall problem. Note that a firewall can be on either host (eg iptables, ipfw, pf, etc).
Check that you can ping from client to server. If so, routing is ok. Then check that you can telnet to the server on port 1984. If not, suspect a firewall.
J