Aggiornamenti DNS MB

In questo argomento vengono descritte le operazioni per notificare al servizio MB gli aggiornamenti degli indirizzi DNS.

Miniport drivers should set the NameServer registry key to update Windows about DNS address changes. La tabella seguente descrive la chiave del Registro di sistema appropriata, il valore previsto e una stringa di esempio per le reti IPv4 e IPv6. Se un driver miniport supporta solo le reti IPv4, deve impostare solo la chiave del Registro di sistema IPv4. Miniport drivers should set the appropriate registry key(s) before they notify Windows about media connect events by sending NDIS_STATUS_LINK_STATE notifications.

IPv4/IPv6 Registry Key Value Example

IPv4

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\InterfaceGUID\NameServer

Indirizzi IPv4 del server DNS separati da spazi

10.20.30.41

10.20.30.40

IPv6

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\Interfaces\InterfaceGUID\NameServer

Indirizzi IPv6 del server DNS separati da spazi

2001:4898:7001:f000:1:2:3:4

2001:4898:7001:f000:1:2:3:5

These operations should be used only when the miniport driver specifies EnableDhcp to equal zero in its INF file. Ovvero, il driver miniport non implementa DHCP.

Per altre informazioni sull'elaborazione delle notifiche degli indirizzi IP, vedere Linee guida per le notifiche degli indirizzi IP del driver Miniport MB.