telnetd 起動
apt-get install telnetd
/etc/inetd.confを編集
telnet stream tcp nowait telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
↑既に入っていたが。。
/etc/host.allowを編集
in.telnetd: 127.0.0.1 192.168.0.0/24
を追加。
inetdを再起動
# /etc/init.d/openbsd-inetd restart
ftpd 起動
apt-get install proftpd
initd経由での起動を選択
設定ファイルの修正
vi /etc/proftpd/proftpd.conf
UseIPv6 on => off に変更
proftpdの再起動
/etc/init.d/proftpd restart
最終更新:2009年02月14日 19:45