>> Edit article
이름
제목
패스워드
[root]# rpm -qa | grep ftp ftp-0.16-3 ncftp-3.0.1-1az proftpd-1.2.0pre10-1az tftp-server-0.16-5 레드헷 6.2 가 설치되었구 ftp 는 위와 같습니다.. 특정 IP class 내에서만 ftp 접속을 허용하도록 할려구 하는데 ftpd 를 tcpwarpper가 관리하도록 해서 000..000.000.X와 111.111.111.X 이외에는 telnet으로든 ftp로든 억세스 하지 못하위해 /etc/proftpd.conf 화일에서 ServerType standalone 를 ServerType inetd 로 변경 /etc/inetd.conf 화일에서 #ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a 를 ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd 로 변경 /etc/hosts.deny 화일에 ALL : ALL (모든 곳에서 오는 모든 서비스를 막는다) /etc/hosts.allow 화일에 ALL : 000.000.000.128/255.255.255.128 ALL : 111.111.111.0/255.255.255.0 그리고 /etc/rc.d/inint.d/inetd restart 실행 하고 나서 외부 IP 로 ftp 접속해 봤는데 접속이 되더군요 여러 ftp 깔려서 하나가 죽으면 다른것이 작동해서 그런가요 답변 부탁드립니다...--이 곳에 서명을 적어주십시오. leemat
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved