From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoann Padioleau To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Sat, 25 Jan 2014 02:20:48 +0000 Message-ID: <44ECD415-F209-4FA5-8BF3-442E15D7F93C@fb.com> Content-Type: text/plain; charset="us-ascii" Content-ID: <5408B0C6E8460D43A90EE939826C6C34@fb.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [9fans] networking, qemu, and telnet Topicbox-Message-UUID: b4913b16-ead8-11e9-9d60-3106f5b1d025 Hi, I'm able to ping from plan9 the host (the macos machine running qemu). After % ip/ipconfig % ndb/dns -r I have something in /net/ndb and running ndb/dnsquery and entering address like www.google.com works. ip/ipconfig 10.0.2.2 also works which is great. Now I would like to do some very basic test by from plan9 telneting into th= e host. But when I do % telnet 10.0.2.2 I get telnet: tcp!10.0.2.2!telnet: net unreachable. Note that telnetd is running on my macos for sure (I've run sudo -s launchctl load -w /System/Library/LaunchDaemons/telnet.pl= ist) and on macos doing in a terminal telnet localhost does working. So what do I need to be able to telnet from my plan9 to my host (macos) tel= netd?