: hostdeny를 이용하시면 됩니다.
: /etc/ 안에 기본적인 화일이 3개있습니다.
:
:
: * hosts.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: 접속허용할 아이피
: in.telnetd: 접속허용할 아이피
: .
: .
: .
위와 같이
in.telnetd: 100.100.100.100
이라고 해도
접속이 안됩니다..
어떻게 해야돼지요..?
지발좀..