Subject Re: [firebird-support] Can't connect to Firebird server via Zebedee
Author Alexandre Benson Smith
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