Relaxing/removing UFW limit for some IPs

Da Caos per caso.
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