I have a pix firwall that is configured and followed outside,inside, dmz I have a webserver in the dmz. my sql server is in the inside
ip address of the sql is 10.10.10.223
ip address of the web server is 192.168.1.90
the translate ip address for the sql server is 192.168.1.8
public for web 164.229.x.x
public for sql is 164.229.x.x
port open for sql 1433
part of my config
static (inside,outside) 164.229.16.x 10/10.x.x netmask
access-list out_in permit tcp any host 164.229.16.x xxx
allow access to the server by admin
web server
static (inside,dmz) 164.229.16.x 192.168.x netmask
access-list out_in permit tcp any host 164.229.16.x xxx
allow access to the world for work
tranlslation
static (inside,dmz) 192.168.1.8 10.10.10.223 netmask
access-list dmz_in permit tcp any host 192.168.1.90 host 192.168.1.8 eq 1433
I believe this is correct.However. i can't get the web server the access the database for nothing.
LORD knows i have tried.
can anyone help. i am out of options :-(
ip address of the sql is 10.10.10.223
ip address of the web server is 192.168.1.90
the translate ip address for the sql server is 192.168.1.8
public for web 164.229.x.x
public for sql is 164.229.x.x
port open for sql 1433
part of my config
static (inside,outside) 164.229.16.x 10/10.x.x netmask
access-list out_in permit tcp any host 164.229.16.x xxx
allow access to the server by admin
web server
static (inside,dmz) 164.229.16.x 192.168.x netmask
access-list out_in permit tcp any host 164.229.16.x xxx
allow access to the world for work
tranlslation
static (inside,dmz) 192.168.1.8 10.10.10.223 netmask
access-list dmz_in permit tcp any host 192.168.1.90 host 192.168.1.8 eq 1433
I believe this is correct.However. i can't get the web server the access the database for nothing.
LORD knows i have tried.
can anyone help. i am out of options :-(