2009. 9. 7. 11:58

fedora에서 ftp, telnet server 설정하기

1. ftp server install and configuration
  - vsftpd install( yum install vsftpd )

2. telnet server install and configuration
  - telnet-server install(yum install telnet-server or rpm -ivh telnet-server-xxx.rpm)
설치 마치고
   vi /etc/xinetd.d/telnet 파일을 열어
   disable=yes -> disable=no 수정후  저장후 종료
 
3. xinetd 데몬 재 시작
   /etc/init.d/xinted restart

4. firewal and 방화벽 open
 : 아래 3개 명령으로 해당 기능 disable해야 접속이 가능해진다.
 - system-config-firewall
 - system-config-security
 - system-config-selinux (/etc/selinux/config)