Recent content by yakov616 | FWCloud Forum

Recent content by yakov616

  1. Y

    WIZARDS.FIREWALL_IMPORT.ERRORS.CREATING_FW_CLUSTER.0

    I haven't had time to read this section yet, but now it's much clearer, thank you! :)
  2. Y

    WIZARDS.FIREWALL_IMPORT.ERRORS.CREATING_FW_CLUSTER.0

    root@Ubuntu2-myagkov:~# iptables-save | head -n 87 | tail -n 10 -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER -A OUTPUT ! -d 127.0.0.0/8 -m addrtype --dst-type LOCAL -j DOCKER -A POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE -A POSTROUTING -s 172.18.0.0/16 ! -o br-35adf6e83d9a...
  3. Y

    WIZARDS.FIREWALL_IMPORT.ERRORS.CREATING_FW_CLUSTER.0

    Yes, I have made an update, but I get this error And the input entries look like this
  4. Y

    WIZARDS.FIREWALL_IMPORT.ERRORS.CREATING_FW_CLUSTER.0

    Could you tell me if the auto-discovery of existing iptables rules will be implemented?
  5. Y

    WIZARDS.FIREWALL_IMPORT.ERRORS.CREATING_FW_CLUSTER.0

    Good afternoon, I'm trying to make an import wizard, but I always get the same error (shown in the screenshot of the web ui). I tried to connect both via ssh and through the agent. I also tried 2 server side installations: as a service in linux and via docker. The api logs contain the following...
Top