[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] HomeVPN
- Subject: [ale] HomeVPN
- From: mike at trausch.us (mike at trausch.us)
- Date: Wed, 14 Nov 2012 11:29:18 -0500
- In-reply-to: <CAAU2BpaJT=wQUMTNdibd85Yw7tznT9vW1TUTbbyMFbPGirEQMg@mail.gmail.com>
- References: <CAOXayVu1P7=_4G8fmrk_vooEr5RHY-pkoQ2TJhDW5hh82Uz09Q@mail.gmail.com> <[email protected]> <1139547784-1352475901-cardhu_decombobulator_blackberry.rim.net-141632665-@b18.c9.bise6.blackberry> <[email protected]> <CAAU2BpaJT=wQUMTNdibd85Yw7tznT9vW1TUTbbyMFbPGirEQMg@mail.gmail.com>
On 11/09/2012 01:32 PM, Justin Goldberg wrote:
> I'd be interested in hearing if anyone's gotten an SSH /Tunnel /working,
> rather than a mere SSH client/server session. SSH Tunneling from Android
> does require root.
SSH tunnels do require root, generally speaking, because you have to be
able to set up the TUN/TAP driver.
It's possible to set that up before running the SSH session and transfer
ownership of the TUN/TAP device to the user who will run SSH, but that's
a lot of extra work, too.
One major problem, though, that makes SSH tunneling very unsuitable for
anything but short-lived, ad-hoc interconnections: SSH is built on TCP.
Why is that a problem? See:
http://sites.inka.de/~W1011/devel/tcp-tcp.html
For more information. But basically, you do NOT want to run TCP
applications over a tunnel that it itself built on TCP, as such
situation can lead to a denial of service for one or both networks.
--- Mike
--
A man who reasons deliberately, manages it better after studying Logic
than he could before, if he is sincere about it and has common sense.
--- Carveth Read, ?Logic?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 726 bytes
Desc: OpenPGP digital signature
URL: <http://mail.ale.org/pipermail/ale/attachments/20121114/e27bec10/attachment.sig>
- References:
- [ale] HomeVPN
- From: robert.l.harris at gmail.com (Robert L. Harris)
- [ale] HomeVPN
- From: atllinuxenthinfo at techstarship.com (Ron Frazier (ALE))
- [ale] HomeVPN
- From: simontek at gmail.com (simontek at gmail.com)
- [ale] HomeVPN
- From: atllinuxenthinfo at techstarship.com (Ron Frazier (ALE))
- [ale] HomeVPN
- From: justgold79 at gmail.com (Justin Goldberg)