I know this is probably trivial, but I deployed a web server on the front-end subnet and a DB server on backend subnet. How do I get them connected? Thanks in advanced
NAME | ROLE | IP ADDRESS | SUBNET NAME |
---|---|---|---|
NB1-WEB-01 | Virtual Machine | 10.4.2.4 | FrontEndSubnet |
NB1-SQLSERV-01 | Virtual Machine | 10.4.3.4 | BackEndSubnet |
Christian Nickerson