I have an issue I can’t figure out. I was experimenting this morning with my Allmon3 Interface on my ASL3 node. In my allmon3.ini file I added his node number and his asterisk username and password as depicted in the picture:
[58176]
host=127.0.0.1
user=admin
pass=MY-PASSWORD
[1776]
host=127.0.0.1
user=admin
pass=MY-PASSWORD
[576335]
host=198.58.124.150
user=MY-USERNAME
pass=MY-PASSWORD
port=5038
[57841]
host=HIS.OUTSIDE.IP.ADDRESS
user=admin
pass=HIS-PASSWORD
port=5038
My friends node is the [58176] stanza, The [576335] node just above it is my Cloud HUB that I had just added and it worked, displaying just fine in my Allmon3 interface and I can control it. But When I added his node the Allmon3 basically crashed. It WOULD open but not load ANY nodes and displayed a pop-up telling me to check my allmon3 config and/or to reload it. I went to my Supermon 7.4+ allmon.ini and added his node and it would load the node but not connect to his asterisk server.
Before we started I had my friend give me his outside IP address, his asterisk username and password and had him change his manager.conf bind address to 0.0.0.0 as such:
;bindaddr = 127.0.0.1 ; Local interface only!
bindaddr = 0.0.0.0 ; Not secure
and to comment out the 127.0.0.1
and I had him port forward port 5038 in his home router to the local IP address for his AllStar node I was trying to manage.
My Supermon page could not login to his asterisk server, and then my friends Supermon and Supermon2 page stopped connecting to the asterisk server and still can’t. I can go to his asterisk CLI and run function commands and do outbound connections just fine, and I can connect to his node inbound just fine. But his Supermon and Supermon2 pages will not login to his asterisk server.
I double and triple checked the manager.conf settings to his allmon.ini settings and NOTHING has a changed. Does anyone have any idea what i need to do to re-connect them outside of a complete re-image of his node? I have never heard of this and I am currently a little dumbfounded, but that is a short trip for me. Any and All help is appreciated.
For the record my node is ASL3 and his is HamVoIP. Thank You for taking the time to read this.