I just installed a hotspot on ASL3 but I wanted to put the info on the Allmon3 running on our main server that’s at our tower site. I’ve checked all the information and it is correct but keep getting the Not responding to requests for this node.
I pull up Asterisk CLI on my hotspot and I’m getting constant connection failures from the server.
[2025-03-01 16:10:55.209] NOTICE[37114]: manager.c:2336 authenticate: 10.10.66.10 failed to pass IP ACL as ‘admin’
[2025-03-01 16:10:55.209] NOTICE[37114]: manager.c:2370 authenticate: 10.10.66.10 failed to authenticate as ‘admin’
[2025-03-01 16:11:11.249] NOTICE[37116]: acl.c:784 ast_apply_acl_internal: Manager User ACL: Rejecting ‘10.10.66.10’ due to a failure to pass ACL ‘(BASELINE)’
Right, so your configuration is saying deny everything unless it’s from the IP address 1.2.3.4. If you want to implement ACLs because your AMI port is otherwise open to the world, then you can use those. If you have a firewall/router closing off access to port 5038 from anywhere except where you’re trying to query from you can safely leave those commented out.
Ah you know what, I didn’t have that line on older versions but it is on ASL3 and I haven’t tried linking manager.conf from one ASL3 to another instance of ASL3. I’m guessing I should just comment the permit line out?
You haven’t really been clear about your network topology. However, assuming that you have some way to control access to port 5038 elsewhere, such as a firewall or a router, then comment out both the deny and permit lines.