%telnet 192.168.0.4 Trying 192.168.0.4... Connected to 192.168.0.4. Escape character is '^]'. Connection closed by foreign host % となってしまう。
両マシン設定。(いまのところ同じ) /etc/hosts # For loopbacking. 127.0.0.1 localhost 192.168.0.2 6BXD.net 6BXD 192.168.0.3 AX6BC.net AX6BC 192.168.0.4 FMV590.net FMV590 # End of hosts.
/etc/host.conf order hosts, bind multi on
/etc/inetd.confの一部 # These are standard services. ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -i -a telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd # Use this one instead if you want to snoop on telnet users (try to use this # for ethical purposes, ok folks?) : telnet stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.telnetsnoopd
telnetで接続するにはどうすればよいのでしょう?
43 :名無しさん@お腹いっぱい。 :2001/02/24(土) 12:39
/etc/hosts.{allow,deny}の内容は?
44 :38 :2001/02/24(土) 12:50
/etc/hosts.allow ALL LOCAL
/etc/hosts.deny ALL :ALL EXCEPT LOCAL
45 :名無しさん@お腹いっぱい。 :2001/02/24(土) 13:52
> /etc/hosts.allow > ALL LOCAL ALL: LOCAL ALL: 192.168.0.0/255.255.0.0 とでもしとけ。