[Zebedee-talk] combining Firebird and VNC through the tunnel
Brought to you by:
ndwinton
|
From: Dixon E. <ede...@in...> - 2004-01-09 14:52:59
|
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 |