From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 25 Jan 2014 07:15:58 -0500 To: 9fans@9fans.net Message-ID: <1b58e387733a9b4af21c5868fb1cb370@brasstown.quanstro.net> In-Reply-To: <44ECD415-F209-4FA5-8BF3-442E15D7F93C@fb.com> References: <44ECD415-F209-4FA5-8BF3-442E15D7F93C@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] networking, qemu, and telnet Topicbox-Message-UUID: b53f269a-ead8-11e9-9d60-3106f5b1d025 On Fri Jan 24 21:22:07 EST 2014, pad@fb.com wrote: > 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 the host. > But when I do > % telnet 10.0.2.2 > I get > telnet: tcp!10.0.2.2!telnet: net unreachable. since ping works, this icmp message doesn't look right. there are only 6 messages in the kernel's icmp list, but there are 16 defined. i'm guessing that the message is wrong. try using snoopy(8) to uncover the real message. - erik