From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-la0-f54.google.com ([209.85.215.54]) by pp; Thu Feb 12 06:02:54 EST 2015 Received: by labpn19 with SMTP id pn19so9250357lab.4 for <9front@9front.org>; Thu, 12 Feb 2015 03:02:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=t3rUYA5etH34OLYK1nBZvtMRhw3Ey0rrLbU3Al0fqhA=; b=dssR/tTAUXgu/BJKHohGsCJJ1KRCEBAp+CSeXjLDYk9HMeszdozTIEK90xvzC4+lp8 pMhm0uAjOr2x+EV3bnxBBwyUUCIRj+Z/x/ylEASthWfZF4YTNKs51P0nvB5MyCTcj3Lp uzPribHkKgtKejeZAdpVCRwkled6Kk/uud9MFYe3rHckXtGZZxUIjR8e69Fd3LuFwvgG wossFXgaNUFuDHL4G68ekwRy60Zc59Rq6BE++bte3lz6oIPAJxl9HKQm1bfcOCgAjyWL PaWAeyiHRue/NnCAVSEiEVnwHEV+i/+9a2xdWDgC6OquEsChV3b3fnvViiCFa9XyYNxB CsJg== X-Gm-Message-State: ALoCoQlonrs+nogftf/dXpZZd4bkzzXXSiiNCLaVlDDFJ1CjskGocET3eQrTHaH85i6KD6/wU0r3 MIME-Version: 1.0 X-Received: by 10.152.19.129 with SMTP id f1mr2800329lae.40.1423738969079; Thu, 12 Feb 2015 03:02:49 -0800 (PST) Received: by 10.114.12.37 with HTTP; Thu, 12 Feb 2015 03:02:49 -0800 (PST) Date: Thu, 12 Feb 2015 12:02:49 +0100 Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: virtual abstract grid core AJAX firewall CMS controller Subject: telnet to port (and webfs debug) 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 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