레드햇 7.1 / proftpd-1.2.4-2kr.i686.rpm 입니다.
초기 리눅스 설치후 wu-ftpd 는 제거하고
rpm -Uvh --nodeps --force proftpd-1.2.4-2kr.i686.rpm
이런식으로 설치 했구요
그 다음 환경 파일에서 설정해 준것은 없습니다.
setup 에서 방화벽 부분에 medium으로 체크하고 커스트마이즈에서 체크해주고
요
root@Test proftpd]# ipchains -L
Chain input (policy ACCEPT):
target prot opt source destination ports
ACCEPT tcp -y---- anywhere anywhere any -
> 6009
ACCEPT tcp -y---- anywhere anywhere any -
> ftp
ACCEPT tcp -y---- anywhere anywhere any -
> ssh
ACCEPT all ------ anywhere anywhere n/a
ACCEPT all ------ anywhere anywhere n/a
REJECT tcp -y---- anywhere anywhere any -
> 0:1023
REJECT tcp -y---- anywhere anywhere any -
> nfs
REJECT udp ------ anywhere anywhere any -
> 0:1023
REJECT udp ------ anywhere anywhere any -
> nfs
REJECT tcp -y---- anywhere anywhere any -
> x11:6009
REJECT tcp -y---- anywhere anywhere any -
> xfs
Chain forward (policy ACCEPT):
Chain output (policy ACCEPT):
이런식으로 나오거든요..
ssh 는 잘 됩니다.
그리고 setup 에서도.... proftpd-inetd 체트되어 있고, xinetd.d 밑도
diable = no 로 설정되어 있구요...
외부나 내부에서 접속하면
Connected to localhost.localdomain.
421 Service not available, remote server has closed connection
이런식이군요.... 무엇을 어케 해야 되는 지요...ㅜ,ㅜ''
ipchains 를 열어도 마찬가지입니다.
[root@Test /root]# ipchains -L
Chain input (policy ACCEPT):
Chain forward (policy ACCEPT):
Chain output (policy ACCEPT):