This may seem like a dumb question... or it may well be a dumb question (lol)... but its something I have never had to deal with and know little about.
I have 15 physical servers in a datacenter, about half of which are now on a domain (the domain is public facing - all internet connected IPs, etc). It is my intention of eventually bringing all of them on to the domain, but I want things running smoothly before I bring everything online just in case I need to make sweeping changes :) (This is my first Active Directory experience, but I have years of non-AD windows admin experience).
Each of the domain connected servers have multiple NICs, most of which hold external subnets, but one of which is a very basic private gigabit LAN. Currently it does not have any DHCP or anything - I simply assign a 10.5.5.x IP address to each server manually, with a subnet of 255.255.255.0 and no gateway or DNS.
This works when I need to transfer files from server to server manually which is all I have used it for so far (e.g. explore to \10.5.5.x\c$ or whatever. The obvious problem is that as the number of servers on this network grows, my ability to remember which server goes to which IP lol.
Well, I am starting to automate a lot more than I used to, and I need to learn how to better handle this internal traffic, and of course better handling of the LAN itself. So I guess I have 2 questions:
Right now if I were to ping a server by name on my network (from another server on my network), the ping would resolve out to the public IP of the server, which is connected via 100mb/s and I am charged for bandwidth that goes thru the datacenter's router (e.g. across subnets). How do I get the server to know that I want that type of traffic to instead connect to that servers 10.5.5.x IP instead?
Should I consider setting up a DHCP server on the network to handle assigning IPs to that internal network instead of using static IPs as I am now? What are the advantages/disadvantages to that? I do have plenty of resources so I can throw in a primary and secondary DHCP server VPS easily enough, but I am not a networking guru... so need some advice :)