Search results | Page 3 | FWCloud Forum

Search results

  1. 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...
  2. 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...
  3. Carles Munyoz

    npm audit

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

    [SOLVED] connection

    You are welcome. If have any problems, please, let me know.
  5. 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.
  6. 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?
  7. 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...
  8. 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.
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. 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.
  14. 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...
  15. 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...
  16. Carles Munyoz

    "Discover Interfaces" not working

    When you use a user different from root, the command is: sudo ip a I think that the problem is that you have used a user without password. Please, may you try it again with a user with sudo privileges and with password ?
  17. Carles Munyoz

    "Discover Interfaces" not working

    Has the user sudo privileges ? May you retry it with a user with sudo privileges ?
  18. Carles Munyoz

    "Discover Interfaces" not working

    Have you executed the ip a command with the same user that you use in the FWCloud discover interfaces tool ? Can you post the log lines that are appended to the /opt/fwcloud/api/log/app.log file after executing the discover interfaces tool ?
  19. Carles Munyoz

    "Discover Interfaces" not working

    Hello, The discover interfaces feature executes the command ip a in the destination host. Please, may you run this command in your machine and post here the output ?
  20. Carles Munyoz

    Future support for nftables

    Hi, Of course, nftables support will be added very soon to FWCloud. It is in the features list that will be added to our next FWCloud release, not in the one that we will publish this week, but it will be available in the next one. The FWCloud design allows the use of different compilers for...
Top