cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
414
Views
5
Helpful
1
Replies

ASA DMZ Web Server Configuration

jgorman1977
Level 1
Level 1

We have a web server in our DMZ that needs to connect to a sql server in our internal network. Can someone help me with the commands?

1 Reply 1

acomiskey
Level 10
Level 10

Something like this...

web server = x.x.x.x

sql server = y.y.y.y

inside network = z.z.z.0

access-list dmz permit tcp host x.x.x.x host y.y.y.y eq 1433

access-list dmz deny ip any z.z.z.0

access-list dmz permit ip any any

access-group dmz in interface DMZ

You may also need...

static (inside,DMZ) y.y.y.y y.y.y.y netmask 255.255.255.255

Post a config if you have troubles.

Review Cisco Networking for a $25 gift card