>> Delete No. 43062 article
No. 솔라용 PROFTP 돠주세요...

등록 2002-02-22 09:59:00 By localhost     조회 2
이름 헤리포터    

		솔라리스를 관리하고 있는 허접 관리자입니다.
이번에 FTP를 건드리다 이상하게 되버렸습니다.
데몬은 떠있는데
이상하게 로긴이 안됩니다...
밑에 있는건 profptd.conf 파일이구요
 # This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
 ServerName                      "ProFTPD Default Installation"
ServerType                      standalone
DefaultServer                   on
 # Port 21 is the standard FTP port.
Port                            21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask                           022
 # To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances                    30
 # Set the user and group that the server normally runs at.
User                            nobody
Group                           nogroup
 # Normally, we want files to be overwriteable.
<Directory /*>
  AllowOverwrite                on
</Directory>
 # A basic anonymous configuration, no upload directories.
<Anonymous ~ftp>
  User                          ftp
  Group                         ftp
  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias                     anonymous ftp
   # Limit the maximum number of anonymous logins
  MaxClients                    30
    # We want 'welcome.msg' displayed at login, and '.message' displayed
  # in each newly chdired directory.
  DisplayLogin                  welcome.msg
  DisplayFirstChdir             .message
   # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>
 </Anonymous>
   이파일은 건들지 않았습니다.
글구 passwd 파일을 조금 만졌습니다.
어떤 계정에 쉘을 없애는 거였는데요
그담에는 이상하게 다른 계정들도 로긴이 안되더라구요
그래서 다시 원래데로 바꾸고
리스탓했는데
이상하게 ftp 데몬은 뜨는데
로긴이 안됩니다.
제발 도와주세요..  ㅜ.ㅜ
 참고로 저희가 쓰는 ftp 버전은
 ProFTPD Version 1.2.0pre10 입니다...
 만약 하다가 정 안되면 아예 새로 깔려구요
다시 proftp 최신으루 깔려구하는데
그것만이라두 갈켜 주세요...
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

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