Subinterfaces being dynamically updated in DNS

Issues related to configuring your network
Post Reply
Ben_PDX
Posts: 2
Joined: 2014/10/22 20:42:29

Subinterfaces being dynamically updated in DNS

Post by Ben_PDX » 2015/02/10 21:21:47

I have a CentOS 7 box with a primary interface and two subinterfaces. DHCP is disabled on this server (BOOTPROTO=static). For some reason, our AD DNS is being dynamically updated with additional entries for the primary name of the box pointing to the IP addresses of the subinterfaces. I would like to make it so that this dynamic updating does NOT happen.

Here is the text of one of the subinterface files from /etc/sysconfig/network-scripts:

Code: Select all

DEVICE=eth0:api_iz
BOOTPROTO=none
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=no
NETMASK=255.255.254.0
IPADDR=10.10.120.133
Thanks in advance!

Post Reply