>> Delete No. 27543 article
No. []proftp connection refused

등록 2001-04-18 01:12:00 By localhost     조회 2
이름 simtech    

		Asp linux 사용자입니다.
 슬레이브 dns에 ftp
 dns설정을 하고 ftp를 설정을 하였읍니다.
211.170.3.254에는 마스터
211.170.3.10에는 슬레이브를 설정을 하고
 dns 설정중 rev 파일은
10	IN	PTR	ftp.simtech.com
 zone 파일은
www	IN	A	211.170.3.10
 dns는 정상적으로 동작합니다.
 그리고 proftp 설정
 ServerName                      "ProFTPD on simtech.com"
ServerType                      inetd
DefaultServer                   on
Port                            21
Umask                           022
MaxInstances                    10
User                            nobody
Group                           nobody
UseReverseDNS                   off
IdentLookups                    off
AuthPAMAuthoritative            on
RootLogin                       off
 <Directory /*>
  AllowOverwrite                on
</Directory>
 <Anonymous ~ftp>
  User                          ftp
  Group                         ftp
  UserAlias                     anonymous ftp
  MaxClients                    10 "Sorry, maxium users %m -- try again later"
  MaxClientsPerHost             1 "Sorry, Allow only one client for host"
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message
  RequireValidShell             off
  HideUser                      root
 # Anonymous's Uploads Directory
  <Directory uploads/*>
    AllowOverwrite              on
    AllowRetrieveRestart        on
    AllowStoreRestart           on
    <Limit DELE RMD>
      DenyAll
    </Limit>
    <Limit READ STOR MDK>
      AllowAll
    </Limit>
  </Directory>
 # Anonymous's Public Directory
  <Directory pub/*>
    <Limit READ>
      AllowAll
    </Limit>
    <Limit STOR DELE RMD MKD>
      DenyAll
    </Limit>
  </Directory>
 </Anonymous>
 이렇게 설정을 하였읍니다.
connection refused 접속 거절인거 같은데...
부탁드립니다.
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved