From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-01-smtplb.ohiordc.rr.com ([65.24.5.135] helo=ms-smtp-01-eri0.ohiordc.rr.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1EUWP2-0003jN-00 for ; Tue, 25 Oct 2005 17:32:16 -0400 Received: from [192.168.1.100] (cpe-24-33-4-163.midsouth.res.rr.com [24.33.4.163]) by ms-smtp-01-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id j9PLVkWZ021995 for ; Tue, 25 Oct 2005 17:31:47 -0400 (EDT) Date: Tue, 25 Oct 2005 16:31:45 -0500 (CDT) From: Adam Myrow To: "Speakup is a screen review system for Linux." In-Reply-To: <000001c5d90d$94b68900$6701a8c0@QUARK> Message-ID: References: <000001c5d90d$94b68900$6701a8c0@QUARK> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: RE: ssh forwarding question X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 21:32:21 -0000 Are you doing the port forwarding as root, or a normal user? This is important, because as a normal user, you cannot forward to ports below 1000. These are known as "privileged ports," and only root can forward to them. Thus, as a normal user, you would have to forward port 80 to some other port over 1000.