iptables

0pt

Linux標準

iptablesはLinuxのKernel 2.4移行で標準インストールされています。そのためLinux標準のファイアーウォールといえます。

http://oxynotes.com/?p=6361

プロトコル許可

-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 25 -j ACCEPT
-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 80 -j ACCEPT
-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 110 -j ACCEPT
-A RH-Firewall-1-INPUT -m tcp -p tcp --dport 443 -j ACCEPT

「iptables」について友人に書いてもらう。

あなたにとって「iptables」とは?

ログインするとワンクリックでキーワードを投稿できます

ログインする 新規登録する

お気に入りの説明

0 pt
iptables -nL で現在の状態 /etc/rc.d/init.d/ iptables [s tar t|s top |save] 設定ファイル /etc/sysconfig/ iptables RH http://www.kuwazou.net/blog/2006/05/iptable.html
もっと読む
0 pt
Linuxでサーバを要塞化するための コマンド ( 設定 ファイル ) サービス 停止 (s top ) / etc /rc.d/ init.d / iptables s top # 許可 するport 拒否するportを 設定 # t cp 30000ポートを ...
もっと読む

関連したキーワードを持つお気に入り

他の人の「iptables」を見る