Hello everyone,
I have a 2 servers internally I want my developers to access from the external network. The sites have portals for the user to login. My internal DNS server has records for the static IPs of the machines in the forward lookup zone, mydomain.com, site1 192.168.A.B and site2 192.168.A.C.
site1.mydomain.com and site2.mydomain.com are the site names and mydomain.com is hosted by a hosting company.
my www record point to my external website. So when I do an nslookup from an external client, it's returning a
non-authoritative answer:
name: site1.mydomain.com
address: 192.168.A.B
I can access internally but not externally, any ideas where I need to look? I hope this wasn't too confusing, I feel like I am missing something obvious.