コンテンツにスキップ

「iptablesで特定のIPをブロックする方法」の版間の差分

提供: Wikiducca
大松「ブロックされないから荒らしやすいンゴねえ」
1版
 
(6人の利用者による、間の6版が非表示)
1行目: 1行目:
<nowiki>Wikiduccaは終了しました。今後はゴールドペディアをご利用ください。<pre>
<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]]

2019年1月17日 (木) 04:14時点における最新版

[root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP