Table of Contents

Ubuntu Disable FirewallD

systemctl stop firewalld
systemctl disable firewalld
systemctl mask firewalld

Show current state

firewall-cmd --state

List rules

firewall-cmd --list-all