Debian その5
2004年6月9日 LinuxIP_Set_ie.plは動作を確認して/etc/crontabに記述、iptables.rcは内容を確認したが良くわからないので再調査中。
user追加は終了、iptables設定はapt-get install iptables してからiptables -Lまでを確認した。ipchainsは削除したはずなのに残ってた、何で???。
vsftpdをinstallして、いろいろ設定した。起動の方法は、
/etc/inetd.confでコントロールする。コメントを外したらOK。
再起動は、
#/sbin/service inet reload
ところが、errorがでてつながらない。日本語のページでは検索したが引っかからない。調べて対応するか、外部からはSSH・内部に限定してvsftpdらしいのでそっち方面からも調べてみよう。あと、WinSCPも。
ということで、errorは、
500 OOPS: vsftpd:
cannot locate user specified in ’tunable_ftp_username’
これを解決するには、
The following commands will do the trick:
# mkdir /var/ftp/
# useradd -d /var/ftp ftp
(the next two are useful to run even if the user "ftp" already exists).
# chown root.root /var/ftp
# chmod og-w /var/ftp
Note: The above information is from the file INSTALL file at:
ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-1.1.3/
上手くいきました(^^)
WinSCPも無事動きました。同期も取れるみたいなのでこれは楽そう。
Apacheが上手く動いていないらしく表示はされなかった。
ということで、次はiptablesとapacheへ進む(^^)
Noteのサーバが止まってた。丸二日持たなかったけど大丈夫かなぁ? ちょっと心配。
user追加は終了、iptables設定はapt-get install iptables してからiptables -Lまでを確認した。ipchainsは削除したはずなのに残ってた、何で???。
vsftpdをinstallして、いろいろ設定した。起動の方法は、
/etc/inetd.confでコントロールする。コメントを外したらOK。
再起動は、
#/sbin/service inet reload
ところが、errorがでてつながらない。日本語のページでは検索したが引っかからない。調べて対応するか、外部からはSSH・内部に限定してvsftpdらしいのでそっち方面からも調べてみよう。あと、WinSCPも。
ということで、errorは、
500 OOPS: vsftpd:
cannot locate user specified in ’tunable_ftp_username’
これを解決するには、
The following commands will do the trick:
# mkdir /var/ftp/
# useradd -d /var/ftp ftp
(the next two are useful to run even if the user "ftp" already exists).
# chown root.root /var/ftp
# chmod og-w /var/ftp
Note: The above information is from the file INSTALL file at:
ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-1.1.3/
上手くいきました(^^)
WinSCPも無事動きました。同期も取れるみたいなのでこれは楽そう。
Apacheが上手く動いていないらしく表示はされなかった。
ということで、次はiptablesとapacheへ進む(^^)
Noteのサーバが止まってた。丸二日持たなかったけど大丈夫かなぁ? ちょっと心配。
コメント