public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Q: How is that terminus technicus for...
Date: Sun, 16 Nov 2014 14:19:25 +0000	[thread overview]
Message-ID: <201411161419.33891.michaelkintzios@gmail.com> (raw)
In-Reply-To: <20141116134902.GA3523@solfire>

[-- Attachment #1: Type: Text/Plain, Size: 1406 bytes --]

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

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  parent reply	other threads:[~2014-11-16 14:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-16 13:49 [gentoo-user] Q: How is that terminus technicus for meino.cramer
2014-11-16 14:12 ` [gentoo-user] " Holger Hoffstätte
2014-11-16 14:19 ` Mick [this message]
2014-11-16 15:31   ` [gentoo-user] " meino.cramer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201411161419.33891.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox