Subject Re: [firebird-support] Can't connect to Firebird server via Zebedee
Author Mr. John
From the log file I undestand there is a problem with defaul zebedee port,I reconfigured router and connection succeeded,it works,all the thanks to Alexandre Benson Smith.
I have also few questions : what type of compression gives the best speed from practice : bzip2 or zlib
another question : zebedee server must be started with application or on windows startup,can zebedee server be stopped without killing the process ?

Thanks





________________________________
From: Mr. John <mr_johnmr@...>
To: firebird-support@yahoogroups.com
Sent: Sun, November 29, 2009 2:15:42 PM
Subject: Re: [firebird-support] Can't connect to Firebird server via Zebedee


As previous replay to Alexandre Benson Smithdoesn't reach I wrote another one :

Alexandre THANKS A LOT for your time and your answer

I've attached the logs,also another link http://www.zshare net/download/ 691633165c2fcfce /

____________ _________ _________ __
From: Alexandre Benson Smith <iblist@thorsoftware .com.br>
To: firebird-support@ yahoogroups. com
Sent: Sat, November 28, 2009 9:56:58 PM
Subject: Re: [firebird-support] Can't connect to Firebird server via Zebedee

Mr. John wrote:
> Hi !
> I try to connect to firebird database over internet using zebedee
> server side : firebird 2.5
> router port fwd for 3050 to3050 ,3051 to 3051 11965 to 11965 for any (tcp and udp)
> firewall turned off
> zebedee proces was started with
> Zebedee –s localhost:3050 (process is running)
>
> client side : firewall turned off
> zebedee proces was started with
>
> Zebedee 3051:<server IP>:3050 (process is running)
> server ip got from whatismyip.com
>
> Using IbeExpert manager connection works for direct connect
> <server IP>/3050 but via zebedee localhost/3051 not
> Thanks for any suggestion
>

Turn ZeBeDee log to the most verbose option (verbosity 9).

Try to connect again
Post the log result here so we can analyze it.

Example of Client ZBD config file:
verbosity 2 # Message type
logfile 'c:\zebedee_ firebird. log' # I love log files
server false # Server Mode
detached true # Free from console
udpmode false # we don’t need UDP
keygenlevel 2 # Key level
tunnel 3051:SERVER_ IP:3050

Example of Server ZBD config file:
verbosity 2 # Message type
logfile 'c:\firebird. log' # I love log files
server true # Server Mode
detached true # Free from console
udpmode false # we don’t need UDP
keygenlevel 2 # Key level

redirect none # Close all redirection ports

# Allows Firebird connections
redirect 3050 # Firebird default port
targethost LOCAL_IP_ADDRESS_ OF_FB_SERVER # target is not on the same machine

# Some other parameters
compression zlib:9 # maximum zlib compression
keylength 576 # 576 bits keys
keylifetime 3600 # shared keys last for 1 hour
maxbufsize 16383 # Maximum buffer length

see you !

--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware. com.br

[Non-text portions of this message have been removed]







[Non-text portions of this message have been removed]