>> Delete No. 1385 article
No. [질문]하나로 lite 스피드 터치프로에서 FTP 열때..

등록 2000-08-01 14:26:00 By localhost     조회 1
이름 또부탁    

		안녕하세요?
하나로 라이트에서 proftpd 로 anonymous ftp 서버좀 열어서 친구들하고 화일 좀 공유하고 공부
좀 해보려는데 안되네요.. 알카텔 스피드 터치 프로를 사용하고요, 자체 라우팅기능이 있
어 방화벽이 어쩌고 하던데, 이 모뎀으로 ftp 여신 분 있으면 꼭 좀 갈켜주십시오.. 모뎀 특
성상 자기 ip 로는 접속을 못하고  외부에서 확인해야 된다고 해서 맨날 친구한테 접속해 
보라고 계속 귀찮게 부탁했었는데 그래도 안되는군요..  localhost나 루프백으로는 잘 로그
인 됩니다.  설정 화일은  ==========================
 # 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 ALZZA Default Installation"
ServerType                      standalone
DefaultServer                   on
 # Use Pam Module (required /etc/pam.d/ftp)
# please read /usr/doc/proftpd-1.2pre3/mod_pam.c
#
AuthPAMAuthoritative           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
 # To show all filenames including ``dot'' files
#LsDefaultOptions "-a"
 #
# To allow root login
#  be sure to take root out from /etc/ftpusers also :)
#
#RootLogin on
RootLogin off
  # Support upload/download ratios
# please read /usr/doc/proftpd-1.2pre3/mod_ratio.c
#
# HostRatio foobar.net 100 10 5 100000
 # Normally, we want files to be overwriteable.
<Directory /*>
  AllowOverwrite                on
</Directory>
 # A basic anonymous configuration, no upload directories.
<Anonymous ~ftp>
  <Limit LOGIN>
AllowAll
</Limit>
     User                          ftp
  Group                         ftp
  RequireValidShell             off
   # 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                    10
   # Limit the maximum number per host
  # MaxClientsPerHost          1
   # 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>
    # Upload directory, allow upload and mkdir and deny download
  #
  # <Directory incoming>
  #   <Limit READ>
  #     DenyALL
  #   </Limit>
  #   <Limit STOR MKD>
  #     AllowALL
  #   </Limit>
  # </Directory>
 </Anonymous>
=====================================
이상입니다...
꼭좀 부탁드립니다.
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

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