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 CE1551389F5 for ; Sun, 16 Nov 2014 14:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 863DDE0CEC; Sun, 16 Nov 2014 14:13:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5715CE0CD8 for ; Sun, 16 Nov 2014 14:13:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 88281340459 for ; Sun, 16 Nov 2014 14:13:12 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 0.146 X-Spam-Level: X-Spam-Status: No, score=0.146 tagged_above=-999 required=5.5 tests=[AWL=-0.344, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0BOcqNgPDgOD for ; Sun, 16 Nov 2014 14:13:07 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11D0F340453 for ; Sun, 16 Nov 2014 14:13:06 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xq0ZZ-0007aS-Tl for gentoo-user@gentoo.org; Sun, 16 Nov 2014 15:13:01 +0100 Received: from pd953e984.dip0.t-ipconnect.de ([217.83.233.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2014 15:13:01 +0100 Received: from holger.hoffstaette by pd953e984.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2014 15:13:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Holger =?iso-8859-1?q?Hoffst=E4tte?= Subject: [gentoo-user] Re: Q: How is that terminus technicus for... Date: Sun, 16 Nov 2014 14:12:50 +0000 (UTC) Message-ID: References: <20141116134902.GA3523@solfire> 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=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pd953e984.dip0.t-ipconnect.de User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-Archives-Salt: c5f76733-adc1-4a80-8696-d82803329068 X-Archives-Hash: dda09f5f26e52041358a94ba0a7ac380 On Sun, 16 Nov 2014 14:49:02 +0100, meino.cramer wrote: > 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? If I understood this correctly this should do what you want: - on the board set the default route to the PC - on the PC set up "packet forwarding" That's the best explanation I can give you without writing a full-blown tutorial, but searching for that should get you going. :) -h