# # # # #

iptablesで特定のIPをブロックする方法

2019年1月1日 (火) 13:08時点におけるThe Pioneer (ノート | 投稿記録)による版

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

最終更新: 2019年1月1日 (火) 13:08
# # # # #