tcpd 데몬은 /etc/hosts.allow 나 /etc/hosts.deny 등에
쓰여서 보안에 관계되는 데몬인줄압니다.
분명히 allow 에는 # hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
in.telnetd :211.223.55. ,211.205.132. ,local
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"/etc/hosts.allow" 6L, 205C 1,1 All
이런 식으로 적엇고 deny 에는
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow. In particular
# you should know that NFS uses portmap!
intelnetd :ALL
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"/etc/hosts.deny" 9L, 361C 1,1 All
이런 식으로 적었는데 allow 허용이 안되는 곳에서 텔넷 접속이 되네요
어케 된일인지 몰겟네요..
그리고 tcpd 데몬이 안떠서 그런가 보다 하고
/usr/sbin/tcpd 해서 tcpd 데몬을 띄우고 top 을 치니
펜3-600 듀얼 시스템에서 보통 100 idle 이었는데
한개는 0% idle 이 되고 한개는 80% idle 이
되네요.. 무신 데몬이 이케 점유를 많이 하는지 몰겠네요.
이걸 띄워야지만 되남요?
어케 해야 하남요?