We have a set of internal services used by our business applications.
Some of them are defined by IP. We are thinking about replacing them all with service subdomains instead pointing to the private IP.
Example:
- data.corp.com
- reporting.corp.com
We could add this to our router and simply have them private but due to VPN and world wide offices that would not be enough.
So we are thinking about creating subdomains to an actual domain and binding them to local IPs.
Is that against recommendations? That would of sort reveal our inner structure and private IPs to our services to everyone, and should someone get access to the network they know where to look.
Other than that I see no dangers.