Home Forums HAast (High Availability for Asterisk) Installation & Upgrade Peerlink fails for PBX’s in AWS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Customer Inquiry
    Participant
    Post count: 201

    We have created our cluster completely in the AWS cloud. Both peers are setup correctly, but there are errors in the log regarding peerlink failing. What is going wrong?

    Telium Support Group
    Moderator
    Post count: 263

    The peerlink error means that the two peers are unable to talk to one another. This is most likely due to Security Group misconfiguration within AWS. As a simple test, try to telnet from one peer to the other peer on port 3002; for example:


    telnet 10.1.2.3 3002

    This command will likely fail/timeout, which confirms the Security Group misconfiguration. To resolve this, and assuming both peers are in the same Security Group, and iptables/firewalld is disabled, set that Security Group to allow “itself” traffic on all ports (in AWS). After doing so the peers should quickly find each other and the Peerlink indicators in the GUI will turn green.

    If you decide you want the highest level of security possible, only enable destination port 3002 TCP access between the peers (plus ports needed for file/directory/database sync as optionally defined in your haast.conf). But if the peers are in the same Security Group you should be fine allowing all traffic.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.