[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:06409] ネットワーク(中間報告)確認
masapiです。
#telnet debhostを実行させたら・・・
Connected debhost.localnet.co.jp
Escape character is '^]’.
Connection closed by foreign host.
と出ました。
これって、少しは進展したのでしょうか?
でも、Connection closeされてしまっているのでやっぱりダメですよね。
本当なら、
debhost.localnet.co.jp FTP Server ready
みたいな表示がされないといけないのですよね!?
因みに、加納さんに言われたこんなことをやってみましたが、
# mv /etc/hosts.allow /etc/hosts.allow.none
# mv /etc/hosts.deny /etc/hosts.deny.none
# kill -HUP inetdのPID
結果は同じでした。
(-HUPとは、どんなoptionなのでしょう? 私の本には載っていないので)
それから、ps axで見ると、killする前と後で状態が全く一緒ですが
大丈夫なのでしょうか?
それと、TTに?がついています。
(やっぱり、もっと詳しいUNIXの本を買うべきですね)
===================================================================
===================================================================
ps ax を見ると・・・
/usr/sbin/inetdは、STATが「S」でありました。
-------------------------------------------------
/sbin/interrupt を見たら・・・
IRQ=9、Base address=0xe000 でした。
(これはこれでいいのでしょうか)
-------------------------------------------------
/etc/inted.confに、以下のように書き加えました。
ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.ftpd
telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetd
-------------------------------------------------
ifconfig -a および、netstat -i で、
errorの項目は、全て0です。
-------------------------------------------------
/etc/hosts.allow には・・・
ALL: 127.0.0.1 192.168.1.0/255.255.255.0 を書き加えました。
/etc/hosts.deny には・・・
ALL: PARANOID が既に書かれていました。
-------------------------------------------------
update-inetd --comment-chars "## " --enable ftp
を実行した。
================================
/var/log/syslogには・・・
debhost in.telnetd[111]:connect from 192.168.1.1
debhost syslog:error:cannot execute /usr/sbin/in.telnetd:
No such file or directory
実際に、/usr/sbin/in.telnetdはありませんでした。
何故無いのか?う〜ん・・・
やっぱり、もう一度最初からインストールした方がいいのでしょうか?