>> Edit article
이름
제목
패스워드
proftp서버를 설치하였습니다. 계정 사용자들은 잘 로그인 하는데, anonymous로 로그인 하니까 에러납니다. 이유가 뭘까요.. 답답해 죽겠습니다. 여러 게시판 다 돌아다니고 별짓 다 해봤는데, 결과는 똑같습니다. 게시판들 보니까 저랑 똑같은 경우 당한 사람이 많은 것 같은데. 답변을 못 찾겠어요. 제발 도움을 주세요. ----------------------------------------------------------------------- 잘 안되는 경우 메세지 입니다. ----------------------------------------------------------------------- Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:>ftp sharker.pe.kr Connected to sharker.pe.kr. 220 ProFTPD 1.2.4 Server (ProFTPD-Sharker) [localhost.localdomain] User (sharker.pe.kr:(none)): anonymous 331 Anonymous login ok, send your complete email address as your password. Password: ->요부분은 실제 제 이메일 주소를 입력했지요. 530-Unable to set anonymous privileges. 530 Login incorrect. Login failed. ftp> ------------------------------------------------------------------------ 제 설정 화일입니다. ------------------------------------------------------------------------ # 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-Sharker" 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 nobody # Normally, we want files to be overwriteable. <Directory /*> AllowOverwrite on </Directory> # A basic anonymous configuration, no upload directories. <Anonymous /home/server/ftpdir> User ftp Group ftp # We want clients to be able to login with "anonymous" as well as "ftp" UserAlias anonymous ftp <Limit LOGIN> AllowAll </Limit> RequireValidShell off AnonRequirePassword off # Limit the maximum number of anonymous logins MaxClients 20 "Sorry, maxium users %m -- try again later" MaxClientsPerHost 1 "Sorry, allow only one client for host" # 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화일 입니다. ----------------------------------------------------------------------------- root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin adm:x:3:4:adm:/var/adm:/sbin/nologin lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt mail:x:8:12:mail:/var/spool/mail:/sbin/nologin news:x:9:13:news:/var/spool/news: uucp:x:10:14:uucp:/var/spool/uucp:/sbin/nologin operator:x:11:0:operator:/root:/sbin/nologin games:x:12:100:games:/usr/games:/sbin/nologin gopher:x:13:30:gopher:/var/gopher:/sbin/nologin ftp:x:14:50:FTP User:/home/server/ftpdir: nobody:x:99:99:Nobody:/:/sbin/nologin mailnull:x:47:47::/var/spool/mqueue:/dev/null rpm:x:37:37::/var/lib/rpm:/bin/bash xfs:x:43:43:X Font Server:/etc/X11/fs:/bin/false wnn:x:49:49:Wnn System Account:/home/wnn:/bin/bash ntp:x:38:38::/etc/ntp:/sbin/nologin rpc:x:32:32:Portmapper RPC user:/:/bin/false gdm:x:42:42::/var/gdm:/sbin/nologin rpcuser:x:29:29:RPC Service User:/var/lib/nfs:/sbin/nologin nfsnobody:x:65534:65534:Anonymous NFS User:/var/lib/nfs:/sbin/nologin nscd:x:28:28:NSCD Daemon:/:/bin/false ident:x:98:98:pident user:/:/sbin/nologin radvd:x:75:75:radvd user:/:/bin/false postgres:x:26:26:PostgreSQL Server:/var/lib/pgsql:/bin/bash apache:x:48:48:Apache:/var/www:/bin/false squid:x:23:23::/var/spool/squid:/dev/null pcap:x:77:77::/var/arpwatch:/bin/nologin server:x:500:500:kidofegg:/home/server:/bin/bash sharker:x:501:501:kidofegg:/home/sharker:/bin/bash named:x:25:25:Named:/var/named:/bin/false amanda:x:33:6:Amanda user:/var/lib/amanda:/bin/bash pvm:x:24:24::/usr/share/pvm3:/bin/bash mysql:x:502:502::/home/mysql:/bin/bash sysiph:x:503:503::/home/sysiph:/bin/bash
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved