Post #267,613
9/15/06 1:54:27 AM
|
Tutorial somewhere?
Sounds like it might be doable.
===
Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats]. [link|http://DocHope.com|http://DocHope.com]
|
Post #267,706
9/15/06 9:34:27 PM
|
Simple matter of port forwarding.
VNC is operable by web browser in the port range 980X....where X is the display number of the vnc session...starting at :1. It creates the X session for forwarding in the 580X range. So what you need to do is forward the session on local machine port 580x to the appropriate port on the localhost machine (at work).
So here's how I do it. (assume you are vnc display :1)
From office machine, I ssh to the home machine with the command
ssh2 -L 5802:localhost:5801 <serveraddress> -l <login name>
This sends the vnc session on port 5801 to the localhost port 5802...then I start the vnc viewer and tell it to connect to localhost:2.
Voila.
Depending on the speed of connections, you may want to run a lighter window manager (like XFCE) to make the connection...and also limiting the color depth and/or display geometry when starting the vnc session. For example, set 8 bit color and an 800x600 display by command vncserver -depth 8 -geometry 800x600
All of this easily found in the documentation of VNC.
Too much of today's music is fashionable crap dressed as artistry.Adrian Belew
|
Post #268,289
9/21/06 9:09:08 PM
|
Are you assuming I've got a Linux box at work?
===
Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats]. [link|http://DocHope.com|http://DocHope.com]
|
Post #268,291
9/21/06 9:42:48 PM
|
*chuckle*
Putty for a windows box, then...
And if not windows, then doesn't OS X have ssh? And aren't ther VNC clients and servers for it?
Imric's Tips for Living
- Paranoia Is a Survival Trait
- Pessimists are never disappointed - but sometimes, if they are very lucky, they can be pleasantly surprised...
- Even though everyone is out to get you, it doesn't matter unless you let them win.
| |
Nothing is as simple as it seems in the beginning, As hopeless as it seems in the middle, Or as finished as it seems in the end. |
|
Post #268,292
9/21/06 10:02:30 PM
|
Not that
"you may want to run a lighter window manager (like XFCE) to make the connection"
I read that as using a light window manager from work. Which isn't exactly an option on a locked-down XP box.
===
Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats]. [link|http://DocHope.com|http://DocHope.com]
|
Post #268,300
9/21/06 10:27:06 PM
|
Ah.
I read that as the wm that vncserver used on the target box...
Imric's Tips for Living
- Paranoia Is a Survival Trait
- Pessimists are never disappointed - but sometimes, if they are very lucky, they can be pleasantly surprised...
- Even though everyone is out to get you, it doesn't matter unless you let them win.
| |
Nothing is as simple as it seems in the beginning, As hopeless as it seems in the middle, Or as finished as it seems in the end. |
|
Post #268,302
9/21/06 10:33:20 PM
|
Poor bastard
My new job starts in a week.
100% Windows.
The entire company MUST access the web via the MS Proxy server.
I'm bringing in the 1st Linux server, 1st Linux desktop, and I get to setup my Win laptop at will.
There will be an SSH Linux bounce box placed on the DMZ for me. I get full admin access. ssh and https redirected in, unlimited ports going out. Any thing I need for redirection is allowed.
The MS centric "security" guy was coughing up blood at that point.
|
Post #268,304
9/21/06 10:34:54 PM
|
Someone must really Want you to give you all that.
Especially in a Windows place.
Wade.
"Insert crowbar. Apply force."
|
Post #268,305
9/21/06 10:36:13 PM
|
Yup
The job was essentially created for me.
|
Post #268,308
9/21/06 11:04:25 PM
|
Nice.
But remember what you said a long time ago:
"If you can't be fired, you can't be promoted."
Enjoy your new toys, but don't get stuck in a rut. :-)
Cheers, Scott.
|
Post #268,316
9/22/06 6:45:06 AM
|
Ground zero start
Just like I did 11 years ago.
Design, build, implement, grow. Hire an admin to take over the systems. Hire a programmer. Hire a project manager. Grow some more. etc, etc, etc.
|
Post #268,309
9/21/06 11:43:44 PM
|
No...at home.
Too much of today's music is fashionable crap dressed as artistry.Adrian Belew
|