Allmon, Supermon not connecting to ASL

Try replacing everything in manager.conf with the following as a new text file:

[general]
enabled = yes
port = 5038
bindaddr = 127.0.0.1                            ; Comment when not localhost access

[admin]
secret = abcdef12345
read = all,system,call,log,verbose,command,agent,user,config
write = all,system,call,log,verbose,command,agent,user,config

And then setup allmon3 locally to look at 127.0.01 with admin and your choice of password. Every system I have in the fleet works fine with AMI in the latest verstion of the software so it's something local to you.

Allmon3 on 626790 now works.

I then tried adding (seperately)

permit=192.168.1.105/255.255.255.0&45.75.102.63.0/255.255.255.0
and
permit=127.0.0.1/255.255.255.0&192.168.1.105/255.255.255.0&45.75.102.63.0/255.255.255.0

It broke Allmon3 and I was not able to connect from Supermon.

Right now the permit line is commented out...

Getting closer... :slight_smile: Thanks again!

As I said above, I do not believe you can put multiple subnet ranges on one permit line. I believe you need to list each specific group on its own permit line.

Solution:

bindaddr on manager.conf needs to be 0.0.0.0

Permit= 1 line per address

Thanks for all they assistance!!!!

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