I make a small php-website for a company and have to access the internal MSSQL database. The sqlsrv driver for php are installed. I can connect in the internal network structure to the Database.
The network structure looks like this:
Internet ---> Firewall ---> Server Farm(in this server farm)
- Server1: WinGate Proxy Server
- Server2: MSSQL
- Server3: Print Server
- Server4: Exchange Server
- Server5: Domaincontroller1
- Server6: Domaincontroller2
I hope i made a good to understand template. Everthing is working on Windows. There is a static ip. What is the best way to access the database with php ? Can i access it remotely ? What is the best practice for this problem.