When I attempt to connect to the Zebedee server with the client, the only error I get in my logs is the following: zebedee(266/215): 2001-06-05-16:37:06: waiting for client connection zebedee(266/215): 2001-06-05-16:37:07: accepted connection from 127.0.0.1 zebedee(266/215): 2001-06-05-16:37:07: ERROR: server refused request for redirection to titan:443 My configuration files are below. The name of the box I am running the Zebedee server on is named Titan, and I am attempting to connect to it on port 443 (on Titan). I believe this error is due to my misconfiguration of the Zebedee client-piece. Could anyone tell me how to fix this? Thank you! -Matt Bartel ------------------------- Client.zbd: # # Zebedee configuration file to start up a tunnelled VNC session # verbosity 2 # Basic messages only logfile c:\progra~1\zebedee\zbd_client.txt # set log file for messages timestamplog true # Set timestamping in the log files server false # It's a client detached true # Detach from terminal # serverport 443 # To tunnel through firewall # compression bzip2:1 compression zlib:9 # Zlib seems to work better for VNC traffic maxbufsize 8192 # read-write buffer size keylength 128 # Blowfish encryption key length minkeylength 64 # Minimum allowed Blowfish key length # serverhost titan # machine name to connect to is titan # remoteport 5900 # port number to connect to # localport 5901 # dummy port for VNC server zbd proxy # remoteport 5900 # VNC server port at home # using telnet to allow direct connect command '"C:\Program Files\ORL\VNC\vncviewer" localhost:%d' # the line not only instantiates VNC, but also redirects local VNC to SSH ----------------------------------------------- Server.zbd: # # Default Zebedee server configuration file # # $Id: server.zbd,v 1.3 2000/01/08 21:35:22 nwinton Exp nwinton $ verbosity 2 # Set message level server true # Yes, it's a server! detached true # Run detached from terminal serverport 443 # to tunnel through firewall logfile 'c:\progra~1\zebedee\zbd_server.txt' # Define log file location for server timestamplog true # Set timestamping in the log files # Uncomment the following line if you want # to use a fixed private key stored in a # static file. # # include './server.key' # Set up allowed redirection ports. # These should be pretty safe -- but it's # not a good idea to open up all ports. redirect 443 # SSHed redirect 5900-5999 # VNC traffic redirect 5500-5599 # Incoming VNC requests compression bzip2:9 # Allow maximum compression keylength 576 # Allow maximum key length maxbufsize 16383 # Allow maximum buffer size --------------------------------------------------------------------- To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------
