I've been using Zebedee for a number of years for both FirebirdSql and WinVNC. I'm using 2.41.
Now I need to set up an additional host for a WinVNC connection so that a different person in our office can tunnel directly into their machine. But I cant get it to work. (I hope it can be done)
here is my client.zbd file
verbosity 2 # Basic messages only
server false # It's a client
detached true # Detach from terminal
compression bzip2:1 # Allow maximum compression
logfile C:\ZeBeDee\Client.log
timestamplog true
tunnel 5900:192.168.1.65:5898
include c:\zebedee\Keys\Stephanie.key
(note: when I set the tunnel to 5900:192.168.1.65:5900, it works, but goes to the wrong machine for this client)
here is the significant portion of client error log:
ZeBeDee(3600/3036): 2009-07-11-13:42:00: reading config file 'c:\zebedee\Keys\Stephanie.key' at level 2
ZeBeDee(3600/3036): 2009-07-11-13:42:00: Listening on local port 5900
ZeBeDee(3600/3036): 2009-07-11-13:42:00: waiting for client connection
ZeBeDee(3600/3036): 2009-07-11-13:42:12: accepted connection from 127.0.0.1
ZeBeDee(3600/3036): 2009-07-11-13:42:12: waiting for client connection
ZeBeDee(3600/3392): 2009-07-11-13:42:12: ERROR: server refused request for redirection to 192.168.1.65:5898
here is the server.zbd file:
verbosity 2 # Slightly more than basic messages
detached true # free from console
server true # Yes, it's a server!
ipmode tcp # Operate only tcp
tcptimeout 600
logfile c:\zebedee\zebedee.log
timestamplog true
compression bzip2:1 # Allow maximum zlib compression
keylength 256 # Allow keys up to 256 bits
keylifetime 36000 # Shared keys last 10 hours
maxbufsize 16383 # Allow maximum possible buffer size
keygenlevel 2 # Generate maximum strength private keys
checkidfile c:\zebedee\IDs\keys.id
#redirect 3050:192.168.1.60:3050 #Firebird port
#redirect 5900-5901:192.168.1.69:5898 #UltraVNC to Stephanies
#redirect 5900-5901:192.168.1.60:5900-5901 #UltraVNC
#target 192.168.1.60
#redirect 3050,5898,5900,5901
target 192.168.1.60:3050
target 192.168.1.69:5898
target 192.168.1.60:5900
target 192.168.1.60:5901
(as you can see, I've been fiddling with this, trying different option to get it to work)
and here is the significant part of the server log:
zebedee(2960/2720): 2009-07-11-13:41:33: ERROR: failed to detach from console (Win32 error = 87)
zebedee(2960/2720): 2009-07-11-13:41:33: waiting for connection on port 11965
zebedee(2960/2720): 2009-07-11-13:42:11: accepted connection from 192.168.1.101
zebedee(2960/2720): 2009-07-11-13:42:11: waiting for connection on port 11965
zebedee(2960/1520): 2009-07-11-13:42:11: ERROR: client requested redirection to a disallowed target (192.168.1.60:5898/tcp)
zebedee(2960/1520): 2009-07-11-13:42:11: ERROR: initial protocol exchange failed
I'll be out of the office till Monday. I appreciate any help given and will respond then if more information is needed.
Thanks
E. D. Epperson Jr.