Recent content by Carles Munyoz | FWCloud Forum

Recent content by Carles Munyoz

  1. Carles Munyoz

    error fwcloud-api.service: sqlMessage: "Out of range value for column 'node_order' at row 48"

    Great, we will publish a patch release soon in order to solve this bug. Thank you very much for the report.
  2. Carles Munyoz

    error fwcloud-api.service: sqlMessage: "Out of range value for column 'node_order' at row 48"

    Hello Javier, We think that is a bug in the database schema because the node_order column is of type tinyint(2) and it should be of type int(11). Please, can you run this SQL in your FWCloud database and confirm us if it solves the problem: ALTER TABLE fwc_tree MODIFY node_order INT(11); If it...
  3. Carles Munyoz

    error running fwcloud-api, fresh debian 12 install

    Is the MySQL database engine running? As you can see in the error the problem is that the FWClou-API can not connect to the 3306 TCP port, the MySQL TCP port.
  4. Carles Munyoz

    FWCloud-Agent 1.4.0 released

    We have just released FWCloud-Agent 1.4.0. In this release we have solved several issues: - Since `OpenVPN 2.5` the datetime string format used in the `openvpn-status.log` file has changed. Before to this version the format was like this `Fri Jul 21 14:35:56 2023`, and the new format is like...
  5. Carles Munyoz

    Error after saving changes

    Great! If you need something more don't hesitate to use our forum again.
  6. Carles Munyoz

    Error after saving changes

    Hello, Please, can you provide more information about your FWClod installation (version, Linux distribution, etc.) ? When the error arises in the FWCloud user interface, have you seen error logs in the FWCloud-API backend (/opt/fwcloud/api/logs) ? This problem is not normal, perhaps it can be...
  7. Carles Munyoz

    IPtables install command failed

    We can install the policy script in such Linux distributions without problems. Is the ssh user that you are using for the firewall management in the sudo group? Have in mind that the ssh user must have sudo privileges in order to load the firewall policy.
  8. Carles Munyoz

    "Discover Interfaces" not working

    We are going to reproduce the problem in Red Hat Enterprise 8 and publish a patch release to solve it.
  9. Carles Munyoz

    IPtables install command failed

    Hi, We can create a patch release in order to solve this issue. Which is the Linux distribution that you have in this firewall?
  10. Carles Munyoz

    IPtables install command failed

    I see that you have other firewalls in your FWCloud instance. Have you had any problem installing the firewall policy in them? Which is the Linux distribution that you have in this firewall? Have you tried installing FWCloud-Agent in the managed firewall and use it instead of SSH...
  11. Carles Munyoz

    How to change Webserver Certs

    Great! You are well come.
  12. Carles Munyoz

    How to change Webserver Certs

    Thank you very much for your comments, we are working hard for make FWCloud a great product. For a simpler installation and maintenance you can install FWCloud by means of DEB and RPM packages: https://fwcloud.net/en/documentation/installation/#packages Regarding the certs change you are...
  13. Carles Munyoz

    New FWCloud-API, FWCloud-UI and FWCloud-Websrv releases

    We are very proud to announce the availability of new releases for three of the main modules that make up FWCloud. These are the new modules versions: - FWCloud-API 1.9.2 - FWCloud-UI 1.9.2 - FWCloud-Websrv 1.2.3 These are bug fixes releases with some improvements. Update procedure For...
  14. Carles Munyoz

    Packages for DEB and RPM based Linux distributions

    In order to simplify the FWCloud installation procedure we have created packages for DEB and RPM based Linux distributions. These packages are created automatically every time we publish a new release of FWCloud. DEB and RPM are package management systems used in different Linux distributions...
  15. Carles Munyoz

    Authentication error Incorrect user details or password

    We have added the next line to the Unit section of the fwcloud-api.service systemd file: It would be available in the next FWCloud-API release. Thank you very much for the feedback.
Top