다음을 통해 공유


MB DNS 업데이트

이 항목에서는 DNS 주소 업데이트에 대해 MB 서비스에 알리는 작업에 대해 설명합니다.

Miniport drivers should set the NameServer registry key to update Windows about DNS address changes. 다음 표에서는 IPv4 및 IPv6 네트워크에 대한 적절한 레지스트리 키, 예상 값 및 예제 문자열에 대해 설명합니다. 미니포트 드라이버가 IPv4 네트워크만 지원하는 경우 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

공백으로 구분된 DNS 서버 IPv4 주소

10.20.30.41

10.20.30.40

IPv6

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

공백으로 구분된 DNS 서버 IPv6 주소

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. 즉, 미니포트 드라이버는 DHCP를 구현하지 않습니다.

IP 주소 알림 처리에 대한 자세한 내용은 MB 미니포트 드라이버 IP 주소 알림 대한지침을 참조하세요.