Hi,
I made an installation of fop2, the service start, the test pass /usr/local/fop2/fop2_server --test
Flash Operator Panel 2 - No valid license found. Demo Mode
Connection to manager OK!
But when I try to login via web doesn't work (Could not connect to server)
If I start the fop in debug mode I see MANAGER CONNECTION Connecting to localhost:5038 (Server 0) failed.
fop2.cfg
[general]
; AMI definitions
manager_host=127.0.0.1
manager_port=5038
manager_user=admin
manager_secret=amp111
;event_mask=call,agent
manager.conf
;
[general]
enabled = yes
port = 5038
bindaddr = 127.0.0.1
[admin]
secret = amp111
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
permit=172.23.1.50/255.255.255.255
read = all,system,call,log,verbose,command,agent,user,originate
write = all,system,call,log,verbose,command,agent,user,originate
I Made the same config on another sercer and all works great.
What can I check?
thanks