cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
780
Views
0
Helpful
4
Replies

Problem with SQL Connection through an ASA

kevinhobson2000
Level 1
Level 1

Hi,

I have a problem with a SQL Connection which is going out of the network to a server hosting the service on the internet.

I have a setup an incoming rule on the inside interface. Details below:

Client Private IP > Public IP SQL Server port 1433.

The connection though is not sucessful.

Anyone come across this on an ASA.

Thanks

Kev

4 Replies 4

davemit
Level 1
Level 1

I would try doing some basic troubleshooting like pinging the server, and trying to establish a manual connectino on that port (telnet x.x.x.x 1433).

Also enable debug level logging on your ASA and look for the syslogs. Make note of the connection being created and torn down, and make sure there are no XLate or ACL errors.

Lastly, you can set up a capture on the outside interface to verify that your packets are being sent out that interface and you can see what, if any packets are being returned from the end host.

Good luck!

Hi,

I did a packet trace from the GUI and it said it was allowed through can it be relied on?

Cbeers

Kev

do you have this in your config:

nat (inside) 1 0 0

global (outside) 1 interface

access-list test permit ip any any log

access-group test in interface inside

As a test, try the following:

nat (inside) 1 0 0

global (outside) 1 interface

access-list test permit ip any any log

access-group test in interface inside

access-group test in interface outside

CCIE Security

palomoj
Level 1
Level 1

does the remote end filter by IP source for TCP 1433? is the remote SQL server listening on a non-standard SQL port?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card