On Fri Jan 24 21:22:07 EST 2014, p...@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