3 servers (and nodes) on same LAN but Allmon can't seem to "see" other nodes

As the subject line says… all 3 of my servers/nodes are private and on the same LAN for testing. Here’s the particulars

Node 1000 is on 10.150.180.35
Node 1001 is on 10.150.180.36
Node 1002 is on 10.150.180.37

Node 1000, in its allmon.ini.php file (password removed for security)

[1000]
host=127.0.0.1:5038
user=admin
passwd=

[1001]
host=10.150.180.36:5038
user=admin
passwd=

[1002]
host=10.150.180.37:5038
user=admin
passwd=

Node 1001, in its allmon.ini.php file (password removed for security)

[1000]
host=10.150.180.35:5038
user=admin
passwd=

[1001]
host=127.0.0.1:5038
user=admin
passwd=

[1002]
host=10.150.180.37:5038
user=admin
passwd=

Node 1002, in its allmon.ini.php file (password removed for security)

[1000]
host=10.150.180.35:5038
user=admin
passwd=

[1001]
host=10.150.180.36:5038
user=admin
passwd=

[1002]
host=127.0.0.1:5038
user=admin
passwd=

passwd in each of the above .ini files matches the passwd in each node’s manager.conf file

On each server, I have no issue seeing the local node but I keep getting the following error when trying to look at the other (remote) nodes

Could not connect to Asterisk Manager.

In /etc/asterisk/manager.conf, make sure this is set:
bindaddr=0.0.0.0

there may be one already like this:
bindaddr=127.0.0.1

Remove that line / change it. Restart asterisk or the whole node.

1 Like

Aha! That did it. Sounds like even more Wiki fixes :open_mouth:

If desired you could run Allmon on one of the nodes or even on it’s own web server and still manage all the nodes. For example WD6AWP.NET | Allmon | 2530

Ahh, so I now see. thanks for the tip

This is intended behavior so as not to expose Asterisk manager to the outside by default, as it could be used to control Asterisk if the password is set to default.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.