忍者ブログ

[PR]

2024年11月24日 ()
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

firewall settings

2008年11月30日 (linux)

/etc/rc.d/init.d/iptables

ファイヤーウォールのシェルスクリプト.
内部でiptablesコマンドを呼び出して処理する.

ファイヤーウォール起動.

# /etc/rc.d/init.d/iptables start

ファイヤーウォール停止.

# /etc/rc.d/init.d/iptables stop

ファイヤーウォール再起動.

# /etc/rc.d/init.d/iptables restart

/etc/sysconfig/iptables

ファイヤーウォールの設定ファイル.

例として80番を開放.
/etc/sysconfig/iptablesファイルの適当な箇所に以下を追記.
ディストリビューションにより少し記述が異なるみたい.

CentOS 5.2

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT

Fedora Core 10

-A INPUT --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
PR
Comment
  Vodafone絵文字 i-mode絵文字 Ezweb絵文字