Search results | Page 8 | FWCloud Forum

Search results

  1. Carles Munyoz

    TCP port 0 service showing up on imported firewalls

    We have already fixed this bug and it will be solved in the next FWCloud-API patch release that we will publish very soon. We would like to mention you in the CHANGELOG.md file as the bug reporter for both, this one and the other one that you reported related with the FWCloud-Installer script...
  2. Carles Munyoz

    TCP port 0 service showing up on imported firewalls

    Thanks for the report. We will reproduce it in development environment, solve it and add the fix to the next FWCloud release. Nevertheless, it is always important that you take a careful review of the imported policy in order to make sure yourself that the policy has been imported right as, in...
  3. Carles Munyoz

    Issue with Install Script on RHEL 9

    Hi Jeremy, We have already fixed the bug and published the new version of FWCloud-Installer. If you need any help with FWCloud, please don't hesitate in contacting us again. Thank you very much for the report.
  4. Carles Munyoz

    Openvpn question

    Hi, Yes, you can configure site 2 site VPN, VPN servers, etc. Any configuration parameter that you can use with OpenVPN can be used in FWCloud when you create your VPN servers or clients.
  5. Carles Munyoz

    Unable to auth on web ui

    Can you try it a a new incognito windows ? I think that the problem is in the websocket created between your browser and FWCloud-API.
  6. Carles Munyoz

    Unable to auth on web ui

    Hi, Thank you! :-D Answering your questions: 1) Yes, you can change it modifying the LISTEN_PORT environment variable in /opt/fwcloud/websrv/.env 2) Yes, it is possible too, but for this you already have the FWCloud-Websrv process. Regards.
  7. Carles Munyoz

    Unable to auth on web ui

    Hi, This is due to the CORS_WHITELIST configuration in the FWCloud-API. Edit the /opt/fwcloud/api/.env file, add the new URL to the CORS_WHITELIST variable and restart FWCloud-API. Please, let me know if this solves your problem.
  8. Carles Munyoz

    Docker not working after firewall deployed

    Ok, then the problem is in the name resolution. Maybe you have to enable access to the DNS service in the INPUT chain of your host and coming from the Docker interface. Can you test it ?
  9. Carles Munyoz

    Docker not working after firewall deployed

    May you test first: ping 8.8.8.8
  10. Carles Munyoz

    Docker not working after firewall deployed

    Great! What about the communication from your Docker container to Internet? Is it going fine now?
  11. Carles Munyoz

    Docker not working after firewall deployed

    Look at the line 230 of your firewall policy load script: $IPTABLES -A INPUT -i ens18 (LAN) -d 192.168.1.22 -m conntrack --ctstate NEW -j ACCEPT You have called your network interface as ens18 (LAN), but this is a mistake, you should call it as it is really named in your firewall, that it is...
  12. Carles Munyoz

    Docker not working after firewall deployed

    Is your FWCloud installation updated to the latest one ? Which versión do you have (you can see it in the About button) ? Can you paste here the fwcloud.sh script for analyze it ? You can get it using the option for see it in the right menu button menu over your firewall.
  13. Carles Munyoz

    Docker not working after firewall deployed

    I think that you have an error in the SNAT rule. If you look at our FWCloud & Docker integration documentation you will see that in the `Translated source` field of the SNAT rule you have to put the IP address of your LAN interface (in your case 192.168.1.22). But in your SNAT rule such field is...
  14. Carles Munyoz

    Docker not working after firewall deployed

    Ok, then the only problem you have is with the communication from the Docker container to Internet, is it correct ?
  15. Carles Munyoz

    Docker not working after firewall deployed

    Ok, the configuration option for IPv4 forwarding is enabled. It is necessary for the containers to Internet communication. Yes, I'm talking about the service provided by the container. For example, if your container is a MySQL its service is supplied by the TCP port 3306 (if you have not mapped...
  16. Carles Munyoz

    Docker not working after firewall deployed

    Ok, let's go first with the service supplied by the Docker container. How are you accessing this service? I need to see to the Options tab of your firewall config.
  17. Carles Munyoz

    Docker not working after firewall deployed

    Ok, great. Now I need to know what do you want to do. Do you want allow Internet access to your Docker container? Do you need to allow access to the service supplied by the Docker container? May you send me screenshots about the policy rules created? I need to see to the options tab of your...
  18. Carles Munyoz

    Docker not working after firewall deployed

    Have you checked that the next option is present in your `/etc/docker/daemon.json` Docker config file? { "iptables": false }
  19. Carles Munyoz

    Docker not working after firewall deployed

    May you send the output of the next command? ip a
  20. Carles Munyoz

    Docker not working after firewall deployed

    It would help us if you explain more about your Docker installation: - Linux Distribution. - Docker versión. - Docker containers. - Etc.
Top