From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33038 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: tunneling nntp connection Date: 31 Oct 2000 08:51:04 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169219 23061 80.91.224.250 (21 Oct 2002 03:00:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:00:19 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id ECC52D049A for ; Tue, 31 Oct 2000 08:51:38 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB15567; Tue, 31 Oct 2000 07:51:27 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 31 Oct 2000 07:50:49 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA17440 for ; Tue, 31 Oct 2000 07:50:40 -0600 (CST) Original-Received: from cinnamon.vanillaknot.com (du203p195.icubed.com [204.215.203.195]) by mailhost.sclp.com (Postfix) with ESMTP id 5BBC0D049A for ; Tue, 31 Oct 2000 08:51:05 -0500 (EST) Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.9.3/8.9.3) id IAA02898; Tue, 31 Oct 2000 08:51:04 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6 hR;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Original-Lines: 3 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Notus) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33038 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33038 Use an ssh tunnel: ssh -g -q -f -x -L8787:localhost:119 other.host sleep 1000000 Then you use port 8787 on localhost to reach other.host's port 119.