Let’s start the discussion about Firewall not enabled (skipping reload) in following methods.
Contents
Firewall not enabled (skipping reload)
The above issue is quite simple to duplicate – perhaps the Ubuntu images are corrupted. I get a similar problem when I install a pure Ubuntu image (without Docker) and manually install ufw and Docker. Run the below commands to solve the error. I’m able to solve Firewall not enabled (skipping reload) using :
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw enable
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : How to enable ufw in ubuntu