Link to home
Start Free TrialLog in
Avatar of Larry Kiterling
Larry Kiterling

asked on

Web Server DMZ and SQL connection configuration.

I am setting up an environment where I have 2 servers. 1 Webserver that will be in the DMZ that requires SQL and HTTPS access to a SQL server that is located on the corp lan. I currently have the webserver on the domain and researched that this was a bad idea due to having to authenticate with an AD server. The forums I saw this on was in 09. Is this still the case or is there a better way to have a DMZ'd webserver with domain access? Does this look right or am I doing this the hard way?

DMZ gateway 10.10.10.1
WAN<>FIREWALL1(Webserver DMZ WAN 4.4.4.4)<>DMZ SWITCH<>Webserver (internal lan ip 10.10.10.10)
WAN<>FIREWALL1(WAN 6.6.6.6)<>LAN<>SQL server (192.168.1.10)

Firewall rules on FIREWALL1
Forward 443 to 10.10.10.10 from DMZ, Allow all
Forward 1433 to 10.10.10.10 from dmz, only allow 6.6.6.6
Block all other ports

Forward 443 and 1433 to 192.168.1.10 on 6.6.6.6
Allow 443 and 1433 only from WAN 4.4.4.4
ASKER CERTIFIED SOLUTION
Avatar of naderz
naderz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial