>> Read No. 45471 article  
[질문]proftp에서 익명사용자 접속불가

등록 2002-03-25 03:54:00     조회 1
이름 최진원    

		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
이름
암호


>> 관련글
45471 [질문]proftp에서 익명사용자 접속불가  최진원  2002.03.25  ....
  답장 RE: [질문]proftp에서 익명사용자 접속불가  kz  2002.03.25  ....
Register [ localhost 목록보기 윗글 아랫글
글쓰기
답장쓰기 수정 삭제
정규표현식 [ 상세 검색 ]
페이지로딩: [ 0.80 초 ] 작업시간: [ 0.13 초 ]

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

적수네 동네
+
| 적수네 동네
| 공부방
| 리눅스 잡지 서고
| LSN 소스
| 링크 모음
+---+
게시판
+
| 떠들어보세!
| 질문과 답변
| 새소식과 정보
| 1원짜리 팁?
| 대화방
+---+
칼럼?
+
| 세하 훔쳐보기
| Welcome2nite
| 혜진의 염장판
+---+
리눅스 상표권
+
| 반대 서명란
| 토론 게시판
+---+
GNU
+
| GNU 선언문
| GNU GPL
| GNU 미러 목록
+---+
프로젝트?
+
| 리눅스카운터
| RC5DES
| 실질헌법 제작
+---+
커널 소식
+
| 안정 버젼: 2.4.14
+---+
테마 선택
+
LSN 방송국?
+
| OFF AIR
+---+
회원
+
| 로그인
+---+
[ 적수네 동네 ] [ 리눅스 상표권 독점 반대 ] [ 한글 리눅스 문서 프로젝트 ] [ KrLine ] [ 사랑넷 ] [ Valid HTML 4.0! ] [ SlashDot ] [ Freshmeat ]
Copyleft (C) 1998-2001 Byeong-Chan Kim . License
TIME: 1791643064
System by WYZsoft, HDD by I.O.Linux, Mizi Research, Embryo, WOWLINUX, Domain by SarangNet, Network by KrLine.