Search results | Page 10 | FWCloud Forum

Search results

  1. Carles Munyoz

    Minor UI issue closing dialog

    Ok, thank you for reporting it, we will create a GitHub issue for solve it in next releases.
  2. Carles Munyoz

    Monitoring feature

    Hi, This is done by means of Grafana, but it is not fully integrated yet in the FWCloud console. It will be included together with lot of new features in the NGFW (Next Generation FireWall) management features that will we added this year.
  3. Carles Munyoz

    Ejemplo de entradas al FWCloud

    Hola Daniel, Este foro está pensado para que todos los posts sean en Inglés para que sirva de ayuda a más gente. No obstante, si no os defendéis bien con el Inglés, podemos hacer una excepción y hacer que este hilo sea en castellano. En la sección de video tutorials de la web hay muchos vídeos...
  4. Carles Munyoz

    Branch to New Policy Chains

    We have an issue for this feature: https://github.com/soltecsis/fwcloud-api/issues/420 I think that we will implement it soon.
  5. Carles Munyoz

    Branch to New Policy Chains

    Hi Alasdair, In our last release we added a new feature called Hook Script Rules; you can see a video tutorial about it here. Thanks to this feature you can insert your code in any place of the policy load script generated during the firewall policy compilation process. You can even insert...
  6. Carles Munyoz

    Refreshing the UI gives a 404

    The new release will ve available soon, in a few weeks.
  7. Carles Munyoz

    Refreshing the UI gives a 404

    This issue has already been solved. It will be fixed in the next release.
  8. Carles Munyoz

    Refreshing the UI gives a 404

    We have a GitHub issue about it: https://github.com/soltecsis/fwcloud-ui-src/issues/624 I hope it will be solved in our next release.
  9. Carles Munyoz

    F2F and CrowdSec

    Yes, it will work.
  10. Carles Munyoz

    Force admin to change username & password, some more idea's

    Ok, thank you for the suggestions, we will note them in a new issue.
  11. Carles Munyoz

    Custom install / compile

    At this moment we have policy compilers for IPTables and NFTables, but we have in mind the option for generate compilers for other packet filtering options.
  12. Carles Munyoz

    scripts access to the rules set

    It is not possible at this moment, but we will evaluate it for a future release. The FWCloud policy management script is installed in the destination firewall into the folder `/etc/fwcloud` and with the name `fwcloud.sh` You can manage the policy using systemd: systemctl stop fwcloud systemctl...
  13. Carles Munyoz

    scripts access to the rules set

    I think that you could do it using a hook script rule. For example, you can generate a hook script rule that inserts code for update git after each policy load. If the script doesn't changes, the git command will do nothing because you don't have any pending changes.
  14. Carles Munyoz

    Anti lockout rules

    Yes, you are right, it is an interesting feature for avoid blocking the management access from the FWCloud console. I have created a GitHub issue for implement it in the next release. Thank you very much for your feed back.
  15. Carles Munyoz

    Reuse of group rules

    You can reuse it for nodes in the same cluster, but not reuse rules or group rules for different firewalls. We can evaluate it as a future feature, but I can not grant you that we will implement it because complicates quite a lot the logic of the application.
  16. Carles Munyoz

    [solved] Empty reply from server

    As you can see in the Docker subsection of the FWCloud installation documentation, you must use HTTPS protocol for access your dockerized FWCloud instance. FWCloud is a security management application, then, the communication with it must be secure too ;-)
  17. Carles Munyoz

    [solved] Empty reply from server

    Which is the URL that you are using for access the FWCloud Docker instance? Are you using https://localhost:3030? You have to connect using the HTTS protocol.
  18. Carles Munyoz

    F2F and CrowdSec

    Fail2Ban and CrowdSec compatibility is independent of the method (ssh or FWCloud-Agent) used to apply the firewall policy into the destination firewall/cluster. Then, if you enable the compatibility flag, it will go for both, ssh and FWCloud-Agent communication.
  19. Carles Munyoz

    F2F and CrowdSec

    Hi, Not yet, but we have in our roadmap adding new features to the FWCloud-Agent that will allow a better integration with Fail2Ban and CrowdSec. For example, we have an issue for allow that from the user interface you can query the list of IPs in the CrowdSec blacklist set. Another thing that...
  20. Carles Munyoz

    FWCloud-API 1.5.1 and FWCloud-UI 1.4.0 released

    We are very proud to announce the availability of FWCloud-API 1.5.1 and FWCloud-UI 1.4.0, the main packages of the FWCloud project, with lot of new features, performance improvements and bug fixes. This version brings new amazing features like hook scripts rules that will simplify the insertion...
Top