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

提供: Wikiducca
移動: 案内検索
(ページの作成:「<pre> [root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP </pre> Category:LinuxCategory:LinuxコマンドCategory:iptables」)
 
(大松「ブロックされないから荒らしやすいンゴねえ」)
行1: 行1:
<pre>
+
<nowiki>Wikiduccaは終了しました。今後はゴールドペディアをご利用ください。<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月1日 (火) 13:08時点における版

Wikiduccaは終了しました。今後はゴールドペディアをご利用ください。<pre> [root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP </pre> [[Category:Linux]][[Category:Linuxコマンド]][[Category:iptables]]