Ver Mensaje Individual
  #28  
Antiguo 24-11-2014
Avatar de duilioisola
[duilioisola] duilioisola is offline
Miembro Premium
 
Registrado: ago 2007
Ubicación: Barcelona, España
Posts: 1.732
Reputación: 20
duilioisola Es un diamante en brutoduilioisola Es un diamante en brutoduilioisola Es un diamante en bruto
Encontré la solución!!!
Hay que editar firebird.conf y comentar la línea RemoteBindAddress

/etc/firebird/2.5/firebird.conf
Código:
# Allows incoming connections to be bound to the IP address of a
# specific network card. It enables rejection of incoming connections
# through any other network interface except this one. By default,
# connections from any available network interface are allowed.
# If you are using Classic Server, this setting is for Windows only.
# Under Linux, BSD or Mac OS X, with Classic server use xinetd or launchd
# configuration file (bind parameter).
#
# Type: string
#
#RemoteBindAddress =
#RemoteBindAddress = localhost
Luego de esto se debe reiniciar el servicio:
Código:
/etc/init.d/firebird2.5-superclassic stop
/etc/init.d/firebird2.5-superclassic start
Según pone en las notas de ese parámetro debería hacerse a travez de xinetd o launchd.
Si alguien sabe de esto, agradecería la información para no tener que tocar configuraciones por defecto de FB.
Responder Con Cita