translator
1,001
edits
m (Template inserted) |
m (Template inserted) |
||
Line 90: | Line 90: | ||
<!--T:22--> | <!--T:22--> | ||
You can also delete them by number. This is easier if you have a numbered list which you can see with the command: | You can also delete them by number. This is easier if you have a numbered list which you can see with the command: | ||
sudo ufw status numbered | {{UserCmdOutput|command=sudo ufw status numbered|result= | ||
Status: active | <pre>Status: active | ||
<!--T:23--> | <!--T:23--> | ||
Line 98: | Line 98: | ||
-- ------ ---- | -- ------ ---- | ||
[ 1] 22 ALLOW IN Anywhere | [ 1] 22 ALLOW IN Anywhere | ||
[ 2] 22 (v6) ALLOW IN Anywhere (v6)</pre> | [ 2] 22 (v6) ALLOW IN Anywhere (v6)</pre>}} | ||
<!--T:24--> | <!--T:24--> | ||
Now if we wanted to stop allowing ssh on ipv6 we could use the command: | Now if we wanted to stop allowing ssh on ipv6 we could use the command: | ||
sudo ufw delete 2 | {{UserCmd|command=sudo ufw delete 2}} | ||
==GUFW== <!--T:25--> | ==GUFW== <!--T:25--> |