DHCP server gone missing from MMC.exe

Dear all,

I’m pretty new to Docker, especially to Docker for Windows.

I have a small Hyper-V host, with basic services on it running.
DNS, DHCP, Veeam, … (running on host level)

After the installation of Docker for Windows, it seems impossible to see my DHCP ranges in the mmc.exe console.
I only see “host.docker.internal”
if I add 127.0.0.1 as “extra” server, I also see "kubernetes.docker.internal. "
Both are inaccessible ranges.

Via powershell, I can still see & manage the DHCP ranges that I had.

My complete network is based on IP reservations in DHCP. While still being able to manage them via “CLI”, I’d prefer to do so via GUI.

Is there something I overlooked?

Thanks in advance!

Client: Docker Engine - Community
Cloud integration: 1.0.9
Version: 20.10.5
API version: 1.41
Go version: go1.13.15
Git commit: 55c4c88
Built: Tue Mar 2 20:14:53 2021
OS/Arch: windows/amd64
Context: default
Experimental: true

Server: Docker Engine - Community
Engine:
Version: 20.10.5
API version: 1.41 (minimum version 1.12)
Go version: go1.13.15
Git commit: 363e9a8
Built: Tue Mar 2 20:15:47 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.3
GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b
runc:
Version: 1.0.0-rc92
GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
docker-init:
Version: 0.19.0
GitCommit: de40ad0

Server is Windows Server 2019 - 1809

look at your C:\Windows\System32\drivers\etc\hosts file, add dhcp host or clear docker host

2 Likes