“Porta aberta no firewall linux” Respostas de código

Porto de firewall aberto no Linux

Debian: 

sudo ufw allow PORT. 

CentOS: 

sudo firewall-cmd --zone=public --permanent --add-port=PORT/tcp 
sudo firewall-cmd --reload
Sachin

Porta aberta no firewall linux

sudo ufw enable
sudo ufw allow 5000/tcp //allow the server to handle the request on port 5000
Drab Dugong

Respostas semelhantes a “Porta aberta no firewall linux”

Perguntas semelhantes a “Porta aberta no firewall linux”

Mais respostas relacionadas para “Porta aberta no firewall linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código