Linux サーバ構築 ( Fedora Core5 ) - セキュリティ
TCP Wrapper
ホスト名の設定および TCP Wrapper によるセキュリティの設定方法です。
- ホスト名の設定・確認
/etc/hosts
# Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 myhost.mydomain myhost localhost.localdomain localhost
- TCP Wrapper の設定
- hosts.deny と hosts.allow の編集
/etc/hosts.deny
ALL : ALL
/etc/hosts.allow
ALL : ALL
- hosts.deny と hosts.allow の編集
( 最終更新日時 : 2008/08/31 21:24:47 )