Re: Accessing Home PC from Office

2002-04-27 Thread thomas . sprinkmeier
OS at home? firewall settings/logs? can you telnet to the ports? Thomas (what's the IP addres and password ;-) > > I use VNC here at work, we are on a T3 connection, LAN. I've installed > the WinVNC Server on my PC back home... I'm trying to use the viewer > here at work to access my home PC (

Re: loop-back: SSH & VNC...

2002-04-27 Thread thomas . sprinkmeier
I have a setup with LINUX running (multiple!) VNC servers, tunneled out using SSH into Windoze clients (2000/XP). lemme know monday if you're still stuck, I'll look up the scripts etc. if you want. Thomas > My "server" is running on Windows 2000. But, it would be a great start > if I could get

Re: Connecting to another computer via dialup

2002-04-16 Thread thomas . sprinkmeier
I set something similar up for someone, an icon that runs simple scrip: ipconfig pause winvnc I then told her that "if you want help, click on this icon, read out this number (IP address for ppp link) and press space when I tell you to" ugly, but it works. Thomas > > thanks i know how t

Re: Connecting to another computer via dialup

2002-04-16 Thread thomas . sprinkmeier
first, get a set of LINUX install CD's. ;-) assuming both are on the internet, both should have a valid IP address, so they should be able to se each other. the trick might be in finding that address (it might be dynamically assigned, in other words it might change every time you connect).

Re: DOS VNC Server

2002-04-15 Thread thomas . sprinkmeier
I used to use CarbonCopy to do that. pre-windoze versions of PcAnywhere were DOS based too, I believe. what apps are you running on the DOS boxes? just text? we actually had a setup where we re-directed command.com's I/O to a serial port and remote controlled a DOS box that way (sort of a poor m

Re: Automatically starting screen-saver when client disconnects

2002-04-15 Thread thomas . sprinkmeier
> >From X point of view, there are is a difference between screen-savers and > screen-locks. You should not use screen savers but you can use screen locks. > > If you rely on the screenlock, think of removing the vncpassword at all. jargon aside... I'm running gnome, so the only screen-blanker I

Re: Automatically starting screen-saver when client disconnects

2002-04-15 Thread thomas . sprinkmeier
thanks for the reply. > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > > I have a LINUX VNC server with a bunch of clients. > > I'd like to auto-start the screen-saver when people disconnect. > > Don't! > 1: why? the vnc-password protects just as much

Re: print redirection

2002-04-11 Thread thomas . sprinkmeier
you could probably set up a fake SMB printer or something, but it's easiest to print-to-file (that should be available from the print options dialog box) and send that file. print as postecript (for portability) or install the same kind of printer driver on the server as your actual printer on th

Re: print redirection

2002-04-11 Thread thomas . sprinkmeier
My condolances ;-) You should still be able to print-to-file on the server machine. automatically emailing the files to yourself should also be doable there are procmail ports for windoze too (or maybe just craft i an email that exploits an outlook hole and auto-prints ;-) Thomas > > win2k pro

Automatically starting screen-saver when client disconnects

2002-04-11 Thread thomas . sprinkmeier
I have a LINUX VNC server with a bunch of clients. I'd like to auto-start the screen-saver when people disconnect. Does anyone have a patch/suggestion/kludge for this? thanks in advance, Thomas - To unsubscribe, mail [EMAIL PRO

Re: print redirection

2002-04-11 Thread thomas . sprinkmeier
Depends on the platform... I have a setup using LINUX where I print-to-file, then have a crob-job to email me the files. on the client, I have a procmail script that prints them for me.. (It's more like 5m than 5000km, but 'cos of firewalls I cobbled this together) Thomas > > Could someone ple

Re: Question on viewing the desktop

2002-04-08 Thread thomas . sprinkmeier
#!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & kde & actually, ( kde ; killall Xvnc ) & starts kde and then kills the X session if you log out of kde. > Ok, found the file. Sorry about that I'm still kind of new. > > Here

Re: "Connection Closed" right after authentication

2002-04-08 Thread thomas . sprinkmeier
is the server changing screen resolution at logon? > > i'm running tightVNC as a service on winxp. my machine is behind a > firewall, which i have configured to forward the appropriate ports for vnc. > when i attempt to connect to my vnc server from other machines, using > vncviewer, i get the a