2 IPS address on 1 DC

Posted by nricko@reddit | sysadmin | View on Reddit | 41 comments

Hello,

Someone at work ask me to put 2 IP adresses on the DC1 of my organization.

Context :

I have 2 DCs and multiples clients (Windows & Linux). All the Windows clients are domain integrated. Their NTP source is the DC1 (with the PDC emulator role). We call the IP address of the DC1 "IP1". OK, no problem.

The Linux clients are not in the domain. There is a dedicated NTP server for them with IP address "IP2".

The idea is to take off this dedicated NTP server and to switch the Linux clients on the DC1 for NTP source. OK.

For that, they ask me to add a new IP address to the DC1. So this DC will have 2 IPs (IP1 + IP2) on the same network card (and both IPs are in the same network).

I'm not fond of this. I don't like the idea to have 2 different IP on me DC1, for DNS, LDAP, Kerberos, etc... What are the risks ?

For me it would be a better solution to reconfigure all the Linux clients with a FQDN (not an IP) as NTP source in chrony. Like that we can manage it via Alias in the DNS and voilà.

So my quetion is : what are the risks to configure a second IP (in the same network) on the network card of my DC1 ?

Thank you in advance.