「iptablesで特定のIPをブロックする方法」の版間の差分
大松「ブロックされないから荒らしやすいンゴねえ」 |
細 1版 |
||
| (4人の利用者による、間の4版が非表示) | |||
| 1行目: | 1行目: | ||
<pre> | |||
[root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP | [root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP | ||
</pre> | </pre> | ||
[[Category:Linux]][[Category:Linuxコマンド]][[Category:iptables]] | [[Category:Linux]][[Category:Linuxコマンド]][[Category:iptables]] | ||