System/Linux, unix
[centOS] vsftpd passive 모드 설정
opid
2014. 1. 20. 15:35
1. [root@localhost ~]# vi /etc/vsftpd/vsftpd.conf
아래와 같이 변경
2. 방화벽 포트 허용
[root@localhost ~]# vi /etc/sysconfig/iptables
아래 내용 추가
3. 재시작
[root@localhost ~]# service iptables restart