combining Firebird and VNC through the tunnel

"Dixon Epperson" <[email protected]> Fri, 9 Jan 2004 09:53:09 -0500
Newsgroups gmane.comp.security.zebedee.general
Message-ID <000f01c3d6c0$4c2da2f0$6502a8c0@office>
How would I set up the configuration files so I could use both Firebird and VNCReal through a Zebedee Tunnel?
I am using version 2.41
Dixon Epperson

begin client configuration file
************************************************************************
verbosity 1 # Basic messages only
server false # It's a client
detached true # Detach from terminal
compression bzip2:1 # Allow maximum  compression
serverhost a.b.c.197:3050 #public ip
include c:\zebedee\allam.key

************************************************************************
end client configuration file


begin server configuration 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 -t

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\allam.id

tunnel 192.168.1.83:3050 #Firebird port

************************************************************************
end serverconfiguration file