Recent content by Cysec

  1. C

    Best Practices for Fail2Ban and Event Guard Configuration in FusionPBX?

    I would personally be digging through logs to find out when and why it stopped. Some suggestions would be to check the fail2ban logs (usually in /val/log/fail2ban) and the contents of the journal: sudo journalctl -xeu fail2ban # if you haven't restarted the service (though, probably too late as...
  2. C

    SOLVED FusionPBX "Connection to Event Socket Failed" config issue

    A bit of context: We have a 3rd party dev working on a bit of addon software that he needed to poll the event socket from. While setting that up, I changed the default password from ClueCon in /etc/freeswitch/autoload_configs/event_socket.conf.xml as I was opening things up to the outside...