From owner-freebsd-questions@FreeBSD.ORG Mon Nov 28 12:50:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E1F16A420 for ; Mon, 28 Nov 2005 12:50:02 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from web36208.mail.mud.yahoo.com (web36208.mail.mud.yahoo.com [209.191.68.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 3071543D7C for ; Mon, 28 Nov 2005 12:49:49 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: (qmail 2010 invoked by uid 60001); 28 Nov 2005 12:49:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=VrlJco4EATnleAXPmQDJKIXP/qf7JvmqJ7vqH0LFGgiSPaX6yfjsWBqL93JrIshyvyXVEZI8O+hmdXUkY7Wlw4F2IjP8KXE/cjSrVgk+0yguV1VBfbjk2uGYNDpL6nZs+PtOEY98GVXRob8P53rIEKEhdLtEh0SH66eRhxBE4Zo= ; Message-ID: <20051128124945.2008.qmail@web36208.mail.mud.yahoo.com> Received: from [147.46.44.181] by web36208.mail.mud.yahoo.com via HTTP; Mon, 28 Nov 2005 04:49:45 PST Date: Mon, 28 Nov 2005 04:49:45 -0800 (PST) From: Rob To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: cosmo8@rdslink.ro Subject: Re: Complicated routing/SSH-FTP tunneling problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 12:50:02 -0000 Molnár szabolcs wrote: > Hi , > I have a similar situation, > My provider has blocked all incoming ports so I can't access my > PC from the internet side. Did you find any solution? Maybe following scheme can help you understand how to apply ssh-tunnel: # Local ssh-tunnel: # client$ ssh -L port:host:hostport server # # Talking to 'port' on client, will forward # everything to 'hostport' on host: # -------- -------- ------ # |client|-port>--->|server|>--->hostport-|host| # -------- -------- ------ # # # Remote ssh-tunnel: # client$ ssh -R port:host:hostport server # # Talking to 'port' on server, will forward # everthing to 'hostport' on host: # -------- -------- ------ # |server|-port>--->|client|>--->hostport-|host| # -------- -------- ------ # # # The client/server communication is ssh-encrypted. # Communication to host is in clear text. # # Client & server require login ID, but host doesn't. Does that help? Rob. __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/