From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Thu, 12 Feb 2015 12:02:49 +0100 Message-ID: From: Giacomo Tesio To: 9front@9front.org, Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: [9fans] telnet to port (and webfs debug) Topicbox-Message-UUID: 43c16cac-ead9-11e9-9d60-3106f5b1d025 Hi, I'm having an hard time to debug a problem with http clients in plan9/qemu (actually 9front, but I guess my questions apply to all plan9 versions). DNS and ping works properly, just http fails. I suspect it's a proxy issue. I have set httpproxy environment variable but with no success: both hget and mothra doesn't works. I can connect to the qemu host webserver on port 80 and receive the proper page, but for any other address I can't obtain a response. The proxy does not log any access. Now, to debug this issue, I'd like to telnet the proxy port and manually forge an http request. However I can't understand hot to specify a port reading man telnet. What's plan9 equivalent of telnet www.google.com 80 Giacomo