Line 35:
Line 35:
should show:
should show:
tcp 0 0 0.0.0.0:3050 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3050 0.0.0.0:* LISTEN
+
+
Extracted from: http://forums.contribs.org/index.php?topic=45447.0
+
+
By default, Firebird just allow access from local networks.<br>
+
If you wanna to allow INTERNET ACCESS to your Firebird (NOT RECOMMENDED) run:
+
+
config setprop firebird access public TCPPort 3050
+
signal-event remoteaccess-update
+
+
Verify the config:
+
config show firebird
+
+
Should show something like:
+
+
firebird=service
+
TCPPort=3050
+
access=public
+
status=enabled
+
−
Extracted from: http://forums.contribs.org/index.php?topic=45447.0
----
----
[[Category:Howto]]
[[Category:Howto]]