Search results | FWCloud Forum

Search results

  1. ukro

    Compile/Install

    Hey ouuu :) If i make some changes but i will not do compile/install at the moment.There is and icon letter C and I. After some time i forgot what did i changed. Is it possible to see the changes somehow? Thx
  2. ukro

    Gathered security tips

    Greetings everyone, i would like to use this form to gather interesting security rules for security purpose. I would like to have it in one place. Anybody who have something to share please do, will update this post.If i have some errors please comment. Interesting apps/apis for security...
  3. ukro

    [SOLVED] iptables, me again :)

    Yello :) i want this $IPTABLES -A port-scan -p tcp –tcp-flags SYN,ACK,FIN,RST RST -m limit –limit 1/s -j RETURN i get this "run_before" with value "$IPTABLES -A port-scan -p tcp –tcp-flags SYN,ACK,FIN,RST RST -m limit –limit 1/s -j RETURN" fails to match the required pattern: /^[\x09-\x0D...
  4. ukro

    [SOLVED] help with states

    Greetings, how would i do this rules in GUI?Its just a reference for me to understand how to point GUI to the new,established,related state in the rules. -A OUTPUT -p icmp -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -m state --state ESTABLISHED,RELATED -j ACCEPT -A...
  5. ukro

    npm audit

    Greetings, How to fix this please. Everything else working OK. npm audit fix npm ERR! code EAUDITNOPJSON npm ERR! audit No package.json found: Cannot audit a project without a package.json npm ERR! A complete log of this run can be found in: npm ERR...
  6. ukro

    [SOLVED] connection

    Hi, so i reinstalled fwcloud,recover old backup. Because the update didn't worked correctly(didn't updated for a long time) and now when i have setup ssh PermitRootLogin prohibit-password PubkeyAuthentication yes How can i compile and install all the rules? Do i need to change to password...
  7. ukro

    Pls help <3

    api added 917 packages from 1330 contributors and audited 999 packages in 46.791s 10 packages are looking for funding run `npm fund` for details found 8 vulnerabilities (7 low, 1 high) run `npm audit fix` to fix them, or `npm audit` for details ---------- (*) Creating database schema and...
  8. ukro

    Usage question

    Greetings, I am just starting to test/build multiple cloud vps and i want to make it easier to manage firewalls. I was planning to use fwbuilder that uses iptables.But to be more future proof i might need nftables. Fwcloud uses nftables? And please, i understand that after reading documentation...
Top