Search results | FWCloud Forum

Search results

  1. M

    missing rows in policy view.

    updated to FWCloud-UI - v2.3.2 problem fixed :) thx.
  2. M

    missing rows in policy view.

    thx for this. I'll wait for update ... have a nice day :)
  3. M

    missing rows in policy view.

    Hi. I'm working in linux , but I've also tested this on windows OS. I've tried browsers : - firefox 147.0.3 - google chrome 144.0.7559.132 - chromium 144.0.7559.132 Screen 0: minimum 320 x 200, current 3600 x 1080, maximum 16384 x 16384 DisplayPort-2 connected primary 1920x1080+0+0 (normal left...
  4. M

    missing rows in policy view.

    Hi. I've got firewall wtih about 13-14 rows in input policy. when I logon to web interface of fwcloud and enter my firewall - I can see only few rows in my browser ( 1st picture ). the rest of rows are not visible. but when change zoom level in browser from 100% to down , more rows are...
  5. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    Total 64 MB/s | 130 MB 00:02 Running transaction check Transaction check succeeded...
  6. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    when I was trying to update - there is error : Running transaction Preparing ...
  7. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    hi. maybe this will be helpful : [root@fwcloud api]# yum module enable nodejs:24 [root@fwcloud api]# yum update --disablerepo=SOLTECSIS_FWCloud_rpm_any [root@fwcloud api]# node --version v24.11.1 from dir : /opt/fwcloud/api : [root@fwcloud api]# npm outdated Package...
  8. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    Tommorow I'll try to update main server. first attempt was made on vm clone. Let you know about status...
  9. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    No. I haven't noticed any error on update. My setup is rocky linux 9. Nodejs is installed from appstream. Currently im using nodejs 24.
  10. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    Hi. thx for quick response. before your command I've to run "npm install strip-ansi" to install this module. [root@fwcloud api]# node fwcli migration:run ✓ Pending migrations applied. now no more errors :) thx
  11. M

    |ERROR|[QUERY ERROR]: Error: Unknown column 'dhcp_r.fw_apply_to' in 'field list' after upgrade to 2.3

    hi. I've tested update from 2.2 -> 2.3 I'm on EL9 , I've upgrade nodejs to ver 24 from appstream. after update packagees fwcloud* , I've noticed errors on web interface : when you click on on one of my firewalls , then click on DHCP or HAproxy there is a red windows with error. in logs I can...
  12. M

    NFT only system, missing iptables command

    Hi. only half of problem was resolved :( I've compiled script after update and there are errors : [10:25:49] - Uploading firewall policy (127.0.0.1) FWCloud.net - Loading firewall policy generated: Mon Dec 02 2024 10:25:48 GMT+0100 (Central European Standard Time) /etc/fwcloud/fwcloud.sh...
  13. M

    NFT only system, missing iptables command

    as a workaround for this I've created two bash scripts : iptables and ip6tables : #!/bin/bash exit 0 error in log is gone - but this is ugly hack :(
  14. M

    NFT only system, missing iptables command

    Hi. we have got system - Rocky Linux release 9.5 which default missing iptables commands , system using only NFT. compiled fwcloud script contains references to iptables commands per example to clear firewall: iptables_default_filter_policy() { $IPTABLES -P OUTPUT $1 $IPTABLES -P INPUT...
Top