“Firewalld não está funcionando” Respostas de código

Firewalld não está funcionando

# check the status of the service (running and eanbled)
systemctl status firewalld

# if the service is not running, start it
systemctl start firewalld

# if the service has exited , restart it(check for error if any)
systemctl restart firewalld

# if the service is not enabled, enable it
systemctl enable firewalld
Restu Wahyu Saputra

Firewalld não executando o CentOS 7

systemctl start firewalld
Tanishq Vyas

é o firewall em execução CentOS 7

systemctl status firewalld
Glorious Goat

Respostas semelhantes a “Firewalld não está funcionando”

Perguntas semelhantes a “Firewalld não está funcionando”

Mais respostas relacionadas para “Firewalld não está funcionando” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código