“Usuń regułę iptables” Kod odpowiedzi

Usuń regułę iptables

#find line number of rule
$ sudo iptables -L INPUT --line-numbers
## delete rule by number
$ sudo iptables -D INPUT 1
. . .
Bullyard

Usuń wszystkie reguły IPTABLES

sudo iptables -F
Friendly Hawk

Zdejmij iptable portu

# flag -D for delete
sudo iptables -D INPUT -i eth0 -p tcp --dport 22 -j ACCEPT
Snippets

Odpowiedzi podobne do “Usuń regułę iptables”

Pytania podobne do “Usuń regułę iptables”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu