FAQ: How to disable firewall
Disabling Firewall How do I disable a firewall on my server? To disable a firewall on your server, follow these steps depending on the firewall application you are using: 1. Disabling Firewall on Linux (iptables/firewalld): For systems using iptables: Check the status of iptables: sudo systemctl status iptables Disable iptables temporarily: sudo systemctl stop iptables