Firewalld: run to permantent commands throws error "NOT ENABLED:ens32"

Try

sudo firewall-cmd --zone=trusted --change-interface=ens32

sudo firewall-cmd --zone=trusted --add-source=192.168.0.0/16

sudo firewall-cmd --runtime-to-permanent

1 Like