%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