Subject | RE: [firebird-support] Zebedee and RemoteAuxPort |
---|---|
Author | Alan McDonald |
Post date | 2006-03-23T22:07:26Z |
> Ricardo Mauro wrote:do you know why you can't tunnel the dataconnection and NOT tunnel the
> > I would like to know some of you got to work using Events of Firebird
> > with Zebedee, when I register my events application locks returning the
> > following message:
> >
> > 'Unable to complete network request to host ''localhost''.
> > Failed to establish a secondary connection for event processing.
>
> I wrote a detailed paper for Firebird Conference about this, but I'll
> give you a short version:
>
> you need two tunnels, and you need to setup RemoteAuxPort in
> firebird.conf file. The event tunnel's zebedee client needs to listen on
> RemoteAuxPort. Let's assume RemoteAuxPort is set to 30050, your app.
> connects to zebedee client at port 3060, and Firebird listens to default
> port (3050). It would go something like this:
>
> zebedee zbd_server 3060:fb_server:3050 30050:fb_server:30050
>
> - "zbd_server" is IP or hostname of ZeBeDee server as seen from machine
> where ZeBeDee client is.
> - "fb_server" is IP or hostname of Firebird server as seen from machine
> where ZeBeDee server is.
>
> --
> Milan Babuskov
events?
Alan