trying to target multiple host? can it be done?

"E.D. Epperson" <[email protected]> Sat, 11 Jul 2009 13:58:54 -0400
Newsgroups gmane.comp.security.zebedee.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============4094049609929618348==
Content-type: multipart/alternative;
	boundary="Boundary_(ID_rcEBrF+B7A3zTHJPZvkX5Q)"
Content-language: en

This is a multi-part message in MIME format.

--Boundary_(ID_rcEBrF+B7A3zTHJPZvkX5Q)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline

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.

--Boundary_(ID_rcEBrF+B7A3zTHJPZvkX5Q)
Content-type: text/html; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline

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

--Boundary_(ID_rcEBrF+B7A3zTHJPZvkX5Q)--


--===============4094049609929618348==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
--===============4094049609929618348==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Zebedee-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/zebedee-talk

--===============4094049609929618348==--