From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 50C391389F5 for ; Sun, 16 Nov 2014 15:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C277E0D16; Sun, 16 Nov 2014 15:31:10 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 222ABE0CD5 for ; Sun, 16 Nov 2014 15:31:09 +0000 (UTC) Received: from localhost ([84.133.143.111]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MTwYX-1XPrxK1EoL-00QjQN for ; Sun, 16 Nov 2014 16:31:07 +0100 Date: Sun, 16 Nov 2014 16:31:06 +0100 From: meino.cramer@gmx.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Q: How is that terminus technicus for... Message-ID: <20141116153106.GA3823@solfire> References: <20141116134902.GA3523@solfire> <201411161419.33891.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201411161419.33891.michaelkintzios@gmail.com> User-Agent: mutt-ng/devel-r804 (Linux) X-Provags-ID: V03:K0:CEZEoTBmgucupJ6dy58oLYn3R7rlIMfwt/zWQX0tiuOLuRpW7De QqRNyvxlDTalSJh3wkM9ZlNzru8ptWztgm3hAE3NvljhDBJ2FeGGe3VfQXjW73rUtYKAr4K cnbQs3Qile+GhECI2smCDjut/2wf17CLPNJIb+yXE1alFMR2L8lQ3krvEc44EWJLa0t+RJR Elty6aPKfx2EIf4snviEg== X-UI-Out-Filterresults: notjunk:1; X-Archives-Salt: e5e4dc59-d518-427d-a2a2-30558add428c X-Archives-Hash: b2bb0e709e5f0307419a45d8088828b9 Mick [14-11-16 15:20]: > On Sunday 16 Nov 2014 13:49:02 meino.cramer@gmx.de wrote: > > Hi, > > > > I connected a Arietta.G25 via Ethernet over USB (using a simple USB > > cable and hardware USB->Ethernet Adaptor to my Gentoo PC. I can ssh > > on that little tiny board. Now I want to access the internat from > > within the Arietta. Therefore all requests need to be transfered from > > the Arietta board to my PC, which then plays the role of an ISP to > > the Arietta board and itself places the requests to the internet > > instead of the Arietta board itself. > > > > But this is a too longish explanation to be put into a google request. > > > > Is there any name for that...so I am able to find the tutorials/howtos > > myself? > > > > Sorry...I am no native english speaker... > > > > Best regards, > > Meino > > > > PS: What USB->Ethernet adaptor could one recommend...the Arietta is > > USB-powered...? > > Sorry, I don't even know what Arietta may be. You need to be able to forward > packets from Arietta via your PC and 'masquerade' their address. If the > connection was via ethernet, then something like this would work: > > echo 1 > /proc/sys/net/ipv4/ip_forward > iptables -t nat -F > iptables -t nat -A POSTROUTING -j MASQUERADE > > However, I am not sure if something special is needed for a USB to PC > connection, it depends what the USB connection shows up as. I hope this gets > you on the right path. > > -- > Regards, > Mick Hi Holger, Hi Mick, Thanks fpr the quick help and infos! It works! :) Arietta G25: http://www.acmesystems.it/arietta Best regards, Meino