
WARNING: only do this when you are in a fully private network or cloud instance already
protected by a firewall.
on EL systems
sudo systemctl stop firewalld
sudo systemctl disable firewalld
on Debian/Ubuntu
sudo systemctl stop ufw
sudo systemctl disable ufw