Subject | Re: [firebird-support] Firebird connection using INTERNET |
---|---|
Author | Florian Hector |
Post date | 2006-11-20T20:10:05Z |
> Hi. I have this case. The Firebird server, with my salarii.fdb, areBasically you only have to replace the server name in your connection string with either the public
> placed on my computer, in the LAN network of my company. We have a
> router toi acess Internet...
> I want to make a connection with the server....but using my clinet
> Firebird, at my home computer, using Internet...
>
> It is possible? Give me a example how to do...setting, eventual router
> settings...Thanks.
IP or the name (if it is known to an DNS Server) of your Server.
E.g say your connection string FDBSERVER:YourAlias becomes 217.226.203.136:YourAlias.
Or if you use for example DynDns it could be blumy.dyndns.org:YourAlias.
In both cases you have to set your router to route all packets arriving at port 3050 to the IP of
your server. This rule has to be defined in the router, you can find the settings under Virtual
Server or NAT.
Florian