“Firewalld no se está ejecutando” Código de respuesta

Firewalld no se está ejecutando

# 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 no corriendo CentOS 7

systemctl start firewalld
Tanishq Vyas

es el firewall corriendo CentOS 7

systemctl status firewalld
Glorious Goat

Respuestas similares a “Firewalld no se está ejecutando”

Preguntas similares a “Firewalld no se está ejecutando”

Más respuestas relacionadas con “Firewalld no se está ejecutando” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código