I've been working with an Interbase connection on my localhost and are now trying to publish my application on a linux server (lets call it derp). But ibase_connect gives an error saying:
Unable to complete network request to host "derp". Failed to establish a connection.
On my localhost it works fine and I can ping derp from the server without any problem.
I don't have Firebird installed on the server but I figured it wouldn't be needed as I'm only connecting to a remote firebird host (on derp). Is it needed?