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

提供: Wikiducca
移動: 案内検索
(ページの作成:「<pre> [root@server ~]# iptables -I INPUT -s 123.123.123.123 -j DROP </pre> Category:LinuxCategory:LinuxコマンドCategory:iptables」)
 
(1版)
 
(7人の利用者による、間の7版が非表示)
(相違点なし)

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

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