From: Dre G. (enabled@linuxjunkies.com)
Date: 05/15/03


Date: Thu, 15 May 2003 23:49:34 -0500
From: "Dre G." <enabled@linuxjunkies.com>
Subject: Re: Job Posting - One time, networking/security
Message-ID: <Pine.LNX.4.44.0305152349270.30878-100000@linuxjunkies.com>

haha nice!

BTW same idea here haha..

dre

On Thu, 15 May 2003, Hanasaki JiJi wrote:

> Dam good point.. sometimes my good nature costs me. Time to go buy a
> copy of quicken and send him a bill.
>
> Lucas Peet wrote:
> > Because not everyone here is currently employed, some of us are paying
> > our bills by doing independent contracting.
> >
> > So if someone is asking for help with a problem they're having, help
> > them. But if someone's posting a JOB, and it's clear that they're
> > looking for someone to do it for them, then let those of us who need the
> > money have a chance to earn it!!
> >
> > -Lucas
> >
> > At 06:51 PM 5/15/2003 -0500, cdowns wrote:
> >
> >> Exactly as the man said below, why pay to have it done ?
> >>
> >> here ya go:
> >>
> >> 1: ssh -C -L 8080:192.168.0.x:5901 user@target_net.com
> >> 2: vnc localhost 8080
> >>
> >> bam done. now all traffic will be tunneled to 192.168.0.x over your
> >> existing ssh session. I use this for mail all the time ( pop and smtp
> >> ). 192.168.0.x is the machine on the inside network you want connect
> >> to. Obviously make shure you are using SSH2 and if you want to make
> >> shure you are really good use DSA ( passphrase authentication ) keys.
> >>
> >> Thats it.