내부 네트워크의 컴에서 설정을 해놓고 telnet이나 finger를 해도
제 의도 되로 안되네요
[inetd.conf]
---------------------------------
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
--------------------------------
finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd
[hosts.allow]
in.telnetd: 192.168.1.2(내컴 내부 IP)
in.ftpd : 192.168.1.2(내컴 내부 IP)
[hosts.deny]
ALL:ALL
이렇게 하면
# telnet 192.168.1.2는 실행이되야 되고,
# finger 는 실행이 되지 않아야 하쟎아요. ?
그런데 반대의 결과가 나오네요. finger는 계속되고, telnet은 안돼고 ...
물론, kill -HUP processNUM으로 inetd을 재 실행했구요 ?
원인 좀 알려 주세요..--고수가 되는 그날.......