Differenze tra le versioni di "Relaxing/removing UFW limit for some IPs"

Da Caos per caso.
Jump to navigation Jump to search
(Creata pagina con "<pre> # ufw status Status: active To Action From -- ------ ---- Anywhere ALLOW nn.nn.nn.nn...")
 
 
Riga 23: Riga 23:
 
; insert NUM RULE
 
; insert NUM RULE
 
: insert the corresponding RULE as rule number NUM
 
: insert the corresponding RULE as rule number NUM
 +
 +
 +
[[Category:Linux]]

Versione attuale delle 10:22, 6 set 2021

# ufw status
Status: active

To                         Action      From
--                         ------      ----
Anywhere                   ALLOW       nn.nn.nn.nn              
22/tcp                     LIMIT       Anywhere                  
443/tcp                    ALLOW       Anywhere                  
80/tcp                     ALLOW       Anywhere      
ufw insert 1 allow in from nn.nn.nn.nn

where nn.nn.nn.nn should be the IP

'1' is the number of the rule


delete RULE|NUM
deletes the corresponding RULE
insert NUM RULE
insert the corresponding RULE as rule number NUM