vine-users ML アーカイブ



[vine-users:057379] standalone で起動した ProFTPD に接続できません

  • From: "Yongdai Han" <yongdai@xxxxxxxxxxxxx>
  • Subject: [vine-users:057379] standalone で起動した ProFTPD に接続できません
  • Date: Mon, 6 Jan 2003 15:10:26 +0900
韓@韓国ソウル在住です。

vine2.1.5を導入しまして、proftpdを起動しWindows2000クライアント(192.168.0.1)
からFTP接続をしようといたのですが、接続ができません。FTPクライアントは
WS_FTP Proです。

当初inetd経由でproftpdを起動しようとしていたのですが、うまくいかず過去の投稿
を参考にstandaloneでのproftpdの起動をしたのですが、起動はされているようなの
ですが、FTP接続しようとすると接続ができません。この問題については過去に多数
の投稿があったので色々と参照させていただいたのですが、問題が解決できません
でした。

inetd.confでのFTPやTelnetの設定は以下のとおりです。FTPについてはコメントアウ
ト
してります。(Telnetは接続可能です)

#
#ftp    stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd -l -a
#ftp    stream  tcp     nowait  root    /usr/sbin/tcpd  in.proftpd
telnet  stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd
#

(hosts)の内容は以下のようになっています。
127.0.0.1               localhost localhost.localdomain
192.168.0.1             apple


(hosts.allow)の内容は以下のようになっています。
#
# hosts.allow   This file describes the names of the hosts which are
#               allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#

ALL : 127.0.0.1
ALL : 192.168.0.0/255.255.255.0

## for telnet
in.telnetd : 192.168.0.0/255.255.255.0

## for proftpd
#in.proftpd : 192.168.0.0/255.255.255.0

(hosts.deny)の内容は以下のようになっています。
#
# hosts.deny    This file describes the names of the hosts which are
#               *not* allowed to use the local INET services, as decided
#               by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow.  In particular
# you should know that NFS uses portmap!

ALL : ALL

(proftpd.conf)の内容は以下のようになっています。
ServerName      "ProFTPD Basic Configuration"
ServerType       standalone
DefaultServer                   on

Port                            21
Umask                           022
MaxInstances                    30

User                            nobody
Group                           nobody

<Directory /*>
  AllowOverwrite                on
</Directory>

<Limit LOGIN>
Order deny,allow
Deny from ALL
Allow from 192.168.0.0/255.255.255.0
</Limit>

以上の環境で
/etc/rc.d/init.d/proftpd start
として
/etc/rc.d/init.d/proftpd status
proftpd (pid 767) is running...


となるのですが、接続しようとすると接続ができません。

どういったことが原因なのでしょうか?過去のログを参考に
色々と試させていただいたのですが、うまくいきませんでした。
何卒お助けください。

-----
韓 勇大
yongdai@xxxxxxxxxxxxx