Registro de DNS com vários NIC:
To disable DNS dynamic update for all names on the computer, clear the Register this connection's addresses in DNS and the Use this connection's DNS suffix in DNS registration check boxes on the DNS tab for all connections in Network Connections.
De: link
Para vários IP por NIC:
Por favor use o comando; netsh int ipv4 adicionar endereço "Rede local" skipassource = true
After you install this hotfix, you can assign IP addresses that will not be registered for outgoing traffic on the DNS servers by using a new flag of the netsh command. This new flag is the skipassource flag.
Note You can create IP version 4 (IPv4) addresses and IP version 6 (IPv6) addresses by using the netsh command together with the new skipassource flag.
For example, the following command creates an IPv4 address that is not registered for outgoing traffic on the DNS servers:
Netsh int ipv4 add address skipassource=true
Se ambos os métodos falharem, faça uma entrada estática no seu DNS.