Problem in Windows Server 2003 Using Static IP

Posted on

QUESTION :

I want to use our VB6 software application with SQL Server 2000 from out side.

I have given static IP of Server in application for connection purpose.

It is working fine but after 1 or 2 days application is not accessible from outside and in our LAN.

our ISP told me to port forwarding but i am not a Networking guy.

Any one have a idea so solve this issue ASAP.

ANSWER :

Port forwarding is setup in your gateway/NAT.
Most of these devices have some kind of web interface for configuring them.

The concept of port forwarding is the gateway will route requests to its ‘public’ address on a specific port to a specific internal address on the same port.

FYI: SQL server 2000 using port 1433

Setup your gateway to forward port 1433 to the internal static address you setup for your SQL server, and direct your VB6 application to connect to your gateway/nats ‘public’ address and you should be in business.

There could also be something else going on here if your being disconnected internally and externally. If your using a named instance of SQL server, your port might be configured dynamically. You’ll need to set this to a static port in order to use port forwarding.
http://benchmarkitconsulting.com/colin-stasiuk/2009/02/02/what-tcp-port-is-sql-server-running-under/

Leave a Reply

Your email address will not be published. Required fields are marked *