Relaxing/removing UFW limit for some IPs

Da Caos per caso.
Versione del 6 set 2021 alle 10:22 di Giorgio (discussione | contributi) (Creata pagina con "<pre> # ufw status Status: active To Action From -- ------ ---- Anywhere ALLOW nn.nn.nn.nn...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Jump to navigation Jump to search
# 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