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. Note that telnetd is running on my macos for sure (I've run sudo -s launchctl load -w /System/Library/LaunchDaemons/telnet.plist) 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) telnetd?