| Databases InterBase (29) MS-SQL (5) mysql (37) Oracle (1) |
Change the port that Interbase listens on
(1 votes). Leave comments and/ or rate it.
Question: Our firewall does not allow incoming traffic on port 3050 (which is the default port for InterBase). How can I change that?Answer: You need to edit a text file called 'services'.1) shut down the interbase server. (In windows: go to the control panel, admin tools, services, and stop the IB Guardian.) 2) locate the 'services' file. (Hint: see box below) 3) locate the following line: gds_db 3050/tcp and change it to gds_db 8000/tcp #we operate on 8000 now 4) restart the InterBase server. Note about this services file:
Comments:
| ||||||||||||||||||