Ufw: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 1: | Linha 1: | ||
<pre> | <pre> | ||
# ufw allow from 1.2.3.4/32 to any port 5000 proto tcp | # ufw allow from 1.2.3.4/32 to any port 5000 proto tcp | ||
# ufw allow ssh | |||
# ufw status numbered | # ufw status numbered | ||
Status: active | Status: active |
Edição atual tal como às 19h57min de 29 de maio de 2025
# ufw allow from 1.2.3.4/32 to any port 5000 proto tcp # ufw allow ssh # ufw status numbered Status: active To Action From -- ------ ---- [ 1] 5000/tcp ALLOW IN 1.2.3.4 # ufw delete 1