Search results | Page 2 | FWCloud Forum

Search results

  1. Carles Munyoz

    Gathered security tips

    Hi, It is a great idea, thank you! At this moment you can add these security blocks manually by means of the hook scripts feature. But for simplicity we will add a new section in the firewall setup for manage these security options and generate special rules for them. I think we can add...
  2. Carles Munyoz

    [SOLVED] iptables, me again :)

    Thank you very much for your comments! :-) We are doing our best for improve FWCloud day by day. The next release that we will launch in June will have new amazing features like NFTables compiler and advanced routing management. Best regards.
  3. Carles Munyoz

    [SOLVED] iptables, me again :)

    Hi, Then, your problem is solved, is it correct?
  4. Carles Munyoz

    [SOLVED] help with states

    Yes, you can add the hook script before or after any rule of your policy.
  5. Carles Munyoz

    [SOLVED] help with states

    At this moment it is not possible the use of the limit module using the FWCloud user interface, but we will include this feature in a future release. But you can use the hook scripts feature for it:
  6. Carles Munyoz

    [SOLVED] help with states

    Hi, In the options tab of a firewall you can set up if it is stateful or not: If your firewall is stateful, then the special rule you can see in the next screenshot is created (not only in the FORWARD chain, in the INPUT and OUTPUT chains too) as the first rule and if you compile it you will...
  7. Carles Munyoz

    npm audit

    Hi, We have solved it, please, may you launch again the FWCloud-Installer script? You will still see a few npm packages with vulnerabilities in FWCloud-API, but it will be solved in the next release that we will publish in a few weeks. The problems was in an npm package called lodash that is...
  8. Carles Munyoz

    npm audit

    Hello, What Linux distribution and node version are you using ? Best regards.
  9. Carles Munyoz

    [SOLVED] connection

    You are welcome. If have any problems, please, let me know.
  10. Carles Munyoz

    [SOLVED] connection

    We have just published a new FWCloud release with the iptables-save import problem solved, and wit the new feature hook scripts that will allow you the execution of shell script code before and/or after a policy rule load.
  11. Carles Munyoz

    "Discover Interfaces" not working

    We have just published a new release of FWCloud with the patch for make it go in Centos 7. Please, may you update, try it again and confirm if the problem is solved?
  12. Carles Munyoz

    FWCloud-API 1.2.0 and FWCloud-UI 1.1.0 released

    We are very proud to announce the availability of FWCloud-API 1.2.0 and FWCloud-UI 1.1.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 at rule level that allows customized...
  13. Carles Munyoz

    "Discover Interfaces" not working

    We have been able to reproduce the problem in a Centos 7 installation and we have already applied a patch to solve it. The solution will be available in the next FWCloud release that we are going to publish in a few days.
  14. Carles Munyoz

    "Discover Interfaces" not working

    Please, can you specify the exact Linux distribution version of your server ? We are going to try reproduce the problem. If we can reproduce the problem we will be able to find a solution.
  15. Carles Munyoz

    "Discover Interfaces" not working

    Have you created a new user or simply added the one that you are using to the wheel group ? May you create a complete new sudo user following all the steps in the link of my previous post ? FWCloud uses a npm node module for ssh communications. It fist creates the ssh connection and then sends...
  16. Carles Munyoz

    "Discover Interfaces" not working

    One moment, I think that the problem is that you are not using a user with sudo privileges (a sudo user), you are allowing a regular user the execution of some commands as a privileged user with sudo. These are quite different things. May you create a new user with sudo privileges as explained...
  17. Carles Munyoz

    "Discover Interfaces" not working

    I think that it is posible to disable the requiretty option for your ssh user in the /etc/sudoers file. It can be a solution for the problem. Other option is to use the root user, but don't save its password in FWCloud. We usually recommend that, as an extra security measure, don't shave ssh...
  18. Carles Munyoz

    "Discover Interfaces" not working

    Don't worry, I totally understand. I think that, as you have already pointed, this can be the problem: sudo: no tty present and no askpass program specified It is not possible to use the -t option in the FWCloud ssh connection. And it is not possible what you have said in your last post.
  19. Carles Munyoz

    "Discover Interfaces" not working

    Your are welcome! :-) Don't worry, the matter is to find where is the problem but is complicated because I'm not able to reproduce it. The sudo ip a output is as expected, then the problems should not be here. If I give you a fixed source IP, would be possible to connect to your server by...
  20. Carles Munyoz

    "Discover Interfaces" not working

    If the process goes fine with the root user, then the problem is not in the ip a command output. It must be in the sudo process for execute commands with root privileges. If you log into your server with the fwcloudapi user, and then run: sudo ip a Are you required to you insert again the...
Top