ネットワーク関連
- 開いているポートを調べる
- % netstat -an
- ファイヤーウォールの状態を調べる
- % iptables -L
- iptableの更新
- % iptables-save > temp_iptables
- % vi temp_iptable (エントリーの追加)
- % iptables-restore < temp_iptables
- ※ /etc/sysconfig/iptables に起動時に読み込まれる設定情報があるので注意。(SentOS 5)
最終更新:2013年01月05日 20:11