(E-Mail Removed) wrote:
> My work computer (Redhat AS4, I have root) is isolated from the
> company's Intranet.
Presumably this is corporate policy rather than a technical limitation?
> I am, however, allowed to ssh to a "common"
> computer that has access to the Intranet.
OK
> I would like to create an ssh connection between my computer and the
> "common" computer and then have the tunnel be the "default router" for
> my computer.
You can run ppp over ssh (see google) but the performance is not terribly
good. If you're trying to circumvent company policy I assume you've
weighed up the career related risks.
I can't help but think you've got two other options to address first,
though:
* Get the policy changed to allow your machine direct Intranet
access
* Run a true VPN (e.g. OpenVPN - easy to set up and pretty secure)
between your RH AS4 box and the intermediate one.
Regards,
Chris