Relaxing/removing UFW limit for some IPs
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...")
# 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